Merge pull request #15 from qdrant/Alyonkka-patch-1

Create qdrant_and_jina_integration.md
This commit is contained in:
Alyonkka
2022-03-15 15:46:00 +01:00
committed by GitHub
3 changed files with 26 additions and 2 deletions
@@ -3,7 +3,6 @@ title: Qdrant v0.6.0 engine with gRPC interface has been released
short_description: We’ve released a new engine, version 0.6.0.
description: We’ve released a new engine, version 0.6.0. The main feature of the release in the gRPC interface.
preview_image: /blog_data/qdrant-v-0-6-0-engine-with-grpc-released/upload_time.png
weight: 20
category: main
date: 2022-03-10T01:36:43+03:00
author: Alyona Kavyerina
@@ -31,4 +30,4 @@ Read more about the gRPC interface and whether you should use it by this [link](
The release v0.6.0 includes several bug fixes. More information is available in a [changelog](https://github.com/qdrant/qdrant/releases/tag/v0.6.0).
New version was provided in addition to the REST API that the company keeps supporting due to its easy debugging.
New version was provided in addition to the REST API that the company keeps supporting due to its easy debugging.
@@ -0,0 +1,25 @@
---
title: "Qdrant and Jina integration: storage backend support for DocArray"
short_description: "One more way to use Qdrant: Jina's DocArray is now supporting Qdrant as a storage backend."
description: We are happy to announce that Jina.AI integrates Qdrant engine as a storage backend to their DocArray solution.
preview_image: /blog_data/qdrant_and_jina_intergationpreview.jpg
category: main
date: 2022-03-15T15:00:00+03:00
author: Alyona Kavyerina
author_link: https://medium.com/@alyona.kavyerina
featured: true
categories:
- News
tags:
- jina integration
- docarray
---
![preview](/blog_data/qdrant_and_jina_intergationpreview.jpg)
We are happy to announce that [Jina.AI](https://jina.ai/) integrates Qdrant engine as a storage backend to their [DocArray](https://docarray.jina.ai/) solution.
Now you can experience the convenience of Pythonic API and Rust performance in a single workflow.
DocArray library defines a structure for the unstructured data and simplifies processing a collection of documents,
including audio, video, text, and other data types. Qdrant engine empowers scaling of its vector search and storage.
Read more about the integration by this [link](https://qdrant.tech/documentation/install/#docarray)
Binary file not shown.

After

Width:  |  Height:  |  Size: 132 KiB