Description
I’m very lost in the rest API documentation. The AI Assistant told me i can use the rest api to search using this GET /v1/objects?class=JeopardyQuestion&nearText={"concepts":["animals in movies"]}&limit=2
. It does work. The assistant cites this article Vector similarity search. But there seem to be only examples for graphql and no mention of rest.
I also can’t find anything in the description of this rest-site rest. It clearly works, but i can’t any documentation for it. I used google and the search on the page.
I’m new to weaviate and try to play a bit with it to evaluate it.
Can anyone point me to the correct page on how to use nearText search?
The example from the AI works, but i need documentation for this feature to be able to implement it at work.
Server Setup Information
- Weaviate Server Version: weaviate:1.28.2
- Deployment Method: docker
- Multi Node? Number of Running Nodes: single node
- Client Language and Version: ?
- Multitenancy?: no