feat(rag): Support RAG SDK (#1322)

This commit is contained in:
Fangyin Cheng
2024-03-22 15:36:57 +08:00
committed by GitHub
parent e65732d6e4
commit 8a17099dd2
69 changed files with 1332 additions and 558 deletions

View File

@@ -27,8 +27,7 @@ class ChromaVectorConfig(VectorStoreConfig):
persist_path: str = Field(
default=os.getenv("CHROMA_PERSIST_PATH", None),
description="The password of vector store, if not set, will use the default "
"password.",
description="the persist path of vector store.",
)
collection_metadata: dict = Field(
default=None,