WeaviateDB Integration (#2339)
This commit is contained in:
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user