Jina 3.23.3 Update

Jina is a MLOps framework that empowers anyone to build cross-modal and multi-modal applications on the cloud.

Abstract helical structure in white and blue against a black background, accented with colored lines and spheres suggesting a

Release Note (3.23.3)

This release contains 1 bug fix and 1 documentation improvement.

Release ๐Ÿ’ซ Patch v3.23.3 ยท jina-ai/jina
Release Note (3.23.3) Release time: 2024-02-16 10:56:19 This release contains 1 bug fix and 1 documentation improvement. ๐Ÿž Bug Fixes Fix dynamic creation of schema with nested DocLists in Gatewayโ€ฆ

๐Ÿž Bug Fixes

Fix dynamic creation of schema with nested DocLists in Gateway (#6138)

Previously, nested document types with multiple DocList levels of nesting sometimes led to the schema exposed by the Gateway being incomplete because some references were lost.

Now schemas like this exposed through Flow work as expected:

class QuoteFile(BaseDoc):
    quote_file_id: int
    texts: DocList[TextDoc]
    images: DocList[ImageDoc]

class SearchResult(BaseDoc):
    results: DocList[QuoteFile]

๐Ÿ“— Documentation Improvements

๐ŸคŸ Contributors

We would like to thank all contributors to this release: