Well , want to keep your passwords , data privately in your local vector DB and query it by just opening as simple as a npx
command. Well RAGVault does it for you
Steps to use it:
- Download ChromaDB docker container
- run it in port 8000 and...
npx ragvault
Currently Building🔨:
- Supports for PDF/DOCX Documents
- Supports for different embedding models from different AI providers
- Proper querying of data
docker running command:
docker run -d --rm --name chromadb -v ./chroma:/chroma/chroma -p 8000:8000 chromadb/chroma:latest
NOTE : THE PORT SHOULD BE KEPT 8000