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

fix: handle None values in extracted table cells when converting to markdown and improve empty table detection.
1d88fd5

Kakarot21 commited on

refactor: update Document import from `langchain.schema` to `langchain_core.documents` and adjust dependencies.
3e09ea4

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

chore: Add .env to gitignore to exclude environment variables
6d128c2

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 requirements.txt
7a4b431
verified

Sof850 commited on

Update app.py
c008fbf
verified

Sof850 commited on

Update data_cutter.py
dfe7d61
verified

Sof850 commited on

Update app.py
ae16788
verified

Sof850 commited on

Upload impots.pdf
f90806b
verified

Sof850 commited on

Merge remote-tracking branch 'origin/HEAD'
b3b2bef

Kakarot21 commited on

feat: Update embedding model to Jina, add RAG token to .env, and introduce a Gradio client script.
06c53c9

Kakarot21 commited on

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

Kakarot21 commited on

chore: Update project dependencies.chore: Update project dependencies.
d69588c

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

initial commit
ac4addf
verified

Sof850 commited on