Skip to content

Neo4j GraphRAG Package for Python 1.11.0

Latest

Choose a tag to compare

@stellasia stellasia released this 17 Dec 10:06

Full Changelog: 1.10.1...1.11.0

Added in 1.11.0

External retrievers

  • Added an optional node_label_neo4j parameter in the external retrievers to speed up the search query in Neo4j.
  • Added an optional id_property_getter callable parameter in the Qdrant retriever to allow for custom ID retrieval.

Get schema

  • Exposed optional sample parameter on get_schema and get_structured_schema to control APOC sampling for schema discovery.

Pipeline

  • Send pipeline failed events to the event callback

New Contributors