Youtube: Invoice Data Processing with Mistral LLM on Local CPU
- Download the Mistral model, check models/model_download.txt for the download link.
- Install the requirements:
pip install -r requirements.txt
- Copy text PDF files to the
data
folder. - Run the script, to convert text to vector embeddings and save in FAISS index:
python ingest.py
- Run the script, to process data with Mistral LLL and return the answer:
python main.py "retrieve invoice number value"