This chapter describes the function of digital assistant using an example. This chapter also describes how to access and validate the digital assistant.
Once the digital assistant is deployed and configured successfully, go to the project where the digital assistant has been deployed in the OpenShift dashboard (Network > Routes). On the Routes page, you will find the URL to launch the digital assistant.
Figure 13. Link to access the digital assistant.
The following figure showcases the digital assistant user interface.
Figure 14. Digital assistant UI
Figure 15 shows an example of the user querying the digital assistant before embedding the domain specific information into the vector store. The digital assistant response shows that it does not have relavant information about Dell ObjectScale.
Figure 15. Response before domain specific information.
The following figure shows an example of the response after adding the domain specific embeddings into the vector store.
Figure 16. Response after embedding domain specific information.
Figure 17 demonstrates that the digital assistant is able to provide more relevant information using the knowledge base from Redis vector database. The digital assistant can also provide the accurate links to source documents. Users can open the provided links to access the source document for further reference.
Figure 17. Accessing the source document.