VectaraRAG#
- class langchain_community.vectorstores.vectara.VectaraRAG(vectara: Vectara, config: VectaraQueryConfig, chat: bool = False)[source]#
Vectara RAG 可运行。
- Parameters:
vectara (Vectara) – Vectara 对象
config (VectaraQueryConfig) – VectaraQueryConfig 对象
chat (bool) – 布尔值,默认为 False
注意
VectaraRAG 实现了标准的 Runnable Interface
。🏃
Runnable Interface
接口在可运行对象上提供了额外的方法,例如with_types
,with_retry
,assign
,bind
,get_graph
, 等等。
属性
方法
|
初始化自身。 |