Skip to content
/ infoase Public

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

License

Notifications You must be signed in to change notification settings

nluwv/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

No packages published

Languages