amikos-tech / chromadb-data-pipes

ChromaDB Data Pipes 🖇️ - The easiest way to get data into and out of ChromaDB
https://datapipes.chromadb.dev/
MIT License
8 stars 1 forks source link

Authentication with token #152

Open awn70 opened 3 days ago

awn70 commented 3 days ago

Hi, is it possible to use cdp when the ChromaDB is configured to use authentication with x-chroma-token header? I'm using the docker image with this configuration: docker run \ --detach \ -p 8080:8000 \ --name chroma \ -v /home/zzz/chroma-storage:/chroma/chroma \ --restart=always \ -e CHROMA_SERVER_AUTH_CREDENTIALS_PROVIDER="chromadb.auth.token.TokenConfigServerAuthCredentialsProvider" \ -e CHROMA_SERVER_AUTH_PROVIDER="chromadb.auth.token.TokenAuthServerProvider" \ -e CHROMA_SERVER_AUTH_TOKEN_TRANSPORT_HEADER="X_CHROMA_TOKEN" \ -e CHROMA_SERVER_AUTH_CREDENTIALS="xxxxxx" \ chromadb/chroma Regards Andreas

tazarov commented 2 days ago

@awn70, let me add auth support for import/export commands.