wangle201210/go-rag
基于eino+gf+vue实现知识库的rag
This tool helps you build and manage an internal knowledge base to power AI chatbots. You feed it various documents like PDFs, web pages, or markdown files, and it processes them to create a searchable knowledge base. The output is a highly informed AI assistant that can answer questions accurately based on your specific content. This is ideal for internal teams like customer support, HR, or operations looking to provide quick, consistent answers.
301 stars.
Use this if you need an AI assistant that can answer questions from your own collection of documents and web pages, acting as a smart, internal expert.
Not ideal if you're looking for a general-purpose public chatbot or don't have a specific set of documents you need it to learn from.
Stars
301
Forks
36
Language
Go
License
Apache-2.0
Category
Last pushed
Nov 27, 2025
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/rag/wangle201210/go-rag"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Compare
Related tools
copilot-extensions/rag-extension
An example extension in go using retrevial-augmented generation
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...
eryajf/langchaingo-ollama-rag
学习基于langchaingo结合ollama实现的rag应用流程