bug fix
Browse files- ChromaDBFlow.yaml +0 -1
ChromaDBFlow.yaml
CHANGED
@@ -1,6 +1,5 @@
|
|
1 |
name: chroma_db
|
2 |
_target_: flow_modules.aiflows.VectorStoreFlowModule.ChromaDBFlow.instantiate_from_default_config
|
3 |
-
name: ChromaDBFlow
|
4 |
description: ChromaDB is a document store that uses vector embeddings to store and retrieve documents
|
5 |
backend:
|
6 |
_target_: aiflows.backends.llm_lite.LiteLLMBackend
|
|
|
1 |
name: chroma_db
|
2 |
_target_: flow_modules.aiflows.VectorStoreFlowModule.ChromaDBFlow.instantiate_from_default_config
|
|
|
3 |
description: ChromaDB is a document store that uses vector embeddings to store and retrieve documents
|
4 |
backend:
|
5 |
_target_: aiflows.backends.llm_lite.LiteLLMBackend
|