Skip to content

Commit a7108b2

Browse files
authored
Merge pull request #28 from felixocker/main
add LangChain's GraphSparqlQAChain
2 parents 8497760 + 0f50690 commit a7108b2

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,12 @@ Furthermore, this repository might serve as a **cristallization point for a comm
9999
- OWL
100100
- OBOGraph JSON format
101101
- SSSOM
102+
- [LangChain](https://github.com/langchain-ai/langchain)'s GraphSparqlQAChain – A LangChain module for making RDF and OWL accessible via natural language
103+
- docs: https://python.langchain.com/docs/use_cases/graph/graph_sparql_qa
104+
- features:
105+
- Generates SPARQL SELECT and UPDATE queries from natural language
106+
- Runs the generated queries against local files, endpoints, or triple stores
107+
- Returns natural language responses
102108
- [LinkML](https://github.com/linkml/linkml) – Linked Open Data Modeling Language
103109
- features:
104110
- A high level simple way of specifying data models, optionally enhanced with semantic annotations

0 commit comments

Comments
 (0)