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: 30 days ago
JSON representation
Simple ChromaDB Text Ingestor
- Host: GitHub
- URL: https://github.com/mcaimi/chromadb-ingestor
- Owner: mcaimi
- License: gpl-3.0
- Created: 2024-03-26T15:31:13.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-05-15T15:46:19.000Z (about 1 year ago)
- Last Synced: 2025-07-22T15:42:01.535Z (10 months ago)
- Topics: ai, chromadb, example, langchain, ollama, python, vectorstore
- Language: Jupyter Notebook
- Homepage:
- Size: 153 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# ChromaDB Simple Ingestor
[](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...