Nihai Search Ids Search Endpoint¶
Fetch the underlying Weaviate object ids and raw vectors for advanced workflows
Quick Links¶
API Reference¶
Endpoint: POST /search/nihai/search-ids
Example Usage¶
curl -X POST http://localhost:8000/search/nihai/search-ids \
-H 'Content-Type: application/json' \
-d '{'query': 'What are symptoms of high blood pressure?', 'max_results': 3}'