langchain/libs/community/langchain_community/graphs
Neli Hateva a01e8473f8
community[patch]: Fix GraphSparqlQAChain so that it works with Ontotext GraphDB (#15009)
- **Description:** Introduce a new parameter `graph_kwargs` to
`RdfGraph` - parameters used to initialize the `rdflib.Graph` if
`query_endpoint` is set. Also, do not set
`rdflib.graph.DATASET_DEFAULT_GRAPH_ID` as default value for the
`rdflib.Graph` `identifier` if `query_endpoint` is set.
  - **Issue:** N/A
  - **Dependencies:** N/A
  - **Twitter handle:** N/A
2024-02-25 19:05:21 -08:00
..
__init__.py community[minor], langchian[minor]: Add Neptune Rdf graph and chain (#16650) 2024-02-12 21:30:20 -08:00
arangodb_graph.py
falkordb_graph.py
graph_document.py
graph_store.py
hugegraph.py
kuzu_graph.py community[patch]: Resolve KuzuQAChain API Changes (#16885) 2024-02-15 10:18:37 -08:00
memgraph_graph.py
nebula_graph.py
neo4j_graph.py community[patch]: docstrings (#16810) 2024-02-09 12:48:57 -08:00
neptune_graph.py community[patch]: docstrings (#16810) 2024-02-09 12:48:57 -08:00
neptune_rdf_graph.py community[minor], langchian[minor]: Add Neptune Rdf graph and chain (#16650) 2024-02-12 21:30:20 -08:00
networkx_graph.py community[patch]: Added more functions in NetworkxEntityGraph class (#17624) 2024-02-21 17:02:56 -08:00
ontotext_graphdb_graph.py langchain[patch], community[patch]: Fixes in the Ontotext GraphDB Graph and QA Chain (#17239) 2024-02-08 12:05:43 -08:00
rdf_graph.py community[patch]: Fix GraphSparqlQAChain so that it works with Ontotext GraphDB (#15009) 2024-02-25 19:05:21 -08:00
tigergraph_graph.py infra: add -p to mkdir in lint steps (#17013) 2024-02-05 11:22:06 -08:00