This document proposes a generative AI question answering solution that uses proprietary enterprise business knowledge and retrieval augmented generation. It would use OpenAI's APIs to generate embeddings of business knowledge and summarize responses while staying within the context of the enterprise data. The solution involves pre-processing data to generate embeddings which are stored in a vector database. Users could then query the system, which would use the embeddings to find similar results, summarize them using OpenAI, and return responses while moderating for inappropriate content. Performance was tested on a prototype using Python and an in-memory vector database.