GDPR Compliance Message
The European General Data Protection Regulation (GDPR) is the EU regulation for data privacy and
security.
At Jina AI, we are fully committed to complying with the GDPR. Our policy towards privacy,
security,
and data protection aligns with the goals of GDPR. On our website, we only collect and store information
that is essential for offering our service and for improving user experience, and we do this with the
consent of our website visitors.
If you have any further questions, please do not hesitate to reach out to us at:
[email protected].
We are excited to release Jina 0.9.2!
Highlights of this release include:
MultiModalDocument
as primitive types to support multimodal search in a Pythonic wayPea
and introduce Runtime
to improve code readability and maintainabilityIn this post we’ll highlight some of the key new features. For full release notes, including bug fixes, breaking changes, and sample code, please check our GitHub repo.
To support for updating and deletion operations, we introduced update
and delete
method for BaseKVIndexer
and BaseVectorIndexer
; update
and delete
APIs are introduced in Flow APIs.
Refactoring to native Asyncio. This unlocks support for running Jina in Jupyter Notebook and IPython. AsyncClient
and AsyncFlow
were added to let users manage eventloop
and make Jina more reliable in Jupyter Notebook and IPython
Add MultiModalDocument
as primitive type. This lets users build a multimodal search system in a Pythonic way.
Introduce Runtime
as a member of Pea
, defined as “a procedure that blocks the main process once running, therefore must be put into a separated thread/process. The new architecture greatly improves the readability and maintainability of the code.
This release contains contributions from Amritpal Singh, Bithiah Yuan, CatStark, Cristian Mitroi, Deepam Patel, Deepankar Mahapatro, Florian Hönicke, Han Xiao, Harry Stark, Hidan, Joan Fontanals, Nan Wang, Pratik Bhavsar, Rutuja Surve, Sergey M, Siyuan Shi, Szymon Skorupinski, Tadej Svetina, Wang Bo, Yannic Kilcher, Yusup.
And thanks to all of you out there as well! Without you, Jina couldn’t do what we do. Your support means a lot to us.
Want to work with Jina full-time? Check out our openings on our career page.