sdsc-ordes / kg-llm-interface

Langchain-powered natural language interface to knowledge-graphs.
Apache License 2.0
14 stars 3 forks source link

KG-LLM: Add SPARQL query generation #9

Closed cmdoret closed 1 year ago

cmdoret commented 1 year ago

Currently the KG-LLM module only injects semantically related triples into the prompt via chromaDB. To ask questions about the data, we need to generate SPARQL queries that can be executed against the triplestore.

Objective: Add SPARQL generation capability.

Requirements:

cmdoret commented 1 year ago

Implemented during the hackathon, code in: https://github.com/SDSC-ORD/repo2knowledge_hackathon