RAG / app.py

Commit History

Remove theme configuration from Gradio interface.
80c4aa4

Kakarot21 commited on

feat: Switch to French-specific models and refine prompt engineering for improved French RAG.
fc8e15c

Kakarot21 commited on

feat: Update LLM model, refine prompt structure, and adjust search and generation parameters.
46f5338

Kakarot21 commited on

feat: translate prompt template to French
8596d95

Kakarot21 commited on

feat: Update app to use Flan-T5-base model with error handling, fix Chroma embedding parameter, and add pre-deployment checklist.
38854c4

Kakarot21 commited on

refactor: Migrate HuggingFaceEmbeddings import to langchain_huggingface package.
f516652

Kakarot21 commited on

refactor: update HuggingFaceEmbeddings import path from `langchain_huggingface` to `langchain.embeddings`.
0840d5f

Kakarot21 commited on

feat: Update LLM to MPT-7B, switch embedding model to all-MiniLM-L6-v2, refactor PDF parsing with pdfplumber, and simplify LLM prompting.
6e52b29

Kakarot21 commited on

Update app.py
c008fbf
verified

Sof850 commited on

Update app.py
ae16788
verified

Sof850 commited on

Remove `type='messages'` from `gr.ChatInterface` arguments.
cd5e632

Kakarot21 commited on

feat: Implement a basic RAG chatbot application using local ChromaDB, HuggingFace embeddings and model, and a Gradio interface.
0472254

Kakarot21 commited on