mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2026-01-19 22:14:28 +01:00
removed the extra class property
This commit is contained in:
@@ -54,7 +54,6 @@ class WeaviateMemory(MemoryProviderSingleton):
|
||||
|
||||
doc_uuid = generate_uuid5(data, self.index)
|
||||
data_object = {
|
||||
'class': self.index,
|
||||
'raw_text': data
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user