-
Notifications
You must be signed in to change notification settings - Fork 26
v6: Cross-references in collection definition and queries #368
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Orca Security Scan Summary
| Status | Check | Issues by priority | |
|---|---|---|---|
| Infrastructure as Code | View in Orca | ||
| SAST | View in Orca | ||
| Secrets | View in Orca | ||
| Vulnerabilities | View in Orca |
🛡️ The following SAST misconfigurations have been detected
| NAME | FILE | ||
|---|---|---|---|
| Insecure Random Number Generator Usage in Java | .../ConcurrentTest.java | View in code |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Orca Security Scan Summary
| Status | Check | Issues by priority | |
|---|---|---|---|
| Secrets | View in Orca |
Supports integer aggregations. Also committing a bunch of group-by related code, although that's WIP.
There may be a bug in the Weaviate server, so part of the test is commented out.
This is a great solution!
Can we also accept UUIDs directly?
also really cool :) As a non-java coder - do I need to predefine |
I take it you mean something like
Just a nice name to make this example more readable 😃 |
This PR adds functionality for working with cross-references.
Check
ReferencesITest.javafor complete examples.Create collection with reference properties
Insert object with reference properties
Retrieve references and their properties in query results
While the tests do not show that, working with references is possible in other queries as well (e.g. NearText).
Out of scope