Upload README.md with huggingface_hub
Browse files
README.md
ADDED
|
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
|
| 2 |
+
# Multilingual Knowledge RAG Bot – Cross-Lingual Retrieval-Augmented Generation
|
| 3 |
+
|
| 4 |
+
This model is designed for **cross-lingual question answering** using Retrieval-Augmented Generation (RAG).
|
| 5 |
+
It can take documents in multiple languages — Urdu, Hindi, Spanish, English — and answer in the same or different language.
|
| 6 |
+
|
| 7 |
+
## Key Features
|
| 8 |
+
- **LLM Used:** LLaMA 2 / Mistral (depending on runtime availability in Colab)
|
| 9 |
+
- **Embedding Model:** `sentence-transformers/paraphrase-multilingual-MiniLM-L12-v2`
|
| 10 |
+
- **RAG Pipeline:** FAISS-based vector search + context injection
|
| 11 |
+
- **Training/Processing:** Implemented entirely in Google Colab using open-source tools only
|
| 12 |
+
- **Zero paid APIs** — 100% free and deployable
|
| 13 |
+
|
| 14 |
+
## Techniques Used
|
| 15 |
+
- **Vector Database:** FAISS for similarity search
|
| 16 |
+
- **Cross-Lingual Embeddings:** multilingual sentence transformers
|
| 17 |
+
- **Prompt Engineering:** Context-aware question answering
|
| 18 |
+
- **Open-Source Deployment Ready:** Hugging Face Spaces compatible
|
| 19 |
+
|
| 20 |
+
---
|
| 21 |
+
|
| 22 |
+
### License
|
| 23 |
+
Apache-2.0
|