Skip to content

Retrieval-Augmented Generation (RAG) using Large Language Models (LLMs)

Notifications You must be signed in to change notification settings

LucknowAI/Rag-LLM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rag-LLM

Retrieval-Augmented Generation (RAG) using Large Language Models (LLMs)

Screenshot 2024-05-01 at 7 27 33 PM

Usage

  1. Streamlit UI Interface The Streamlit UI interface provides an interactive way to check the Lallan RAG LLM. To use it, run the following command in your terminal:

    streamlit run ui.py

    This command starts the Streamlit server and opens the application in your web browser.

  2. API for RAG Chain An API for the RAG Chain has been created to allow other applications to use the RAG LLM. The base URL for the API will be provided shortly after hosting. This will allow you to make HTTP requests to the API and receive responses from the RAG LLM.

  3. API for local RAG Chain

    uvicorn fp:app --reload

Stay tuned for more updates and features!

About

Retrieval-Augmented Generation (RAG) using Large Language Models (LLMs)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published