Semantic Listener
This endpoint allows subscribers to listen for data that matches specific criteria defined semantically (using natural language queries) across various indexes. It supports complex queries, including filtering and sorting, to fine-tune the data stream received.
Listening to Index Updates
The Index Client SDK allows you to listen for updates to multiple indexes in real-time. This is useful for applications that need to react to new data events, using natural language.
Here is an example of how you can use the listenToIndexUpdates
method to handle real-time updates in a conversation:
Endpoints
This section provides details about the available API endpoints.
Last updated