Skip to content

libs/neo4j/v0.10.0

Latest

Choose a tag to compare

@github-actions github-actions released this 10 Jun 09:56
887064c

What's Changed

  • Added LLMGraphTransformer for converting text documents into graph documents using an LLM, migrated from langchain-experimental.
  • Added DataIngestionNotSupported exception, raised when attempting to ingest data into a relationship index.
  • Skipped removal of the id property from search query results, so this field can now be present in retrieved documents' metadata.
  • Replaced deprecated apoc.create.addLabels with native Cypher dynamic label assignment in Neo4jGraph.

New Contributors

Full Changelog: https://github.com/langchain-ai/langchain-neo4j/blob/main/CHANGELOG.md#0100