Skip to content
This repository has been archived by the owner on Aug 31, 2021. It is now read-only.

build(deps): bump jina from 1.2.1 to 1.3.1 in /indexers/vector/ScannIndexer #8632

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 14, 2021

Bumps jina from 1.2.1 to 1.3.1.

Release notes

Sourced from jina's releases.

🎉 Jina 1.3

1-3

⬆️ Major Features and Improvements

Query while Indexing

This is one of the most requested features from our community, so we are psyched to release it finally! With Jina 1.3, you are can now make use of our dump-reload feature. This allows your users to query your system while you simultaneously Index new data continuously. In addition, you can also now make use of new locations to store your indexed data, such as a Postgres database, which gives you better control over the scalability and reliability of your datastore. You can try this feature out in a prebuilt example, or check out our documentation for a deeper understanding. Related pull requests: ​#2224 #2331 #2307 #2260

Replicas to improve throughput

It seems that with every release note I write, we talk about how we've improved speed in Jina! In this month's speed section, we have added replicas. 😵. When you activate a Pod replica in Jina, you create identical copies of that Pod that can simultaneously handle data, thus increasing throughput. For example, four replicas of an encoder Pod could increase your encoding speed by up to x4! This is still a prototype feature, and we suggest using it with caution. If you discover an issue, please open a Github issue! For more details about this feature, check out our documentation.

Learning to rank

If you've been closely following our release notes, you may have noticed we mentioned this feature before... anyway, we now do it better! Learning to rank is a machine learning technique that allows you to optimize your ranking on a metric, such as click-through rates. For example, if you have a product catalog search, a user queries for shoes. You can now continuously show them the most purchased shoe, likely increasing your sales rate. This feature is now even easier to implement in Jina; you can start by checking our documentation.

⚠️ Breaking Changes

📗 Documentation

🐞 Bug Fixes and Other Changes

Flow

  • Fix the blocking bug when sending empty requests via websocket #2368 @​jacobowitz
  • Refactor arguments handling logic for replicas #2335
  • Fix the deadlocks when rolling update Pods. #2344 #2385

Drivers

  • Refactor the batching support for Indexers #2356

... (truncated)

Changelog

Sourced from jina's changelog.

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [jina](https://github.com/jina-ai/jina) from 1.2.1 to 1.3.1.
- [Release notes](https://github.com/jina-ai/jina/releases)
- [Changelog](https://github.com/jina-ai/jina/blob/master/CHANGELOG.md)
- [Commits](https://github.com/jina-ai/jina/commits)

---
updated-dependencies:
- dependency-name: jina
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jun 14, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
component/indexer dependencies Pull requests that update a dependency file python Pull requests that update Python code size/XS
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant