chegangan/eino-rag
一个基于 Eino 框架的综合性大模型应用,用eino实现了一个流式对话AI和一个集成了Qdrant向量数据库的RAG知识库。是学习和实践大模型工程化的绝佳案例。
This project helps developers quickly build sophisticated large language model (LLM) applications. It provides a full-featured conversational AI chat server and a Retrieval Augmented Generation (RAG) knowledge base. You input your text documents or chat queries, and it outputs intelligent responses, drawing on either general LLM capabilities or specific information from your documents. This is for developers or solutions architects looking to engineer complex LLM systems.
No commits in the last 6 months.
Use this if you are a developer looking for an example of how to rapidly build, orchestrate, and extend complex LLM applications using the Eino framework, especially for chat interfaces and custom knowledge bases.
Not ideal if you are an end-user seeking a ready-to-use chat application or knowledge base without needing to integrate and configure backend services and APIs.
Stars
8
Forks
—
Language
Go
License
MIT
Category
Last pushed
Sep 26, 2025
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/rag/chegangan/eino-rag"
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...