This commit is contained in:
Timothy Jaeryang Baek 2025-11-25 16:28:06 -05:00
parent 477097c2e4
commit 8b2015a97b

View file

@ -1249,7 +1249,7 @@ def save_docs_to_vector_db(
return ", ".join(docs_info) return ", ".join(docs_info)
log.info( log.debug(
f"save_docs_to_vector_db: document {_get_docs_info(docs)} {collection_name}" f"save_docs_to_vector_db: document {_get_docs_info(docs)} {collection_name}"
) )