Skip to content

Conversation

@MithunEndee
Copy link
Contributor

@MithunEndee MithunEndee commented Jan 29, 2026

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.

@MithunEndee
Copy link
Contributor Author

/assign @XuanYang-cn

@sre-ci-robot
Copy link

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: MithunEndee, XuanYang-cn

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

The pull request process is described 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 XuanYang-cn merged commit 34e8f25 into zilliztech:main Feb 3, 2026
4 checks passed
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