This commit is contained in:
Timothy Jaeryang Baek 2025-09-11 21:38:01 +04:00
parent 7347f95b24
commit edc056351d

View file

@ -1387,12 +1387,6 @@ def save_docs_to_vector_db(
items=items,
)
# Validate the number of items inserted
result = VECTOR_DB_CLIENT.query(
collection_name=collection_name,
filter={"metadata": metadata} if metadata else None,
)
return True
except Exception as e:
log.exception(e)