Closed yogeshmpandey closed 1 day ago
hi, retrieval and reranking results are not included in the ChatQnA final response now.
I also think it would be beneficial for users to see retrieval/reranking excerpts. And we will consider this as a new feature.
we can request retriever
microservice to get the retrieval knowledge, refer to https://github.com/opea-project/GenAIExamples/tree/main/ChatQnA/docker_compose/intel/hpu/gaudi#validate-microservices-and-megaservice
@lkk12014402 @kevinintel @yogeshmpandey Is the retriever/reranking micro-service enough for this request?
Some questions:
Currently, in the ChatQnA Demo application, users cannot view the excerpts retrieved from the knowledge base and used by the Language Model (LLM) to generate the answers. It would be beneficial for users to see these excerpts, as it would provide transparency into the reasoning process of the LLM and help users understand the context and sources of the generated answers.