Question-Answering Service
/search
is the flagship endpoint that your application can integrate with:
-
Search
Allows searching through the content database using embeddings similarity and optionally creates an LLM-generated answer to the user's question.
Capturing Feedback
The service also provides two endpoint to capture feedback from users. One to capture feedback for the response returned and the other for the content items retrieved.
For both of these, you can provide feedback as sentiment ("positive", "negative"), as text, or as both.
SwaggerUI
If you have the application running, you can access the SwaggerUI at
https://[DOMAIN]/api/docs
or if you are using the dev setup:
http://localhost:8000/docs
Upcoming
- Chat capability