Back to Home
MandalAutomations icon

GitHub-Documentation-Rag-Agent

Verified Safe

by MandalAutomations

Overview

A Retrieval-Augmented Generation (RAG) system that provides intelligent answers to questions about GitHub documentation using local LLMs and vector embeddings.

Installation

Run Command
No command provided

Environment Variables

  • OLLAMA_HOST
  • PGDATABASE
  • PGUSER
  • PGPASSWORD
  • PGHOST
  • PGPORT

Security Notes

The code generally uses parameterized queries for database interactions and structured JSON for API calls, mitigating common injection risks. Configuration relies on environment variables, though default database credentials in `VectorDB` are weak for production but acceptable for a local dev setup. Network interactions are primarily with a local Ollama server, assumed to be trusted. No 'eval' or obfuscation observed.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassLow
Avg Tokens6300
Stars0
Forks0
Last Update2025-11-19

Tags

RAGLLMOllamaPostgreSQLEmbeddings