Skip to content

Commit

Permalink
feature: add hybrid search retriever using Qdrant in-memory vector st…
Browse files Browse the repository at this point in the history
…ore and Reciprocal Rank Fusion
  • Loading branch information
asajatovic committed Dec 5, 2024
1 parent eab6ed1 commit f0d8972
Show file tree
Hide file tree
Showing 5 changed files with 730 additions and 79 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
- Add `create_project` bool to `StudioClient.__init__()` to enable users to automatically create their Studio projects
- Add progressbar to the `Runner` to be able to track the `Run`
- Add `StudioClient.submit_benchmark_lineages` function and include it in `StudioClient.submit_benchmark_execution`
- Add `HybridQdrantInMemoryRetriever` enabling hybrid search for in-memory Qdrant collections

### Fixes
...
Expand Down
Loading

0 comments on commit f0d8972

Please sign in to comment.