Open
Conversation
Added instructions for installing Bazel 6.0.0 and reverting from newer versions.
Added instructions on how to run ResDB-ORM, including steps to start backend services and configure the environment.
Removed markdown links from git clone commands in README.
Added installation instruction for resdb-orm package.
Added README.md for ResilientDB x LEANN integration, detailing file structure, prerequisites, installation, usage guide, configuration notes, and troubleshooting steps.
Updated formatting and headings in the README for clarity.
Updated troubleshooting section to format commands as code.
Updated README to clarify access to ResilientDB KV Service.
Removed interaction instructions and clarified memory limitations in troubleshooting.
…ith error handling and retry logic; add diagnosis tool and update data management scripts.
Updated README to reflect version status and upcoming changes.
… validation for updates, and refined logging; update id_mapping and passages data for consistency.
- Added vector search capabilities to the GraphQL API with `searchVector` query. - Introduced mutations for adding (`addVector`) and deleting (`deleteVector`) vectors in the index. - Created helper function `run_vector_script` to execute vector indexing scripts. - Updated `vector_add.py` to handle embedding generation and index building using SentenceTransformers and hnswlib. - Refactored `vector_delete.py` to rebuild the index after deletion of a vector. - Enhanced `vector_get.py` to retrieve and search for vectors using the HNSW index. - Improved error handling and logging throughout the vector indexing process.
…e search/add/delete functionality
- Added a new CSV file containing stress test results for vector indexing operations. - Removed the vector_client.py script which handled command-line interactions for adding, deleting, and searching vectors. - Removed the vector_proxy.py script which provided a Flask API for vector operations.
This README provides an overview of the Vector Indexing SDK, including architecture, prerequisites, installation instructions, and usage examples for the CLI tool.
Removed the default GraphQL endpoint from the README.
Updated the command to run the demo script in the README.
Added instructions to make demo script executable.
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.
This is a request to merge the code for the Fall 2025 ECS 265 Vector Indexing project into the main repository for ResilientDB.