mirror of
https://github.com/qdrant/qdrant-client.git
synced 2026-09-21 13:37:55 -05:00
* WIP: recommendation api update * implement local new reco + add new tests * refactor calculate_best_scores, normalize score assertion * fix raw vectors in new recommend * fix mypy errors, add new reco on group recommend * fix more lints from ci * fix pyright lint * formattng * Add descriptions to enums * no mutable default argument * edit score comparison precision based on magnitude * Address review comments * remove custom message for type ignore * add coverage test * improve coverage test a little * add more fixtures for conversion test --------- Co-authored-by: Luis Cossío <luis.cossio@outlook.com>
14 lines
123 B
Plaintext
14 lines
123 B
Plaintext
venv
|
|
.DS_Store
|
|
__pycache__
|
|
.pytest_cache
|
|
.idea
|
|
.vscode
|
|
.devcontainer
|
|
.coverage
|
|
htmlcov
|
|
*.iml
|
|
dist
|
|
*.tar.gz
|
|
local_cache/*/*
|