Skip to content

Parham-Dehghan/simple-rag-llmops

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Question and Answer Project

A cool project for searching text and generating answers with AI. I used Flask for web and API, with a lightweight model (distillgpt2) for answering and sentence-transformers for finding related text.

What's in it?

  • A retriever that finds related text from .txt files.
  • A generator that generates answers with distilgpt2.
  • A simple web page for asking questions.
  • An API for testing with cURL or Postman.
  • Logs are saved to a file.

How do I get started?

  1. Clone the project:
git clone https://github.com/Parham-Dehghan/simple-rag-llmops.git
cd simple-rag-llmops

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published