amikos-tech/ChromaDB Data Pipes 🖇️| Action
Import/Export data to/from ChromaDB and much more!
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Jan 20, 2024
- License
- MIT
Pinned Snippet
uses: amikos-tech/cdp-action@110be13f85d8dde12df4d1337a57e7313ef80003 # no releases — HEAD as of 2026-07-13tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| pipeline | The 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-support | Enables all embedding providers - openai, cohere, sentence-transformers. Disabled by default. | — | false |
| with-docs-support | Enables support for document embeddings. Disabled by default. | — | false |
| with-web-support | Enables support for web embeddings. Disabled by default. | — | false |
Outputs
| name | description |
|---|---|
| result | Result of the action |