Easily find the most relevant information from trusted sources and your own data. Use it to power agents that give accurate, real-time answers.
Determines how the search query is processed.
fast (default): Runs a single query against the vector DB using the specified filters. Best for pre-processed queries where you control the filters.
smart: Analyzes the query text to automatically define advanced search filters and runs multiple sub-queries to ensure better coverage. Ideal for sending user questions directly without pre-processing. Has higher latency than fast mode. When using smart mode, only timestamp and source filters are allowed; using any other filters will result in a 400 Bad Request error.
fast, smart