You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
35 lines
741 B
35 lines
741 B
|
4 weeks ago
|
# mem0 Integration Configuration - {{AGENT_NAME}}
|
||
|
|
# Agent ID: {{AGENT_ID}}
|
||
|
|
# Collection: mem0_v4_shared (shared with all agents)
|
||
|
|
|
||
|
|
local:
|
||
|
|
vector_store:
|
||
|
|
provider: qdrant
|
||
|
|
config:
|
||
|
|
host: "{{QDRANT_HOST}}"
|
||
|
|
port: 6333
|
||
|
|
collection_name: mem0_v4_shared
|
||
|
|
|
||
|
|
llm:
|
||
|
|
provider: openai
|
||
|
|
config:
|
||
|
|
model: qwen-plus
|
||
|
|
api_base: https://dashscope.aliyuncs.com/compatible-mode/v1
|
||
|
|
api_key: ${MEM0_DASHSCOPE_API_KEY}
|
||
|
|
|
||
|
|
embedder:
|
||
|
|
provider: openai
|
||
|
|
config:
|
||
|
|
model: text-embedding-v4
|
||
|
|
api_base: https://dashscope.aliyuncs.com/compatible-mode/v1
|
||
|
|
api_key: ${MEM0_DASHSCOPE_API_KEY}
|
||
|
|
|
||
|
|
cache:
|
||
|
|
enabled: true
|
||
|
|
ttl: 300
|
||
|
|
max_size: 1000
|
||
|
|
|
||
|
|
metadata:
|
||
|
|
user_id: "{{USER_ID}}"
|
||
|
|
agent_id: "{{AGENT_ID}}"
|