named vectors #5044
Replies: 3 comments 1 reply
-
Hey @frutik. You can refer to the following sections in the docs: We are working on a new section to bring these examples together. |
Beta Was this translation helpful? Give feedback.
-
Complementing the docs, we also have this detailed API reference you can use for these kind of specifics :) SolutionIn this case the reference indicates that named vector mode for
AlternativeIn the superseding Query API, we solved this by introducing a
|
Beta Was this translation helpful? Give feedback.
-
Thank you. It works |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
from the docs
and no example neither hot to insert the data nor how to query it.
i am trying to bruteforce syntax of search and get
name of vector is resnet
query is
POST collections/adcurve/points/search { "with_payload": true, "vector": { "resnet": []}}
Beta Was this translation helpful? Give feedback.
All reactions