Usage of Set in QueryConfig #171
silvanheller
started this conversation in
General
Replies: 1 comment
-
I'd go for the first option. During transmission, the relevant fields are structured as lists anyway and their contents can easily be checked for duplicates afterwards. I don't understand what you mean by the last sentence. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The QueryConfig class is used in API Endpoints, which results in OpenAPI generated Code includes
import { Set } from './set';
, which causes compilation errors (which go away after removing the line...). I see the following options:Set
in QueryConfig parameters exposed to the outside (currently used byHint
andrelevantSegmentIDs
)This is absolutely not urgent, we'll merge vitrivr/vitrivr-ng#54 anyway, but I wanted to leave this here for future reference.
More general, there's an unresolved question about the process by which changes to the Cineast API are made available for vitrivr-ng and in Unity packages
Beta Was this translation helpful? Give feedback.
All reactions