RichardKnop/ragserver
Simple Golang RAG Server
This project helps operations engineers, analysts, or researchers quickly get structured answers from large collections of PDF documents. You upload various PDF reports, and then you can ask specific questions about their content. The system processes your query and the uploaded documents to provide a structured JSON answer, including the exact file and page numbers where the information was found.
No commits in the last 6 months.
Use this if you need to extract precise, structured data and evidence from a private library of PDF documents, such as financial reports, ESG disclosures, or research papers.
Not ideal if you just need a general chatbot or a simple document search tool without the need for structured, evidenced answers from specific PDFs.
Stars
10
Forks
—
Language
Go
License
—
Category
Last pushed
Sep 23, 2025
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/rag/RichardKnop/ragserver"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
copilot-extensions/rag-extension
An example extension in go using retrevial-augmented generation
wangle201210/go-rag
基于eino+gf+vue实现知识库的rag
LlamaEdge/rag-api-server
A RAG API server written in Rust following OpenAI specs
timescale/pgai
A suite of tools to develop RAG, semantic search, and other AI applications more easily with PostgreSQL
ca-srg/ragent
RAGent - A CLI tool for building RAG systems with hybrid search (BM25 + vector) using Amazon S3...