Discover and explore top open-source AI tools and projects—updated daily.
bangoc123Vietnamese RAG evaluation framework for product chatbots
Top 98.8% on SourcePulse
This project provides a RAG (Retrieval-Augmented Generation) backend framework with a focus on best practices for Vietnamese language applications. It offers a comprehensive evaluation suite for RAG components, including retrieval, re-ranking, and LLM answer quality, aiming to ensure grounded and accurate responses. The framework is designed for developers building sophisticated chatbots and Q&A systems that leverage proprietary data in Vietnamese.
How It Works
The core architecture facilitates product data retrieval and question answering using a RAG pipeline. It integrates with various LLM providers (OpenAI, Gemini, Together AI, Ollama, vLLM, HuggingFace, ONNX) and vector databases (MongoDB, Qdrant). A Semantic Router is employed to handle casual conversations, enhancing the chatbot's conversational capabilities beyond direct data retrieval. The system emphasizes groundedness by measuring how well responses are supported by provided context, thereby reducing hallucinations.
Quick Start & Requirements
pip install -r requirements.txt.online (with OpenAI/Gemini) and offline (with Ollama, HuggingFace, ONNX). Example commands provided for different LLM configurations.docker pull protonx/protonx-open-source:protonx-chat-client-v01).protonx-ai-app-UI.Highlighted Details
Maintenance & Community
Information regarding maintainers, community channels (like Discord/Slack), or a public roadmap is not detailed in the provided README.
Licensing & Compatibility
The specific open-source license and any compatibility notes for commercial use or closed-source linking are not explicitly stated in the provided README content.
Limitations & Caveats
The guide for setting up Qdrant as a vector database is noted as "will be updated soon." The primary focus on Vietnamese language best practices may require adaptation for other linguistic contexts.
3 months ago
Inactive
a16z-infra