Skip to content

Latest commit

 

History

History
 
 

README.md

Chat Question-and-Answer Sample Application

Chat Question-and-Answer sample application is a foundational Retrieval-Augmented Generation (RAG) pipeline that allows users to ask questions and receive answers, including those based on their own private data corpus.

Compared to the Chat Question-and-Answer Core implementation, this implementation of Chat Question-and-Answer is a modular microservices based approach with each constituent element of the RAG pipeline bundled as an independent microservice. Each constituent element, viz document ingestion, embedding creation, retriver, reranking, llm, are independent microservices which are stitched together in the LangChain application. The flexibility is also reflected in the deployment options as it supports docker compose and HELM based options.

Below, you'll find links to detailed documentation to help you get started, configure, and deploy the microservice.

Documentation