amikos-tech/ChromaDB Data Pipes 🖇️| Action

Import/Export data to/from ChromaDB and much more!

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit Jan 20, 2024
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: amikos-tech/cdp-action@110be13f85d8dde12df4d1337a57e7313ef80003 # no releases — HEAD as of 2026-07-13

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
pipelineThe pipeline to run. Example: `cdp ds-get "hf://tazarov/chroma-qna?split=train" | cdp import "http://localhost:8000/default_database/chroma-qna" --upsert --create` Read more about pipelines: https://datapipes.chromadb.dev/ yes
with-embeddings-supportEnables all embedding providers - openai, cohere, sentence-transformers. Disabled by default. false
with-docs-supportEnables support for document embeddings. Disabled by default. false
with-web-supportEnables support for web embeddings. Disabled by default. false
namedescription
resultResult of the action