You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to create a TextKnowledgeBase using LanceDb with Ollamaembedder model. The script worked for some documents and started throwing below error, I tried running multiple times, but the got the same error.
The total text documents are nearly 10k and all contains data. The error is coming at around 100th file.
Exception has occurred: IndexError
list index out of range
File "/media/ahamad/work/projects/auto_zone/Autozone_experiments/knowledge_base.py", line 43, in <module>
knowledge_base.load(recreate=False)
IndexError: list index out of range
The text was updated successfully, but these errors were encountered:
I am trying to create a TextKnowledgeBase using LanceDb with Ollamaembedder model. The script worked for some documents and started throwing below error, I tried running multiple times, but the got the same error.
The total text documents are nearly 10k and all contains data. The error is coming at around 100th file.
Error Message
The text was updated successfully, but these errors were encountered: