Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 372 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 372 Bytes

Knowledge-based agent

A simple SPARQL interface along with an intergration with the OpenAI API to generate SPARQL queries. To use it, you will need your own API key. Create a .env file and add the api key there.

OPENAI_API_KEY=YOUR_API_KEY

To run the server, simply install requirements and run the app.py

pip install -r requirements.txt
python app.py