Skip to content

Added Endee Client Support#709

Closed
MithunEndee wants to merge 5 commits intozilliztech:mainfrom
endee-io:feat/add-endee-client
Closed

Added Endee Client Support#709
MithunEndee wants to merge 5 commits intozilliztech:mainfrom
endee-io:feat/add-endee-client

Conversation

@MithunEndee
Copy link
Copy Markdown
Contributor

This PR integrates Endee VectorDB (https://endee.io) into VectorDBBench. It provides a complete client implementation, allowing users to benchmark Endee's performance (insertion, search, filtering) against other vector databases supported by the framework.

Key Changes

New Client Implementation:

  • vectordb_bench/backend/clients/endee/endee.py: Implements the VectorDB abstract base class, handling connection, data insertion, and vector search with filtering support.
  • vectordb_bench/backend/clients/endee/config.py: Defines Pydantic models for configuration validation (token, index name, dimensionality, etc.).
  • vectordb_bench/backend/clients/endee/cli.py: Adds CLI command support using click.

Integration & Registry:

  • Registered Endee in vectordb_bench/backend/clients/__init__.py.
  • Added the endee command to the main CLI entry point in vectordb_bench/cli/vectordbbench.py.
  • Added endee dependency to pyproject.toml.
  • Added endee logo in vectordb_bench/frontend/config/styles.py.

Documentation:

  • Updated README.md to include Endee in the list of supported clients.

@sre-ci-robot
Copy link
Copy Markdown

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: MithunEndee
To complete the pull request process, please assign xuanyang-cn after the PR has been reviewed.
You can assign the PR to them by writing /assign @xuanyang-cn in a comment when ready.

The full list of commands accepted by this bot can be found here.

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@XuanYang-cn
Copy link
Copy Markdown
Collaborator

@MithunEndee THX for the contribution of endee. Please fix the conflict with the latest code

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.

4 participants