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.
/Voice-search
is the Optional End to End Speech endpoint that your application can integrate with:
-
Voice-Search
Enables voice-based searching by accepting an audio file URL. Supports both in-house and Cloud based Solutions for transcription and Speech Synthesis. Returns an LLM-generated response as both text and an audio file URL.
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