From 3fa4b80debc6e741c89948b66db7283fbf6ed2e7 Mon Sep 17 00:00:00 2001 From: Dev Khant Date: Mon, 13 Jan 2025 20:14:31 +0530 Subject: [PATCH] Doc: Update ES and version bump (#2142) --- docs/components/vectordbs/overview.mdx | 1 + docs/mint.json | 3 ++- pyproject.toml | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/components/vectordbs/overview.mdx b/docs/components/vectordbs/overview.mdx index 5364507a..29f0705f 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 aab41b2f..28e18fd3 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 615385c5..a3c9b5ca 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 = [