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

Doubts on ChromaDB client_settings #2730

Closed
Darrshan-Sankar opened this issue Aug 27, 2024 · 6 comments
Closed

Doubts on ChromaDB client_settings #2730

Darrshan-Sankar opened this issue Aug 27, 2024 · 6 comments

Comments

@Darrshan-Sankar
Copy link

I tried to implement the persistent client using Langchain with duckdb+parquet as the format, but faced deprecated error. Is really duckdb+parquet format removed? If so why.
(PS: Suggest to enable discussion tab in the repository in addition to discord)

@tazarov
Copy link
Contributor

tazarov commented Aug 27, 2024

@Darrshan-Sankar, duckdb+parquet has been deprecated and removed since 0.4.0 and it is unlikely to returned. Currently, Chroma relies on sqlite3 for metadata storage.

@Darrshan-Sankar
Copy link
Author

@Darrshan-Sankar, duckdb+parquet has been deprecated and removed since 0.4.0 and it is unlikely to returned. Currently, Chroma relies on sqlite3 for metadata storage.

@tazarov Thanks for your clarification. Any room for PR: '#2694' ?

@ansheshwar
Copy link

@Darrshan-Sankar, duckdb+parquet has been deprecated and removed since 0.4.0 and it is unlikely to returned. Currently, Chroma relies on sqlite3 for metadata storage.

@tazarov But , if i want to store in no-sql format instead of sql then how will it can be done?

@tazarov
Copy link
Contributor

tazarov commented Sep 11, 2024

@Darrshan-Sankar, unfortunately single-node Chroma has only sqlite3 impl for metadata and system database. Adding support for other storage engines is not currently on the roadmap.

Regarding #2694, let me look into it.

@jeffchuber
Copy link
Contributor

closing this as the question was resolved

@ansheshwar
Copy link

@Darrshan-Sankar, duckdb+parquet has been deprecated and removed since 0.4.0 and it is unlikely to returned. Currently, Chroma relies on sqlite3 for metadata storage.

Is there any other way to use duckdb for version 0.4.0 and above?

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

4 participants