Skip to content

RAG (Retrieval Augmented Generation) with Mistral 7B Chat Model (4bit Sharded)

License

Notifications You must be signed in to change notification settings

AtharvaTaras/Mistral7B-RAG

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mistral7B-RAG

Local Implementation of RAG (Retrieval Augmented Generation) with Mistral 7B Chat Model (4bit Sharded)

Screenshot (1623)

Installation

conda create -n my_env python=3.10
conda activate my_env
pip install -r requiremnts.txt

Download the model

Additional Requirements

You may need these in case pip fails to build llama-cpp-python
Visual Studio Community
Install devleopment kit for C++ and Python
Cmake
Nvidia Cuda Toolkit

About

RAG (Retrieval Augmented Generation) with Mistral 7B Chat Model (4bit Sharded)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages