LucknowAI / Rag-LLM

Retrieval-Augmented Generation (RAG) using Large Language Models (LLMs)
3 stars 5 forks source link

Rag-LLM

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

Promptify is released under the Apache 2.0 license. http://makeapullrequest.com Community colab

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!