QueryMind / configs /tools_config.yml
7beshoyarnest's picture
fix: prepare for Hugging Face deployment
54eece6
Raw
History Blame Contribute Delete
1.14 kB
primary_agent:
llm: openai/gpt-oss-120b
llm_temperature: 0.0
swiss_airline_policy_rag:
unstructured_docs: "data/unstructured_docs/swiss_airline_policy"
vectordb: "/tmp/airline_policy_vectordb"
collection_name: rag-chroma
llm: openai/gpt-oss-120b
llm_temperature: 0.0
embedding_model: all-MiniLM-L6-v2
chunk_size: 500
chunk_overlap: 100
k: 2
stories_rag:
unstructured_docs: "data/unstructured_docs/stories"
vectordb: "/tmp/stories_vectordb"
collection_name: stories-rag-chroma
llm: openai/gpt-oss-120b
llm_temperature: 0.0
embedding_model: all-MiniLM-L6-v2
chunk_size: 500
chunk_overlap: 100
k: 2
travel_sqlagent_configs:
travel_sqldb_dir: "data/travel.sqlite"
llm: "openai/gpt-oss-120b"
llm_temperature: 0.0
chinook_sqlagent_configs:
chinook_sqldb_dir: "data/Chinook.db"
llm: "openai/gpt-oss-120b"
llm_temperature: 0.0
langsmith:
tracing: "true"
project_name: "rag_sqlagent_project"
tavily_search_api:
tavily_search_max_results: 2
graph_configs:
thread_id: 1 # This can be adjusted to assign a unique value for each user session, so it's easier to access data later on.