You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The documentation on the Explore GraphQL Endpoint describes functionality similar to using Get with the nearText and nearVector functions
Except it lacks features such as getting associated fields, nearImage, hybrid etc
And it has additional features such as moveTo and MoveAwayFrom
It would be great if the documentation for this page started with more context about how it differs from Get
What are the reasons it lacks some features such as nearImage and hybrid
What are the reasons it has the features moveTo and MoveAwayFrom when Get does not
And some examples of when one should be used vs the other or how they complement each other
The text was updated successfully, but these errors were encountered:
If the docs can state explicitly that you need the class to mention the vectorizer for the nearText to work because Explore is solely based on vectors and does not consider text search (based on this SO comment), that would be great.
Some documentation on how things work under the hood with moveTo and moveAwayFrom would also be really helpful.
The documentation on the Explore GraphQL Endpoint describes functionality similar to using
Get
with thenearText
andnearVector
functionsExcept it lacks features such as getting associated fields,
nearImage
,hybrid
etcAnd it has additional features such as
moveTo
andMoveAwayFrom
It would be great if the documentation for this page started with more context about how it differs from
Get
What are the reasons it lacks some features such as
nearImage
andhybrid
What are the reasons it has the features
moveTo
andMoveAwayFrom
whenGet
does notAnd some examples of when one should be used vs the other or how they complement each other
The text was updated successfully, but these errors were encountered: