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
- @devatcadam made their first contribution in #437
- @androna-xm made their first contribution in #450
- @AmirLayegh made their first contribution in #455