mem0ai 3.0.13 → 3.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +12 -7
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +12 -7
- package/dist/index.mjs.map +1 -1
- package/dist/oss/index.d.mts +1448 -65
- package/dist/oss/index.d.ts +1448 -65
- package/dist/oss/index.js +12018 -3466
- package/dist/oss/index.js.map +1 -1
- package/dist/oss/index.mjs +11985 -3462
- package/dist/oss/index.mjs.map +1 -1
- package/package.json +101 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "mem0ai",
|
|
3
|
-
"version": "3.0
|
|
3
|
+
"version": "3.1.0",
|
|
4
4
|
"description": "The Memory Layer For Your AI Apps",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"module": "./dist/index.mjs",
|
|
@@ -97,7 +97,9 @@
|
|
|
97
97
|
"ts-jest": "^29.2.6",
|
|
98
98
|
"ts-node": "^10.9.2",
|
|
99
99
|
"tsup": "^8.3.0",
|
|
100
|
-
"typescript": "5.5.4"
|
|
100
|
+
"typescript": "5.5.4",
|
|
101
|
+
"iovalkey": "^0.3.3",
|
|
102
|
+
"@mochow/mochow-sdk-node": "^2.1.5"
|
|
101
103
|
},
|
|
102
104
|
"dependencies": {
|
|
103
105
|
"axios": "^1.16.0",
|
|
@@ -107,24 +109,114 @@
|
|
|
107
109
|
},
|
|
108
110
|
"peerDependencies": {
|
|
109
111
|
"@anthropic-ai/sdk": "^0.40.1",
|
|
112
|
+
"@aws-sdk/client-neptune-graph": ">=3.0.0 <3.968.0",
|
|
113
|
+
"@aws-sdk/client-s3vectors": "3.967.0",
|
|
114
|
+
"@mochow/mochow-sdk-node": "^2.1.5",
|
|
110
115
|
"@azure/identity": "^4.0.0",
|
|
111
116
|
"@azure/search-documents": "^12.0.0",
|
|
112
117
|
"@cloudflare/workers-types": "^4.20250504.0",
|
|
118
|
+
"@databricks/sql": "^1.16.0",
|
|
119
|
+
"@google-cloud/aiplatform": "^6.8.0",
|
|
113
120
|
"@google/genai": "^1.40.0",
|
|
121
|
+
"@huggingface/transformers": "^3.0.0 || ^4.0.0",
|
|
114
122
|
"@langchain/core": "^1.1.47",
|
|
115
123
|
"@mistralai/mistralai": "^1.5.2",
|
|
124
|
+
"@opensearch-project/opensearch": "^3.5.1",
|
|
125
|
+
"@pinecone-database/pinecone": "^8.0.0",
|
|
116
126
|
"@qdrant/js-client-rest": "^1.18.0",
|
|
117
127
|
"@supabase/supabase-js": "^2.49.1",
|
|
128
|
+
"@turbopuffer/turbopuffer": "^2.0.0",
|
|
118
129
|
"@types/jest": "29.5.14",
|
|
119
130
|
"@types/pg": "8.11.0",
|
|
131
|
+
"@upstash/vector": "^1.2.3",
|
|
120
132
|
"better-sqlite3": "^12.6.2",
|
|
133
|
+
"cassandra-driver": "4.8.0",
|
|
134
|
+
"chromadb": "^3.5.0",
|
|
121
135
|
"cloudflare": "^4.2.0",
|
|
136
|
+
"cohere-ai": "^7.17.0 || ^8.0.0",
|
|
137
|
+
"fastembed": "^2.1.0",
|
|
122
138
|
"groq-sdk": "0.3.0",
|
|
139
|
+
"mongodb": "^7.0.0",
|
|
140
|
+
"weaviate-client": "^3.0.0",
|
|
123
141
|
"ollama": "^0.5.14",
|
|
124
142
|
"pg": "8.11.3",
|
|
125
143
|
"redis": "^4.6.13",
|
|
144
|
+
"@elastic/elasticsearch": "^9.0.0",
|
|
145
|
+
"iovalkey": "^0.3.3",
|
|
126
146
|
"compromise": "^14.0.0",
|
|
127
|
-
"natural": "^8.0.1"
|
|
147
|
+
"natural": "^8.0.1",
|
|
148
|
+
"zeroentropy": "^0.1.0-alpha.10",
|
|
149
|
+
"mysql2": "^3.0.0",
|
|
150
|
+
"@zilliz/milvus2-sdk-node": "^2.4.0 || ^3.0.0",
|
|
151
|
+
"@aws-sdk/client-bedrock-runtime": ">=3.0.0 <3.968.0"
|
|
152
|
+
},
|
|
153
|
+
"peerDependenciesMeta": {
|
|
154
|
+
"mysql2": {
|
|
155
|
+
"optional": true
|
|
156
|
+
},
|
|
157
|
+
"@zilliz/milvus2-sdk-node": {
|
|
158
|
+
"optional": true
|
|
159
|
+
},
|
|
160
|
+
"@mochow/mochow-sdk-node": {
|
|
161
|
+
"optional": true
|
|
162
|
+
},
|
|
163
|
+
"@aws-sdk/client-bedrock-runtime": {
|
|
164
|
+
"optional": true
|
|
165
|
+
},
|
|
166
|
+
"@databricks/sql": {
|
|
167
|
+
"optional": true
|
|
168
|
+
},
|
|
169
|
+
"@aws-sdk/client-neptune-graph": {
|
|
170
|
+
"optional": true
|
|
171
|
+
},
|
|
172
|
+
"chromadb": {
|
|
173
|
+
"optional": true
|
|
174
|
+
},
|
|
175
|
+
"mongodb": {
|
|
176
|
+
"optional": true
|
|
177
|
+
},
|
|
178
|
+
"weaviate-client": {
|
|
179
|
+
"optional": true
|
|
180
|
+
},
|
|
181
|
+
"cassandra-driver": {
|
|
182
|
+
"optional": true
|
|
183
|
+
},
|
|
184
|
+
"@pinecone-database/pinecone": {
|
|
185
|
+
"optional": true
|
|
186
|
+
},
|
|
187
|
+
"@aws-sdk/client-s3vectors": {
|
|
188
|
+
"optional": true
|
|
189
|
+
},
|
|
190
|
+
"@turbopuffer/turbopuffer": {
|
|
191
|
+
"optional": true
|
|
192
|
+
},
|
|
193
|
+
"@upstash/vector": {
|
|
194
|
+
"optional": true
|
|
195
|
+
},
|
|
196
|
+
"@elastic/elasticsearch": {
|
|
197
|
+
"optional": true
|
|
198
|
+
},
|
|
199
|
+
"@opensearch-project/opensearch": {
|
|
200
|
+
"optional": true
|
|
201
|
+
},
|
|
202
|
+
"cohere-ai": {
|
|
203
|
+
"optional": true
|
|
204
|
+
},
|
|
205
|
+
"zeroentropy": {
|
|
206
|
+
"optional": true
|
|
207
|
+
},
|
|
208
|
+
"fastembed": {
|
|
209
|
+
"optional": true
|
|
210
|
+
},
|
|
211
|
+
"@google-cloud/aiplatform": {
|
|
212
|
+
"optional": true
|
|
213
|
+
},
|
|
214
|
+
"@huggingface/transformers": {
|
|
215
|
+
"optional": true
|
|
216
|
+
},
|
|
217
|
+
"iovalkey": {
|
|
218
|
+
"optional": true
|
|
219
|
+
}
|
|
128
220
|
},
|
|
129
221
|
"engines": {
|
|
130
222
|
"node": ">=18"
|
|
@@ -151,13 +243,18 @@
|
|
|
151
243
|
"path-to-regexp@>=8.0.0 <8.4.0": "^8.4.0",
|
|
152
244
|
"postcss@<8.5.10": ">=8.5.10",
|
|
153
245
|
"uuid@<11.1.1": ">=11.1.1",
|
|
246
|
+
"weaviate-client>uuid": "^11.1.1",
|
|
154
247
|
"ws@>=8.0.0 <8.20.1": ">=8.20.1",
|
|
155
248
|
"rollup@>=4.0.0 <4.59.0": "^4.59.0",
|
|
156
249
|
"tar-fs@>=2.0.0 <2.1.4": "^2.1.4",
|
|
157
250
|
"glob@>=10.2.0 <10.5.0": "^10.5.0",
|
|
251
|
+
"fast-xml-parser@>=5.0.0 <5.7.0": "^5.9.3",
|
|
252
|
+
"tar@<=7.5.15": "^7.5.19",
|
|
158
253
|
"@modelcontextprotocol/sdk": "^1.25.4",
|
|
159
254
|
"esbuild": ">=0.28.1",
|
|
160
|
-
"undici@<6.27.0": ">=6.27.0 <8.0.0"
|
|
255
|
+
"undici@<6.27.0": ">=6.27.0 <8.0.0",
|
|
256
|
+
"@aws-sdk/client-bedrock-runtime": "3.967.0",
|
|
257
|
+
"@aws-sdk/client-neptune-graph": "3.966.0"
|
|
161
258
|
}
|
|
162
259
|
}
|
|
163
260
|
}
|