timescale/private-rag-example
Private RAG app sample using Llama3, Ollama and PostgreSQL
This project helps developers build a local, private question-answering system using their own data. It takes your documents and a question as input, then provides a relevant answer without sending any data to external AI services. This is ideal for developers responsible for handling sensitive information within their applications.
No commits in the last 6 months.
Use this if you need to build a secure, in-house AI assistant or data retrieval tool where data privacy is paramount.
Not ideal if you're a non-developer looking for a ready-to-use application, as this project requires technical setup and coding.
Stars
62
Forks
15
Language
Jupyter Notebook
License
—
Category
Last pushed
Nov 06, 2024
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/rag/timescale/private-rag-example"
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...