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.
7 months ago
..
__init__.py
arangodb_graph.py
falkordb_graph.py
graph_document.py
graph_store.py
gremlin_graph.py
hugegraph.py
kuzu_graph.py
memgraph_graph.py
nebula_graph.py
neo4j_graph.py community[patch]: Add an option for indexed generic label when import neo4j graph documents (#18122) 7 months ago
neptune_graph.py
neptune_rdf_graph.py
networkx_graph.py
ontotext_graphdb_graph.py
rdf_graph.py
tigergraph_graph.py