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

Is Config File Management Available for Chromadb and Pinecone? #397

Open
jimin0 opened this issue Nov 4, 2024 · 1 comment
Open

Is Config File Management Available for Chromadb and Pinecone? #397

jimin0 opened this issue Nov 4, 2024 · 1 comment

Comments

@jimin0
Copy link

jimin0 commented Nov 4, 2024

Hello,

I have a question about configuring vectordbbench.
Is there a way to configure chromadb and pinecone using a config file? Currently, when I run vectordbbench --help, I don’t see these options listed. I’d like to know if it’s possible to manage the configurations for these databases via a separate config file.

(.myenv03119) [root@localhost VectorDBBench]# vectordbbench -lp
Usage: vectordbbench [OPTIONS] COMMAND [ARGS]...

Options:
  --help  Show this message and exit.

Commands:
  awsopensearch
  memorydb
  milvusautoindex
  milvusdiskann
  milvusflat
  milvusgpucagra
  milvusgpuivfflat
  milvusgpuivfpq
  milvushnsw
  milvusivfflat
  milvusivfsq8
  pgdiskann
  pgvectorhnsw
  pgvectorivfflat
  pgvectorscalediskann
  pgvectorsflat
  pgvectorshnsw
  pgvectorsivfflat
  redis
  test
  weaviate
  zillizautoindex

If this is supported, could you provide any examples or reference materials? Thank you for your help!

@alwayslove2013
Copy link
Collaborator

@jimin0 The VDBBench CLI framework supports testing for Chroma and Pinecone, provided that the corresponding CLI clients are created, like milvus-cli.
https://github.com/zilliztech/VectorDBBench/blob/main/vectordb_bench/backend/clients/milvus/cli.py

Currently, we do not have sufficient manpower to develop these CLI clients. We welcome anyone who is interested to contribute codes~

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

No branches or pull requests

2 participants