-
Notifications
You must be signed in to change notification settings - Fork 18
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
gql: Search with multiple target vectors and weights #318
gql: Search with multiple target vectors and weights #318
Commits on Oct 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8ab612a - Browse repository at this point
Copy the full SHA 8ab612aView commit details -
weaviategh-304: support multiple vectors per target in near vector se…
…arch + Extended Serializer.array to support nested arrays.
Configuration menu - View commit details
-
Copy full SHA for 9bcfd1e - Browse repository at this point
Copy the full SHA 9bcfd1eView commit details
Commits on Oct 25, 2024
-
Updated integration test to use multiple target feature.
Configuration menu - View commit details
-
Copy full SHA for c375772 - Browse repository at this point
Copy the full SHA c375772View commit details -
fix: report GraphQL errors returned with HTTP 200
Previously BaseClient would "swallow" these errors, assuming HTTP 200 means a successful request. However, GraphQL specs allow it to send status 200 alongside a response body with a list of errors.
Configuration menu - View commit details
-
Copy full SHA for 4dfddc4 - Browse repository at this point
Copy the full SHA 4dfddc4View commit details -
fix: update expected error message
In v1.27 sending a replication request which requests more nodes than is available produces a different error message.
Configuration menu - View commit details
-
Copy full SHA for 214b3a6 - Browse repository at this point
Copy the full SHA 214b3a6View commit details -
test: update groupBy query integration test
It seems that in v1.27 the "groupBy" property should be requested as well, otherwise the server returns fewer results than before.
Configuration menu - View commit details
-
Copy full SHA for 566844f - Browse repository at this point
Copy the full SHA 566844fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 650a2e9 - Browse repository at this point
Copy the full SHA 650a2e9View commit details
Commits on Oct 29, 2024
-
feat: ensure query has a target name for each target vector
This commit mirrors changes in the Go client: weaviate/weaviate-go-client@6fa31b9
Configuration menu - View commit details
-
Copy full SHA for 69460ae - Browse repository at this point
Copy the full SHA 69460aeView commit details
Commits on Oct 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 21ef147 - Browse repository at this point
Copy the full SHA 21ef147View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1715f9e - Browse repository at this point
Copy the full SHA 1715f9eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6197168 - Browse repository at this point
Copy the full SHA 6197168View commit details -
WeaviateClass has a default filter strategy "sweeping"
Configuration menu - View commit details
-
Copy full SHA for 7465c91 - Browse repository at this point
Copy the full SHA 7465c91View commit details -
refactor: extract "sneaky errors" from gql responses
In contrast to the previous implementation, this approach inverts the dependencies: BaseClient provides a mechanism for an external class to extract errors from "custom" locations in the response body, while staying entirely unaware of the concrete classes that might do that.
Configuration menu - View commit details
-
Copy full SHA for d9459f3 - Browse repository at this point
Copy the full SHA d9459f3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1564b7f - Browse repository at this point
Copy the full SHA 1564b7fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3d1b60e - Browse repository at this point
Copy the full SHA 3d1b60eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9a4c3e4 - Browse repository at this point
Copy the full SHA 9a4c3e4View commit details -
test: add test fur multi-target search with single vector-per-target
Fix invalid @returns tag in Javadoc
Configuration menu - View commit details
-
Copy full SHA for 4b84a16 - Browse repository at this point
Copy the full SHA 4b84a16View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6d4d973 - Browse repository at this point
Copy the full SHA 6d4d973View commit details -
refactor: drop SneakyErrors interface
BaseClient will give GraphQLResponse special treatment
Configuration menu - View commit details
-
Copy full SHA for 4166cf9 - Browse repository at this point
Copy the full SHA 4166cf9View commit details -
chore: implement suggestions from review
- Renamed FilterStrategy enum - Dropped default values for filtera and deletion strategy configs
Configuration menu - View commit details
-
Copy full SHA for 328beaa - Browse repository at this point
Copy the full SHA 328beaaView commit details -
Configuration menu - View commit details
-
Copy full SHA for ca12123 - Browse repository at this point
Copy the full SHA ca12123View commit details