WeaviateDB Integration (#2339)

This commit is contained in:
Parshva Daftari
2025-03-11 00:12:17 +05:30
committed by GitHub
parent 6e4fb22a7c
commit b89628322d
11 changed files with 626 additions and 3 deletions

View File

@@ -313,6 +313,7 @@ class Memory(MemoryBase):
"data",
"created_at",
"updated_at",
"id"
}
additional_metadata = {k: v for k, v in memory.payload.items() if k not in excluded_keys}
if additional_metadata:
@@ -376,6 +377,7 @@ class Memory(MemoryBase):
"data",
"created_at",
"updated_at",
"id",
}
all_memories = [
{
@@ -469,6 +471,7 @@ class Memory(MemoryBase):
"data",
"created_at",
"updated_at",
"id",
}
original_memories = [