8000 GitHub - sean810720/ai-rag-agent: A Digital Agent with RAG and LLM
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

sean810720/ai-rag-agent

Repository files navigation

A Digital Agent POC with RAG and LLM


Platform Support

  • OS X 10.11 (x86_64)
  • Other linux-like OS

How to Build

(1) Install requirements

pip3 install -r requirements.txt

(2) Edit config.ini

mv ./config.ini.example ./config.ini

And then update "api_key" in content of config.ini

How to Run

python3 ./ai-agent.py

It will deploy a service at: http://127.0.0.1:7860, just run it with your browser.
Or you can build it on Heroku, following below steps:

(1) Build a random Heroku App

heroku login
heroku create

(2) Push to Heroku

git init
git add -A
git commit -m "commit message here"
heroku git:remote -a Your-Heroku-Project-Name
git push heroku master

(3) Open the Heroku App URL

Our example: https://ai-rag-agent-5c4cb6baedb8.herokuapp.com

About

A Digital Agent with RAG and LLM

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0