Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.langchain.com/llms.txt

Use this file to discover all available pages before exploring further.

Ontotext GraphDB is a graph database and knowledge discovery tool compliant with RDF and SPARQL.

Dependencies

Install the rdflib package with
pip install rdflib==7.0.0

Graph QA chain

Connect your GraphDB Database with a chat model to get insights on your data. See the Ontotext GraphDB notebook example.
from langchain_community.graphs import OntotextGraphDBGraph
from langchain_classic.chains import OntotextGraphDBQAChain