You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
langchain/libs/community/langchain_community/graphs
Tomaz Bratanic f6bfb969ba
community[patch]: Add an option for indexed generic label when import neo4j graph documents (#18122)
Current implementation doesn't have an indexed property that would
optimize the import. I have added a `baseEntityLabel` parameter that
allows you to add a secondary node label, which has an indexed id
`property`. By default, the behaviour is identical to previous version.

Since multi-labeled nodes are terrible for text2cypher, I removed the
secondary label from schema representation object and string, which is
used in text2cypher.
6 months ago
..
__init__.py community[minor], langchain[minor], docs: Gremlin Graph Store and QA Chain (#17683) 6 months ago
arangodb_graph.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 9 months ago
falkordb_graph.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 9 months ago
graph_document.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 9 months ago
graph_store.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 9 months ago
gremlin_graph.py community[minor], langchain[minor], docs: Gremlin Graph Store and QA Chain (#17683) 6 months ago
hugegraph.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 9 months ago
kuzu_graph.py community[patch]: Resolve KuzuQAChain API Changes (#16885) 7 months ago
memgraph_graph.py community[patch]: Update Memgraph support (#16360) 8 months ago
nebula_graph.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 9 months ago
neo4j_graph.py community[patch]: Add an option for indexed generic label when import neo4j graph documents (#18122) 6 months ago
neptune_graph.py community[patch]: docstrings (#16810) 7 months ago
neptune_rdf_graph.py community[minor], langchian[minor]: Add Neptune Rdf graph and chain (#16650) 7 months ago
networkx_graph.py community[patch]: Added more functions in NetworkxEntityGraph class (#17624) 7 months ago
ontotext_graphdb_graph.py langchain[patch], community[patch]: Fixes in the Ontotext GraphDB Graph and QA Chain (#17239) 7 months ago
rdf_graph.py community[patch]: Fix GraphSparqlQAChain so that it works with Ontotext GraphDB (#15009) 7 months ago
tigergraph_graph.py infra: add -p to mkdir in lint steps (#17013) 7 months ago