File size: 399 Bytes
bfb6e70 9a4a4d6 bfb6e70 46d0705 0b084fa c415e05 46d0705 bfb6e70 c415e05 bfb6e70 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 |
name: "VectorStoreFlow"
description: "VectorStoreFlow"
_target_: flow_modules.aiflows.VectorStoreFlowModule.VectorStoreFlow.instantiate_from_default_config
backend:
_target_: aiflows.backends.llm_lite.LiteLLMBackend
api_infos: ???
model_name: "" #Not used in current implementation
input_keys:
- "operation" # read or write
- "content"
output_keys:
- "retrieved"
type: "chroma"
|