What's Changed
- Added
LLMGraphTransformerfor converting text documents into graph documents using an LLM, migrated fromlangchain-experimental. - Added
DataIngestionNotSupportedexception, raised when attempting to ingest data into a relationship index. - Skipped removal of the
idproperty from search query results, so this field can now be present in retrieved documents' metadata. - Replaced deprecated
apoc.create.addLabelswith native Cypher dynamic label assignment inNeo4jGraph.
New Contributors
- Rafal-Chrzanowski-IBM made their first contribution in #110
- Sanskar121543 made their first contribution in #119
Full Changelog: https://github.com/langchain-ai/langchain-neo4j/blob/main/CHANGELOG.md#0100