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)
|
# Tool Configuration (for future use)
|
||||||
MAX_TOOL_OUTPUT = int( os.getenv("MAX_TOOL_OUTPUT", default="4000" ) )
|
MAX_TOOL_OUTPUT = int( os.getenv("MAX_TOOL_OUTPUT", default="4000" ) )
|
||||||
# RAG Configuration
|
# RAG Configuration
|
||||||
RAG_PERSIST_DIR = os.getenv("RAG_PERSIST_DIR", default="chroma_db" )
|
RAG_PERSIST_DIR = os.getenv("RAG_PERSIST_DIR", default="chroma_db" )
|
||||||
RAG_EMBEDDING_MODEL = os.getenv("RAG_EMBEDDING_MODEL", default="nomic-embed-text" )
|
RAG_EMBEDDING_MODEL = os.getenv("RAG_EMBEDDING_MODEL", default="nomic-embed-text" )
|
||||||
RAG_COLLECTIONS = {
|
RAG_COLLECTIONS = {
|
||||||
"food_recommendations": {
|
"food_recommendations": {
|
||||||
"description": "Menu makanan, preferensi pelanggan, data kuliner"
|
"description": "Menu makanan, preferensi pelanggan, data kuliner"
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user