# 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"