ibleedicare / simple-rag

A simple Rag application using, Ollam, Langchain and Gradio

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple Rag

This is a simple rag application using Ollama, Langchain and Gradio.

It use phi3 and nomic-text-embed to do Retrieval augmented generation

Test it !

If you use nix, run the following command

nix develop
poetry install
poetry run python3 main.py

About

A simple Rag application using, Ollam, Langchain and Gradio


Languages

Language:Python 75.2%Language:Nix 24.8%