langgenius / dify

Dify is an open-source LLM app development platform. Dify's intuitive interface combines AI workflow, RAG pipeline, agent capabilities, model management, observability features and more, letting you quickly go from prototype to production.
https://dify.ai
Other
52.36k stars 7.64k forks source link

fix(rag):Fix document deduplication logic #10938

Closed wangiii closed 1 day ago

wangiii commented 1 day ago

Summary

After the knowledge base hybrid retrieval selection weight is set, the recalled content is an empty array.

[!Tip] Close issue syntax: Fixes #<issue number> or Resolves #<issue number>, see documentation for more details.

Screenshots

Before: After:
image image

Checklist

[!IMPORTANT]
Please review the checklist below before submitting your pull request.

crazywoola commented 1 day ago

Please see this pr as well https://github.com/langgenius/dify/pull/10931

wangiii commented 1 day ago

Please see this pr as well #10931另请参阅此公关 #10931

OK