Skip to content

Arabic knowledge-based chatbot for Saudi-related questions

Notifications You must be signed in to change notification settings

SaraDeveloperX/Saudi-chatbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Saudipedia RAG Chatbot

Saudi RAG Chatbot

Production-grade Retrieval-Augmented Generation (RAG) system for answering factual questions about Saudi Arabia using the Saudipedia knowledge base.


Overview

This system combines semantic retrieval with controlled language generation to produce accurate, source-grounded answers with explicit source attribution.


System Overview


Quick Start

make up

Starts:

  • Weaviate
  • Backend API
  • Frontend app

Stop services:

make down

For full setup and local development details, see:
Setup Guide


API

POST /chat

Response:

{
  "answer": "...",
  "sources": [...]
}

Data Source

Saudipedia Arabic Q&A Knowledge Base


License

MIT License

About

Arabic knowledge-based chatbot for Saudi-related questions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published