Skip to content

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.

    More info

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.

  • Response Feedback


    Allows users to provide feedback on the response generated by the either Semantic Search or LLM Response.

    More info

  • Content Feedback


    Allows users to provide feedback on the content items returned by the Semantic Search.

    More info

SwaggerUI

Screenshot of Swagger UI

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