Releases: langchain-ai/langchain-neo4j
Releases · langchain-ai/langchain-neo4j
libs/neo4j/v0.2.0
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
- @jtanningbed made their first contribution in #14
- @tomasonjo made their first contribution in #18
Full Changelog: https://github.com/langchain-ai/langchain-neo4j/blob/main/CHANGELOG.md#020
libs/neo4j/v0.1.1
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
What's Changed
- migrate Neo4j by @efriis in #1
- infra: use artifact v4 in release pipeline by @efriis in #4
- Adds a Neo4j service to release workflow by @alexthomas93 in #3
New Contributors
- @efriis made their first contribution in #1
- @alexthomas93 made their first contribution in #3
Full Changelog: https://github.com/langchain-ai/langchain-neo4j/commits/libs/neo4j/v0.1.0