mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-09-28 13:00:02 +00:00
feat(rag): Support RAG SDK (#1322)
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user