Skip to content

Neo4j GenAI package for Python 0.5.0

Compare
Choose a tag to compare
@alexthomas93 alexthomas93 released this 03 Sep 14:33
· 108 commits to main since this release

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

Minor Changes

  • Experimental Knowledge Graph Constructor: Introduces a PDF-to-knowledge-graph constructor in experimental mode. This constructor uses a flexible component/pipeline architecture and includes components such as text splitters, a schema builder, an entity-relation extractor, and a Neo4j database writer.
  • Hybrid Retriever Fix: Fixes the hybrid retriever query to ensure proper normalization of scores returned by both vector and full-text indexes.