rapidloop/ragdemo
Example of a Retrieval-Augmented Generation with Postgres, pgvector, ollama, Llama3 and Go.
Quickly get accurate answers from your own text documents using a natural language interface. You provide your documents and then ask questions, receiving direct answers extracted or summarized from your content. This is for anyone who needs to query large amounts of text information efficiently without manual searching.
No commits in the last 6 months.
Use this if you have a collection of documents and want to easily find specific information or get summaries by asking questions in plain English.
Not ideal if you need to perform complex data analysis on structured data rather than text-based question answering.
Stars
18
Forks
3
Language
Go
License
MIT
Category
Last pushed
May 09, 2024
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/rag/rapidloop/ragdemo"
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...