You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* update python versions for testing
* create testing matrix for ES versions
* update python versions for _lint workflow
* update python versions for unit test workflow
* make fail fast false in integeration and unit test workflows
* make fake_embeddings less uniform for quantization
* introduce stable hash embeddings
* allows test_similarity_search_without_metadata to use stable hash embeddings
* use ruff to fix lint errors
* fix some more linting errors
* use stable hash embeddings on test_add_embeddings
* make relevance score tests use stable hash embeddings
* create a tolerance on score assertion for test_elasticsearch_with_relevance_score
* fix linting errors
* use stableHashEmbeddings on test_similarity_search_approx_by_vector
* create tolerance on score assertion for test_similarity_search_approx_by_vector
* debug: rank_window_size breaking change
* decide window_key based on ES version for async rrf hybrid search
* decide window_key based on ES version for sync rrf hybrid search
* fix lint errors
* Add comment for StableHashEmbeddings
* improve code comments
* fix lint
* add type annotation for stable hash embeddings
* update comments
* review comment: update consistent embeddings to hash based
* fix lint
* review comment: change to 16-dim vector, 2 d.p and assert full query body
* review comment: min ES version is 8.15 in test matrix
* review comment: update rank_window_size
* linting
* review comments: update comments
---------
Co-authored-by: ssh-esh <[email protected]>
0 commit comments