Skip to content

Neo4j GenAI package for Python 0.4.0

Compare
Choose a tag to compare
@willtai willtai released this 08 Aug 12:02
· 116 commits to main since this release

https://github.com/neo4j/neo4j-genai-python/blob/main/CHANGELOG.md#040

Minor Changes

  • Introduced an optional custom_prompt argument to the Text2CypherRetriever class for enhanced customization capabilities.
  • Renamed the first parameter of GraphRAG.search from query to query_text for consistency, while ensuring backward compatibility with deprecation warnings for the query parameter.