Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mcaimi/chromadb-ingestor

Simple ChromaDB Text Ingestor
https://github.com/mcaimi/chromadb-ingestor

ai chromadb example langchain ollama python vectorstore

Last synced: 4 days ago
JSON representation

Simple ChromaDB Text Ingestor

Awesome Lists containing this project

README

        

# ChromaDB Simple Ingestor

[![Docker Repository on Quay](https://quay.io/repository/marcocaimi/chromadb-ingestor/status "Docker Repository on Quay")](https://quay.io/repository/marcocaimi/chromadb-ingestor)

Tokenize, Embed and Ingest text files into a local (or remote) ChromaDB instance.

Currently supports:

- Local or remote ChromaDB instance for embedings storage
- Local or remote Ollama API endpoints
- Local Sentence Transformer embedding functions

## TODO

- Too many bugs to fix
- Too many features to implement...