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/tests
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
..
examples community[minor]: Add `SQLDatabaseLoader` document loader (#18281) 7 months ago
integration_tests community[patch]: Add an option for indexed generic label when import neo4j graph documents (#18122) 7 months ago
unit_tests community[minor], langchain[minor], docs: Gremlin Graph Store and QA Chain (#17683) 7 months ago
__init__.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 9 months ago
data.py community[minor]: Add `SQLDatabaseLoader` document loader (#18281) 7 months ago