Abraxas-365 / langchain-rust

🦜️🔗LangChain for Rust, the easiest way to write LLM-based programs in Rust
MIT License
625 stars 83 forks source link

Fixed an error in sorting vector data queries by score. #224

Closed gudaoxuri closed 2 months ago

gudaoxuri commented 2 months ago

The current query is not sorted by score from highest to lowest, resulting in a query for the first N entries that may not pick up data with a high score.