VectaraRAG#
- class langchain_community.vectorstores.vectara.VectaraRAG(vectara: Vectara, config: VectaraQueryConfig, chat: bool = False)[source]#
Vectara RAG runnable.
- Parameters:
vectara (Vectara) – Vectara object
config (VectaraQueryConfig) – VectaraQueryConfig object
chat (bool) – bool, default False
Note
VectaraRAG implements the standard Runnable Interface. 🏃
The
Runnable Interfacehas additional methods that are available on runnables, such aswith_types,with_retry,assign,bind,get_graph, and more.
Attributes
Methods
|
Initialize self. |