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

Adding documentation for DQL enhancements in order to support vector type and similarity search #661

Closed
wants to merge 29 commits into from

Conversation

gcxml
Copy link
Contributor

@gcxml gcxml commented Apr 23, 2024

New datatype has been added from 24.0 for supporting vector type and semantic search.

rderbier and others added 28 commits May 19, 2023 09:17
Changed ID: to ID!
)

Fix typo `mutation=strict` -> `mutations=strict`
## Description
This is just a simple typo I found.
It appears the logRequest flag changed to logDQLRequest on or about
v23.0 or v23.1.

Updating docs.


<!--
Title: Please use the following format for your PR title: topic(area):
details
- The "topic" should be one of the following: Docs, Nav or Chore
- The "area" is the feature (i.e., "GraphQL"), area of the docs (i.e.,
"Deployment"), or "Other" (for typo fixes and other bug-fix PRs).
Sample Titles:
  Docs(GraphQL): Document the @deprecated annotation
  Chore(Other): cherry-pick updates from main to release/v20.11

Description: Please include the following in your PR description:
1. A brief, clear description of the change.
2. Link to any related PRs or discuss.dgraph.io posts.
3. If this PR corresponds to a JIRA issue, include "Fixes DOC-###" in
the PR description.
3. If this is a breaking change, please put "[Breaking]" in the title.
In the description, please put a note with exactly who these changes are
breaking for.
4. If you are creating a PR in `main` and you know it needs to be
cherry-picked to a release branch, please mention that in your PR
description (for example: "cherry-pick to v20.07"). Cherry-pick PRs
should reference the original PR.

Note: Create and edit docs in the `main` branch when you can, so that we
only cherry-pick out of `main`, not into `main`.
-->
added max-pending-queries line to --limit superflag
add example using URQL and subscriptions-transport-ws
Add an example of Dgraph.Authorization configuration with Clerk.com auth
provider.
Clarify that a claim can be an array of strings in RBAC rules.
Typo


<!--
Title: Please use the following format for your PR title: topic(area):
details
- The "topic" should be one of the following: Docs, Nav or Chore
- The "area" is the feature (i.e., "GraphQL"), area of the docs (i.e.,
"Deployment"), or "Other" (for typo fixes and other bug-fix PRs).
Sample Titles:
  Docs(GraphQL): Document the @deprecated annotation
  Chore(Other): cherry-pick updates from main to release/v20.11

Description: Please include the following in your PR description:
1. A brief, clear description of the change.
2. Link to any related PRs or discuss.dgraph.io posts.
3. If this PR corresponds to a JIRA issue, include "Fixes DOC-###" in
the PR description.
3. If this is a breaking change, please put "[Breaking]" in the title.
In the description, please put a note with exactly who these changes are
breaking for.
4. If you are creating a PR in `main` and you know it needs to be
cherry-picked to a release branch, please mention that in your PR
description (for example: "cherry-pick to v20.07"). Cherry-pick PRs
should reference the original PR.

Note: Create and edit docs in the `main` branch when you can, so that we
only cherry-pick out of `main`, not into `main`.
-->
Co-authored-by: Jonathan Zollinger <[email protected]>
Co-authored-by: Raphael <[email protected]>
Co-authored-by: ShivajiKharse <[email protected]>
New datatype has been added from 24.0 for supporting vector tyoe and semantic search.
@gcxml gcxml requested review from rderbier and a team as code owners April 23, 2024 21:04
Copy link

netlify bot commented Apr 23, 2024

Deploy Preview for dgraph-docs-repo ready!

Name Link
🔨 Latest commit 79f107f
🔍 Latest deploy log https://app.netlify.com/sites/dgraph-docs-repo/deploys/662822bac58f8d00080bbd6f
😎 Deploy Preview https://deploy-preview-661--dgraph-docs-repo.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.

@gcxml
Copy link
Contributor Author

gcxml commented Apr 24, 2024

Replaced by PR #662 .

@gcxml gcxml closed this Apr 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

10 participants