File size: 480 Bytes
bfb6e70 9a4a4d6 bfb6e70 46d0705 0b084fa 46d0705 c415e05 bfb6e70 c415e05 bfb6e70 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
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 |