Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mcaimi/chromadb-ingestor
- Owner: mcaimi
- License: gpl-3.0
- Created: 2024-03-26T15:31:13.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-07-22T07:57:53.000Z (4 months ago)
- Last Synced: 2024-07-22T09:26:26.730Z (4 months ago)
- Topics: ai, chromadb, example, langchain, ollama, python, vectorstore
- Language: Python
- Homepage:
- Size: 52.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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...