Note: This README and the code documentation will soon be updated and expanded.
In the meantime, the following instructions should help you get started:
- Download embeddings and SKB's from https://github.com/snap-stanford/stark.
- Install the required packages using
requirements.txt. - Adjust the configuration settings in
configs.json. - Run
main.pywith the arguments defined in theparse_args()function. - If needed, modify
llm_bridgeto suit your local LLM setup or api-based access. For api-based access, add a.envfile with your api keys to the main directory.