Skip to content

nishant9083/llm_application

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RAG WITH LLM

Introduction

This is an example of RAG by using Larage Language Model.

Steps to Reproduce

  1. Clone the repository: git clone https://github.com/nishant9083/llm_application.git

  2. Change the directory to llm_application cd llm_application

  3. Add .env file here with content like this: HUGGINGFACEHUB_API_TOKEN = <Your HuggingFace Api Token>

  4. Install dependencies by running: pip install -r ./src/requirements.txt

  5. Change to src directory: cd src

  6. Run the app.py file by: streamlit run app.py

image

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published