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
718 B

# mem0 Integration Configuration - 桐哥
# Agent ID: tongge
# Collection: mem0_v4_shared (shared with all agents)
local:
vector_store:
provider: qdrant
config:
host: "localhost"
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: "wang_yuanzhang"
agent_id: "tongge"