Skip to content

Releases: langchain-ai/langchain-neo4j

libs/neo4j/v0.2.0

18 Dec 16:40
a6c8e13
Compare
Choose a tag to compare

What's Changed

  • Enhanced Neo4j driver connection management with more robust error handling.
  • Streamlined connection state checks within the Neo4jGraph class for better performance and maintainability.
  • Introduced the effective_search_ratio parameter in Neo4jVector, allowing for finer control over query accuracy by adjusting the candidate pool size in similarity searches.
  • Fixed instantiation issues in GraphCypherQAChain by removing the deprecated LLMChain and resolving compatibility with the use_function_response parameter.
  • Eliminated redundant # type: ignore comments, enhancing type safety and code clarity across the codebase.

New Contributors

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

libs/neo4j/v0.1.1

26 Nov 10:23
db82805
Compare
Choose a tag to compare

What's Changed

  • Removed dependency on LangChain Community package by integrating necessary components directly into the LangChain Neo4j codebase.
  • Fixed bugs in the Neo4jVector and GraphCypherQAChain classes preventing these classes from working with versions < 5.23 of Neo4j.

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

libs/neo4j/v0.1.0

13 Nov 16:58
f58b60b
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: https://github.com/langchain-ai/langchain-neo4j/commits/libs/neo4j/v0.1.0