Neo4j GenAI package for Python 0.5.0
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.