100% Locally Running AI-Powered Knowledge Retrieval System
VectorMind is a fully open-source, AI-powered knowledge retrieval system that leverages state-of-the-art embedding models and LLMs. It allows users to build their own vectorized knowledge bases by uploading documents or scraping websites and then querying them using advanced AI models.
β
Open-Source AI Stack β Uses Ollama for local LLM inference, Nomic Embed Text for embeddings, and ChromaDB for vector storage.
β
Multi-Format Support β Upload and process PDFs, DOCX, and TXT files.
β
Web Scraping β Extracts content from websites, including Wikipedia.
β
Efficient Vector Search β Stores and retrieves relevant knowledge efficiently.
β
Flexible UI β Provides both Gradio and Streamlit interfaces for ease of use.
- Vector Database: ChromaDB
- Embeddings: Nomic Embed Text
- LLM Inference: LLaMa3.2 via Ollama
- Text Processing: LangChain
- Frontend: Gradio, Streamlit
- Web Scraping: BeautifulSoup
1οΈβ£ Upload documents or provide a website URL
2οΈβ£ Convert text into embeddings using Nomic Embed Text
3οΈβ£ Store vectorized data in ChromaDB
4οΈβ£ Query the knowledge base and retrieve AI-powered answers
