Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add vector collection backup documentation, update after upgrade to JVector 3 [AI-155] [AI-230] #1366

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

k-jamroz
Copy link
Contributor

@k-jamroz k-jamroz commented Nov 7, 2024

In 6.0:

  1. fault tolerance is supported
  2. memory leak is no longer present
  3. new default max-degree

Also fixed which config settings are optional.

Copy link

netlify bot commented Nov 7, 2024

Deploy Preview for hardcore-allen-f5257d ready!

Name Link
🔨 Latest commit 62b48c9
🔍 Latest deploy log https://app.netlify.com/sites/hardcore-allen-f5257d/deploys/672cc61902f2290008a071a4
😎 Deploy Preview https://deploy-preview-1366--hardcore-allen-f5257d.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link
Contributor

@amandalindsay amandalindsay left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, suggest minor tweak only

docs/modules/data-structures/pages/vector-collections.adoc Outdated Show resolved Hide resolved
|Required
|`16`
|Maximum number of neighbors per node. Note that the meaning of this parameter differs from version 5.5.
|Optional
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is it accurate to write that this parameter is optional, given that it cannot be set to null?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it has a default value, so it does not have to be configured explicitly. It cannot be set explicitly to null in Java, it should be similar in XML and YAML but I did not test what would happen.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants