update config
This commit is contained in:
parent
534c4fccdc
commit
5b3f4bd8c0
@ -13,9 +13,9 @@ AGENT_MAX_ITERATIONS = int( os.getenv("AGENT_MAX_ITERATIONS", default="10"
|
||||
# Tool Configuration (for future use)
|
||||
MAX_TOOL_OUTPUT = int( os.getenv("MAX_TOOL_OUTPUT", default="4000" ) )
|
||||
# RAG Configuration
|
||||
RAG_PERSIST_DIR = os.getenv("RAG_PERSIST_DIR", default="chroma_db" )
|
||||
RAG_EMBEDDING_MODEL = os.getenv("RAG_EMBEDDING_MODEL", default="nomic-embed-text" )
|
||||
RAG_COLLECTIONS = {
|
||||
RAG_PERSIST_DIR = os.getenv("RAG_PERSIST_DIR", default="chroma_db" )
|
||||
RAG_EMBEDDING_MODEL = os.getenv("RAG_EMBEDDING_MODEL", default="nomic-embed-text" )
|
||||
RAG_COLLECTIONS = {
|
||||
"food_recommendations": {
|
||||
"description": "Menu makanan, preferensi pelanggan, data kuliner"
|
||||
},
|
||||
|
||||
Loading…
Reference in New Issue
Block a user