Loading connector details…
Loading connector details…
Choose a unique username to continue using AgentHotspot
by MandalAutomations • Uncategorized
A local Retrieval-Augmented Generation system that answers questions about GitHub documentation using local LLMs and vector embeddings.
Provide accurate answers about GitHub documentation without relying on external APIs.
Perform semantic search and contextual question answering on GitHub docs using local LLMs.
A scalable vector database solution integrated with PostgreSQL for document retrieval.
This project provides a question-answering system that fetches and processes GitHub's official documentation, generates embeddings using local Ollama models, and stores them in a PostgreSQL vector database. It enables users to ask contextually relevant questions about GitHub features and receive intelligent answers generated by local language models. The system is designed to run in a VS Code Dev Container with Docker services for easy setup and scalability.