VectorStoreFlowModule / ChromaDBFlow.yaml
nbaldwin's picture
new version compatible
9a4a4d6
raw
history blame
480 Bytes
name: chroma_db
description: ChromaDB is a document store that uses vector embeddings to store and retrieve documents
_target_: flow_modules.aiflows.VectorStoreFlowModule.ChromaDBFlow.instantiate_from_default_config
backend:
_target_: aiflows.backends.llm_lite.LiteLLMBackend
api_infos: ???
model_name: "" #Not used in current implementation
input_interface:
- operation
- content
output_interface:
- retrieved
n_results: 5 # number of results to retrieve when query