Skip to content

davesmits/infoase

 
 

Repository files navigation

Installation

python3 -m venv .venv

Create .env file (copy .env.example) in root and credentials.yml in the credentials path (check out .streamlit/credentials.example.yml).

Install dependencies

source .venv/bin/activate
pip install -r requirements.txt

And updating requirements.txt

pip freeze > requirements.txt

Run

./bin/streamlit

About

A tech-demo to explore creating knowledge graphs with LLMs for RAG applications

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 99.4%
  • Other 0.6%