Added support for google vector search - (matching engine) (#2177)

This commit is contained in:
anchit-nishant
2025-03-05 11:45:47 +05:30
committed by GitHub
parent 7c8628eadc
commit 23dbce4f59
10 changed files with 1382 additions and 269 deletions

View File

@@ -641,4 +641,4 @@ class Memory(MemoryBase):
capture_event("mem0.reset", self)
def chat(self, query):
raise NotImplementedError("Chat function not implemented yet.")
raise NotImplementedError("Chat function not implemented yet.")