how to know knowledgeBase has saved file successfully or not? #1609
Unanswered
tejasso123
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How can I check if a file has been successfully saved after using knowledge_base.load(upsert=True)?
I attempted to use a try...except block to catch any errors during the load operation, but despite seeing an error log in the console, the program does not enter the except block. How can I properly handle and verify if the file is saved correctly?
Beta Was this translation helpful? Give feedback.
All reactions