diff --git a/docs/components/vectordbs/overview.mdx b/docs/components/vectordbs/overview.mdx index 5364507a7e..29f0705f39 100644 --- a/docs/components/vectordbs/overview.mdx +++ b/docs/components/vectordbs/overview.mdx @@ -15,6 +15,7 @@ See the list of supported vector databases below. + ## Usage diff --git a/docs/mint.json b/docs/mint.json index aab41b2f33..28e18fd382 100644 --- a/docs/mint.json +++ b/docs/mint.json @@ -113,7 +113,8 @@ "components/vectordbs/dbs/pgvector", "components/vectordbs/dbs/milvus", "components/vectordbs/dbs/azure_ai_search", - "components/vectordbs/dbs/redis" + "components/vectordbs/dbs/redis", + "components/vectordbs/dbs/elasticsearch" ] } ] diff --git a/pyproject.toml b/pyproject.toml index 615385c51a..a3c9b5ca59 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "mem0ai" -version = "0.1.42" +version = "0.1.43" description = "Long-term memory for AI Agents" authors = ["Mem0 "] exclude = [