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 Interface has additional methods that are available on runnables, such as with_types, with_retry, assign, bind, get_graph, and more.

Attributes

Methods

__init__(*args, **kwargs)

Initialize self.