IMOKURI / RAG-from-Scratch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RAG from Scratch

Features

How to Use

docker network create rag-system

make build-fastchat
make up-fastchat-controller
make up-fastchat-model-worker
make up-fastchat-api-server

make build-rag
make up-rag

Configurations

About


Languages

Language:Python 69.6%Language:Makefile 26.9%Language:Dockerfile 3.5%