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 = [