Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multiclient tool #2

Open
wants to merge 109 commits into
base: redisearch_benchmark
Choose a base branch
from
Open

Multiclient tool #2

wants to merge 109 commits into from

Conversation

GuyAv46
Copy link

@GuyAv46 GuyAv46 commented Feb 13, 2022

new update: support for milvus and future server based algorithms

follow this instruction for installing milvus for running locally (not in docker)

use --run-group {group name} for a specific run group parameters. ex:
--run-group M-4 will run ALL algorithms that has a run group named M-4
--run-group M-4 --algorithm milvus-hnsw will run only milvus hnsw algorithm with run group M-4

algos.yaml Outdated Show resolved Hide resolved
ann_benchmarks/algorithms/milvus.py Outdated Show resolved Hide resolved
ann_benchmarks/results.py Outdated Show resolved Hide resolved
to run a specific parameters combination
@GuyAv46 GuyAv46 marked this pull request as ready for review February 14, 2022 09:48
@GuyAv46 GuyAv46 requested a review from DvirDukhan February 14, 2022 09:48
DvirDukhan and others added 30 commits June 1, 2022 18:37
removed create command optimizations
CP for erikbern#300: Enable recall/latency charts on results
* updating milvus code

* added website dir to git ignore
* added pinecone client

* added support for pinecone in multirun.py

* removed unnecesarry var

* added 'exact' run group for pinecone

* generalized pinecone flush
* first changes

* more work

* make it work

* added certification support

* improved importing

* supporting both secure and not secure settings

* some cleanup

* another requirement update

* improved multirun on existing index

* added shard settings

* improved `aggregate_outputs`
Added throughput metric (collect start and end time)
Fixed algorithm str when using FLAT on redisearch
Ensure all primaries receive the FT.CREATE due to 'missing index error on querying' in multi-node scenarios
Fix unary typo on redisearch __str__
disable query timeout on redisearch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants