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

Idea: allow adding a data-obj UUID in a nearText search #1777

Closed
bobvanluijt opened this issue Jan 7, 2022 · 1 comment
Closed

Idea: allow adding a data-obj UUID in a nearText search #1777

bobvanluijt opened this issue Jan 7, 2022 · 1 comment
Labels
autoclosed Closed by the bot. We still want this, but it didn't quite make the latest prioritization round graphql Module System

Comments

@bobvanluijt
Copy link
Member

Based on this issue.

It might be interesting to investigate if adding a UUID adds value to improve search results.

For example:

{
  Get {
    Paragraph(
      nearText: {
        concepts: ["Italian food"]
        moveTo: {
          id: "b1a04d1a-2e5e-3f1a-a1f6-a1900db83b2b"
          force: 0.5
        }
      }
      limit: 50
    ) {
      content
      order
      title
      inArticle {
        ... on Article {
          title
        }
      }
    }
  }
}
@stale
Copy link

stale bot commented Mar 30, 2022

Thank you for your contribution to Weaviate. This issue has not received any activity in a while and has therefore been marked as stale. Stale issues will eventually be autoclosed. This does not mean that we are ruling out to work on this issue, but it most likely has not been prioritized high enough in the last months.
If you believe that this issue should remain open, please leave a short reply. This lets us know that the issue is not abandoned and acts as a reminder for our team to consider prioritizing this again.
Please also consider if you can make a contribution to help with the solution of this issue. If you are willing to contribute, but don't know where to start, please leave a quick message and we'll try to help you.
Thank you, The Weaviate Team

@stale stale bot added the autoclosed Closed by the bot. We still want this, but it didn't quite make the latest prioritization round label Mar 30, 2022
@stale stale bot closed this as completed Apr 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
autoclosed Closed by the bot. We still want this, but it didn't quite make the latest prioritization round graphql Module System
Projects
None yet
Development

No branches or pull requests

1 participant