Skip to content

mieshiii/open-source-llm-rag-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LLM RAG Applications

This is a collection of simple applications/code snippets that demonstrates the use of a LLM with a Retrieval-Augmented Generator (LLM RAG) for text generation tasks. This uses most of the popular LLMs like OpenAI's ChatGPT and Meta's Llama-2

Overview

LLM RAG is a powerful tool that combines the capabilities of a language model with retrieval-based methods to generate text responses. This application showcases how to use LLM RAG for various text generation tasks, such as question answering, summarization, and dialogue generation.

Features

  • Question Answering: Utilize the LLM RAG model to answer questions based on provided context.
  • Summarization: Generate summaries of text passages using LLM RAG.
  • Dialogue Generation: Engage in conversational exchanges by leveraging the LLM RAG model.

Contributing

Contributions are welcome! Please feel free to submit pull requests or open issues for any improvements or bug fixes.

License

This project is licensed under the MIT license. Feel free to modify it according to your specific application needs or add more details as necessary.

About

LLM RAG project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published