File size: 530 Bytes
bfb6e70
9a4a4d6
e5a24c6
46d0705
0b084fa
46d0705
e5a24c6
 
 
 
c415e05
e5a24c6
 
c415e05
e5a24c6
66127a4
 
e5a24c6
fc0b4d8
e5a24c6
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
name: chroma_db
_target_: flow_modules.aiflows.VectorStoreFlowModule.ChromaDBFlow.instantiate_from_default_config
description: ChromaDB is a document store that uses vector embeddings to store and retrieve documents
backend:
  _target_: aiflows.backends.llm_lite.LiteLLMBackend
  api_infos: ???
  model_name: ''
similarity_search_kwargs:
  k: 2
  filter: null 
input_interface:
- operation
- content
output_interface:
- retrieved
paths_to_data: []
chunk_size: 700
chunk_overlap: 0
separator: "\n"
persist_directory: ./demo_db_dir