Ask a question to get started
Enter to sendā¢Shift+Enter new line
connectors: List[Dict] = Field(default_factory=(lambda: [{'id': 'web-search'}])
When specified, the model's reply will be enriched with information found by querying each of the connectors (RAG). These will be returned as langchain documents.
Currently only accepts {"id": "web-search"}.