We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When starting a empty milvus-lite db, error is thrown stating "list index out of range"
Just following the example in the cookbook for milvus
Provide relevant agent configuration.
Vector DB should have been created
Crash
agno/vectordb/milvus/milvus.py", line 122, in name_exists return len(scroll_result[0]) > 0 ~~~~~~~~~~~~~^^^ IndexError: list index out of range
Adding a None check here should fix the issue
Add any other context or details about the problem here.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
When starting a empty milvus-lite db, error is thrown stating "list index out of range"
Steps to Reproduce
Just following the example in the cookbook for milvus
Agent Configuration (if applicable)
Provide relevant agent configuration.
Expected Behavior
Vector DB should have been created
Actual Behavior
Crash
Screenshots or Logs (if applicable)
Environment
Possible Solutions (optional)
Adding a None check here should fix the issue
Additional Context
Add any other context or details about the problem here.
The text was updated successfully, but these errors were encountered: