OpenThaiGPT/openthairag
OpenThaiRAG is an open-source Retrieval-Augmented Generation (RAG) framework designed specifically for Thai language processing. This project combines the power of vector databases, large language models, and information retrieval techniques to provide accurate and context-aware responses to user queries in Thai using OpenThaiGPT 1.5 as LLM.
OpenThaiRAG helps Thai-speaking professionals like customer support agents or researchers quickly find answers within large collections of Thai documents. You input your Thai documents and then ask questions in Thai. The system then provides accurate, context-aware answers by referencing the information you provided, making it easier to extract specific details or summarize content.
No commits in the last 6 months.
Use this if you need to build a system that can accurately answer complex questions in Thai based on your own specific documents, rather than relying on general knowledge.
Not ideal if your primary need is for a general-purpose Thai chatbot that doesn't require grounding its responses in your private data, or if you only work with English documents.
Stars
48
Forks
14
Language
Python
License
Apache-2.0
Category
Last pushed
Dec 13, 2024
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/rag/OpenThaiGPT/openthairag"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
NirDiamant/RAG_Techniques
This repository showcases various advanced techniques for Retrieval-Augmented Generation (RAG)...
VectorInstitute/fed-rag
A framework for fine-tuning retrieval-augmented generation (RAG) systems.
RUC-NLPIR/FlashRAG
⚡FlashRAG: A Python Toolkit for Efficient RAG Research (WWW2025 Resource)
ictnlp/FlexRAG
FlexRAG: A RAG Framework for Information Retrieval and Generation.
Andrew-Jang/RAGHub
A community-driven collection of RAG (Retrieval-Augmented Generation) frameworks, projects, and...