HildaM/eino-rag
基于 Eino 构建的 RAG (检索增强生成) 应用系统。
This system helps developers integrate Retrieval-Augmented Generation (RAG) capabilities into their applications. It takes local documents, like Markdown files, and processes them to enable intelligent question-answering. The output is contextually relevant answers generated by a large language model, making it useful for developers building AI-powered knowledge systems.
No commits in the last 6 months.
Use this if you are a developer looking to add a robust RAG system to your Golang application for document retrieval and generative Q&A.
Not ideal if you are an end-user needing a ready-to-use application without development work, or if you prefer a different programming language than Go.
Stars
9
Forks
2
Language
Go
License
—
Category
Last pushed
Apr 10, 2025
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/rag/HildaM/eino-rag"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Compare
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...