Skip to content

Latest commit

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

RAG - Retrieval Augmented Generation

This is a Streamlit application that allows setting up and testing a RAG application with Azure Cognitive Search and Azure Open AI.

Setup

TBD

Running the application

Run the application with streamlit using the following command:

python -m streamlit run app.py

The following environment variables need to be defined:

Variable nameDescription
AZURE_COGNITIVE_SEARCH_ENDPOINTEndpoint of the Azure Cognitive Search service
AZURE_COGNITIVE_SEARCH_INDEX_NAMEName of the Azure Cognitive Search index
AZURE_COGNITIVE_SEARCH_KEYSearch key of the Azure Cognitive Search service
AZURE_OPEN_AI_ENDPOINTEndpoint of the Azure Open AI service
AZURE_OPEN_AI_KEYAPI key of the Azure Open AI service
AZURE_OPEN_AI_EMBEDDING_DEPLOYMENTName of the Azure Open AI embedding model deployment
AZURE_OPEN_AI_CHAT_DEPLOYMENTName of the Azure Open AI Chat model deployment

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages