nbaldwin's picture
coflows - v1 (issues w/ state management here)
5a12fca
raw
history blame
592 Bytes
chroma_demo_flow:
_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
n_results: 1 # number of results to retrieve when query
vector_store_demo_flow:
_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