A simple web application for a OpenAI-enabled document search. This repo uses Azure OpenAI Service for creating embeddings vectors from documents. For answering the question of a user, it retrieves the most relevant document and then uses GPT-3, GPT-3.5 or GPT-4 to extract the matching answer for the question.
Hi, thanks for creating this! I did a successful deployment to Azure of "Deploy on Azure (WebApp + Batch Processing) with Azure Cognitive Search" and the web app runs fine. However, I don't see a few of the environment variables, such as CHUNK_SIZE and CHUNK_OVERLAP. Where are they?
Hi, thanks for creating this! I did a successful deployment to Azure of "Deploy on Azure (WebApp + Batch Processing) with Azure Cognitive Search" and the web app runs fine. However, I don't see a few of the environment variables, such as CHUNK_SIZE and CHUNK_OVERLAP. Where are they?
Thanks, Adolfo