Add support for Langchain VectorStores (#2518)

This commit is contained in:
Dev Khant
2025-04-11 13:37:18 +05:30
committed by GitHub
parent 8b789adb15
commit 19d7beef43
9 changed files with 386 additions and 5 deletions

View File

@@ -84,6 +84,7 @@ class VectorStoreFactory:
"supabase": "mem0.vector_stores.supabase.Supabase",
"weaviate": "mem0.vector_stores.weaviate.Weaviate",
"faiss": "mem0.vector_stores.faiss.FAISS",
"langchain": "mem0.vector_stores.langchain.Langchain",
}
@classmethod