| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
parent directory.. | ||||
We have Python notebooks for the following scenarios:
Note that for for the dense space, we have examples of the so-called optimized and non-optimized indices. Except HNSW, all the methods save meta-indices rather than real ones. Meta indices contain only index structure, but not the data. Hence, before a meta-index can be loaded, we need to re-load data. If the index was saved with the parameter save_data set to True, then reloading the data can be achieved by specifying load_data=True in a call to the loadIndex function.
For ease of reproduction, examples use very small corpora. Thus, used search methods do not necessarily outperform brute-force search. Typically, the larger is the corpora, the larger is the improvement in efficiency over the brute-force search.
| Back | FazBrowse Home | New Git URL |