We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d1a7da commit 55354a1Copy full SHA for 55354a1
src/strands_tools/mem0_memory.py
@@ -166,7 +166,7 @@ class Mem0ServiceClient:
166
"provider": "opensearch",
167
"config": {
168
"port": 443,
169
- "collection_name": "mem0_memories",
+ "collection_name": os.environ.get("OPENSEARCH_COLLECTION", "mem0"),
170
"host": os.environ.get("OPENSEARCH_HOST"),
171
"embedding_model_dims": 1024,
172
"connection_class": RequestsHttpConnection,
0 commit comments