-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* #9 fix for method typo * #3 docs for ODFE index configuration and hyper-parameters * #9 reqs freeze * #11 optimized params to reach 700k vectors indexed (still not 1M) * #16 indexer for hnswlib, stores randomly generated vectors into binary index on disk * #16 I/O for binary vector format from Yandex (image dataset) * #16 hnswlib indexer for big-ann * #16 vector data visualizer (tensorboard) * #17 NSW graph visualization * #17 NSW graph implementation * #17 pca and t-sne * #17 viz code (fbin->tsv) * #17 sharding * #17 sharding algorithm, first two steps * #17 sharding algorithm, first two steps * added toml config * added IDE path --------- Co-authored-by: dmitry.kan <[email protected]>
- Loading branch information
Showing
23 changed files
with
13,975 additions
and
122 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -128,3 +128,6 @@ dmypy.json | |
|
||
# Pyre type checker | ||
.pyre/ | ||
|
||
# IDE | ||
.idea |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,135 @@ | ||
[project] | ||
dynamic = ["version"] | ||
name = "bert-solr-search" | ||
description = "Compute and search dense vectors using Apache Solr, Elasticsearch, OpenSearch and various vector search implementations" | ||
keywords = ["vector search", "embeddings", "apache solr", "elasticsearch", "opensearch", "elastiknn"] | ||
|
||
requires-python = ">= 3.8" | ||
|
||
authors = [ | ||
{name = "Dmitry Kan"}, | ||
] | ||
maintainers = [ | ||
{name = "Dmitry Kan"} | ||
] | ||
|
||
readme = "README.md" | ||
|
||
license = {file = "LICENSE"} | ||
|
||
dependencies = [ | ||
"absl-py==0.12.0", | ||
"altair==4.1.0", | ||
"appnope==0.1.2", | ||
"argon2-cffi==20.1.0", | ||
"astor==0.8.1", | ||
"async-generator==1.10", | ||
"attrs==21.2.0", | ||
"backcall==0.2.0", | ||
"base58==2.1.0", | ||
"bert-serving-client==1.10.0", | ||
"bert-serving-server==1.10.0", | ||
"bleach==3.3.0", | ||
"blinker==1.4", | ||
"Brotli==1.0.9", | ||
"cached-property==1.5.2", | ||
"cachetools==4.2.2", | ||
"certifi==2020.12.5", | ||
"cffi==1.14.5", | ||
"chardet==4.0.0", | ||
"click==7.1.2", | ||
"decorator==5.0.7", | ||
"defusedxml==0.7.1", | ||
"entrypoints==0.3", | ||
"Flask==1.1.2", | ||
"Flask-Compress==1.9.0", | ||
"Flask-Cors==3.0.10", | ||
"Flask-JSON==0.3.4", | ||
"gast==0.2.2", | ||
"gitdb==4.0.7", | ||
"GitPython==3.1.14", | ||
"google-pasta==0.2.0", | ||
"GPUtil==1.4.0", | ||
"grpcio==1.37.1", | ||
"h5py==3.2.1", | ||
"idna==2.10", | ||
"importlib-metadata==4.0.1", | ||
"ipykernel==5.5.4", | ||
"ipython==7.23.1", | ||
"ipython-genutils==0.2.0", | ||
"ipywidgets==7.6.3", | ||
"itsdangerous==1.1.0", | ||
"jedi==0.18.0", | ||
"Jinja2==2.11.3", | ||
"joblib==1.0.1", | ||
"jsonschema==3.2.0", | ||
"jupyter-client==6.1.12", | ||
"jupyter-core==4.7.1", | ||
"jupyterlab-pygments==0.1.2", | ||
"jupyterlab-widgets==1.0.0", | ||
"Keras-Applications==1.0.8", | ||
"Keras-Preprocessing==1.1.2", | ||
"Markdown==3.3.4", | ||
"MarkupSafe==1.1.1", | ||
"matplotlib-inline==0.1.2", | ||
"mistune==0.8.4", | ||
"nbclient==0.5.3", | ||
"nbconvert==6.0.7", | ||
"nbformat==5.1.3", | ||
"nest-asyncio==1.5.1", | ||
"notebook==6.3.0", | ||
"numpy==1.18.5", | ||
"opt-einsum==3.3.0", | ||
"packaging==20.9", | ||
"pandas==1.2.4", | ||
"pandocfilters==1.4.3", | ||
"parso==0.8.2", | ||
"pexpect==4.8.0", | ||
"pickleshare==0.7.5", | ||
"Pillow==8.2.0", | ||
"plotly==4.9.0", | ||
"prometheus-client==0.10.1", | ||
"prompt-toolkit==3.0.18", | ||
"protobuf==3.16.0", | ||
"ptyprocess==0.7.0", | ||
"pyarrow==4.0.0", | ||
"pycparser==2.20", | ||
"pydeck==0.6.2", | ||
"Pygments==2.9.0", | ||
"pyparsing==2.4.7", | ||
"pyrsistent==0.17.3", | ||
"python-dateutil==2.8.1", | ||
"pytz==2021.1", | ||
"pyzmq==22.0.3", | ||
"requests==2.25.1", | ||
"retrying==1.3.3", | ||
"scikit-learn==0.24.2", | ||
"scipy==1.6.3", | ||
"Send2Trash==1.5.0", | ||
"six==1.16.0", | ||
"sklearn==0.0", | ||
"smmap==4.0.0", | ||
"streamlit==0.81.1", | ||
"tensorboard==1.15.0", | ||
"tensorflow==1.15.0", | ||
"tensorflow-estimator==1.15.1", | ||
"termcolor==1.1.0", | ||
"terminado==0.9.4", | ||
"testpath==0.4.4", | ||
"threadpoolctl==2.1.0", | ||
"toml==0.10.2", | ||
"toolz==0.11.1", | ||
"tornado==6.1", | ||
"traitlets==5.0.5", | ||
"typing-extensions==3.10.0.0", | ||
"tzlocal==2.1", | ||
"urllib3==1.26.4", | ||
"validators==0.18.2", | ||
"wcwidth==0.2.5", | ||
"webencodings==0.5.1", | ||
"Werkzeug==1.0.1", | ||
"widgetsnbextension==3.5.1", | ||
"wrapt==1.12.1", | ||
"zipp==3.4.1", | ||
|
||
] |
Oops, something went wrong.