veyliss/ai-localbase
一个本地优先的AI知识库系统(RAG),用于把本地文档接入辅导搜索与大模型对话流程。目前支持md、txt、pdf(文本)类型
This project helps individuals or small teams quickly set up a personal AI knowledge base on their local computer or a self-hosted server. You feed it local documents like TXT, Markdown, or text-based PDFs, and it allows you to ask questions about their content using an AI chat interface. The system retrieves relevant information from your documents to answer your questions and supports various AI models like Ollama or those compatible with OpenAI APIs.
133 stars.
Use this if you need a private, self-hosted system to chat with your own documents and want to easily manage a knowledge base for personal use or a small team.
Not ideal if you need a robust, enterprise-grade solution with complex PDF parsing, multi-user authentication, or high scalability requirements.
Stars
133
Forks
18
Language
Go
License
MIT
Category
Last pushed
Mar 31, 2026
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/rag/veyliss/ai-localbase"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Related tools
Cloud2BR-MSFTLearningHub/RAG-ChatBot-Implementation
This repository contains example of a RAG chat bot with a basic architecture (designed for...
LakshmiSravyaVedantham/RAG-Based-Chatbot-with-Streamlit
Chat with any document (PDF, CSV, DOCX) using RAG — LangChain + Streamlit + OpenAI
yifanfeng97/Hyper-Extract
Transform unstructured text into structured knowledge with LLMs. Graphs, hypergraphs, and...
Tendo33/markio
a powerful document processing service that seamlessly converts a wide range of file formats...
LLMSystems/file2md
file2md is a versatile tool for converting multiple file formats to Markdown.