removed unnecessary flush()

This commit is contained in:
cs0lar
2023-04-12 18:56:42 +01:00
parent 415c1cb4b5
commit 35ecd95c49

View File

@@ -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):