mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2026-01-20 06:24:29 +01:00
removed unnecessary flush()
This commit is contained in:
@@ -66,8 +66,6 @@ class WeaviateMemory(MemoryProviderSingleton):
|
||||
vector=vector
|
||||
)
|
||||
|
||||
batch.flush()
|
||||
|
||||
return f"Inserting data into memory at uuid: {doc_uuid}:\n data: {data}"
|
||||
|
||||
def get(self, data):
|
||||
|
||||
Reference in New Issue
Block a user