Update redisearch base client to include timeout. Minor improvements on general latency and exported metrics#1
Open
filipecosta90 wants to merge 268 commits into
Open
Update redisearch base client to include timeout. Minor improvements on general latency and exported metrics#1filipecosta90 wants to merge 268 commits into
filipecosta90 wants to merge 268 commits into
Conversation
…atches of 32 vectors
…vector-db-benchmark into update.redisearch
… cluster is ready/alive before benchmark
…stion to avoid bad state
This reverts commit 9641080.
…data is in memory
…chmarks Update.redisearch hybrid benchmarks
… on Redis to avoid multi process indexing of different data
Update SVS parameters to correct SEARCH_WINDOW_SIZE
… optimization that pre-converts query vectors to bytes format. However, the Redis search client wasn't updated to handle this change and was still trying to convert the already-bytes data to bytes again, causing the ValueError
…in search_params before converting queries to bytes
Fix checking data_type before converting queries to bytes
* Add Cohere dataset and configuration The Cohere HDF5 does not have a "distances" dataset. Since this is not used, we can make it optional. * Add SQ8 * Fix distance * Remove NUM_THREADS and SQ8 from cohere-cal.json file. * Add vector_count and description to cohere dataset --------- Co-authored-by: Martin Dimitrov <slice4e@users.noreply.github.com> Co-authored-by: Marcin Poźniak <marcin.pozniak@intel.com>
Co-authored-by: fcostaoliveira <filipe@redis.com>
* Update redis-py package * Bump typer version
…pattern, fix --describe (#44)
* Add CONTRIBUTING.md * Add AGENTS.md * Fill in repo-specific setup and test instructions in CONTRIBUTING.md * Fill in repo-specific setup, overview, and test instructions in AGENTS.md
chore: bump GitHub Actions to node24-compatible versions
* fix: pin Redis service container image to 8.6 * fix: pin Redis service container image to 8.6 * fix: pin Redis service container image to 8.6
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.