Skip to content
New issue

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

Full-text search is not supported in current Milvus version (requires >= 2.5.0) #12837

Open
5 tasks done
kenneth-bro opened this issue Jan 18, 2025 · 1 comment
Open
5 tasks done
Labels
🐞 bug Something isn't working

Comments

@kenneth-bro
Copy link

Self Checks

  • This is only for bug report, if you would like to ask a question, please head to Discussions.
  • I have searched for existing issues search for existing issues, including closed ones.
  • I confirm that I am using English to submit this report (我已阅读并同意 Language Policy).
  • [FOR CHINESE USERS] 请务必使用英文提交 Issue,否则会被关闭。谢谢!:)
  • Please do not modify this template :) and fill in all the required fields.

Dify version

0.15.1

Cloud or Self Hosted

Self Hosted (Docker)

Steps to reproduce

error: Full-text search is not supported in current Milvus version (requires >= 2.5.0), milvus version is 2.5.2

Image

✔️ Expected Behavior

No response

❌ Actual Behavior

No response

@dosubot dosubot bot added the 🐞 bug Something isn't working label Jan 18, 2025
Copy link

dosubot bot commented Jan 18, 2025

The error message you're encountering suggests that full-text search is not supported because the Milvus version is below 2.5.0. However, you mentioned that your Milvus version is 2.5.2, which should support full-text search.

Here are a few things you can check or try:

  1. Version Verification: Double-check the Milvus version being used by your application. Ensure that the version reported in the Milvus dashboard matches the version your application is connecting to.

  2. Configuration Check: Ensure that the enable_hybrid_search configuration is set to True in your Dify setup. This is necessary for enabling full-text search [1].

  3. Connection Issues: Verify that your application is correctly connecting to the Milvus instance you are viewing in the dashboard. There might be a configuration issue causing it to connect to a different instance.

  4. Logs and Debugging: Check the logs for any additional error messages or warnings that might provide more context about why the full-text search is not being enabled.

If these steps do not resolve the issue, consider reviewing the code that checks the Milvus version to ensure it is functioning correctly. There might be an issue with how the version is being detected or parsed [1].

To continue talking to Dosu, mention @dosu.


Help Dosu learn! Give it feedback: Great Response | Irrelevant Answer | Incorrect Sources | Too Verbose | Hallucination | Other

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐞 bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant