Naive-RAG-chatbot / config /init_project_for_pseudo_trial.yaml
jeffrey
init commit
37c1830
raw
history blame contribute delete
322 Bytes
node_lines:
- node_line_name: retrieve_node_line
nodes:
- node_type: retrieval # Set Retrieval Node
strategy:
metrics: [retrieval_f1, retrieval_recall] # Set Retrieval Metrics
top_k: 3
modules:
- module_type: vectordb
embedding_model: openai
- module_type: bm25