--- a +++ b/breast-cancer-rag-app/backend/.env @@ -0,0 +1,17 @@ + +OPENAI_GPT4_DEPLOYMENT="gpt-4" +OPENAI_ENDPOINT="https://<your-resource>.openai.azure.com" +OPENAI_API_KEY="<your-key>" +OPENAI_ADA_DEPLOYMENT="text-embedding-ada-002" + +KUSTO_URI="https://trd-zdxwqrcu1znbqygpxg.z2.kusto.fabric.microsoft.com" +KUSTO_DATABASE="BioEventHouse" +KUSTO_TABLE="biospecimen_embeddings" + +AZURE_TENANT_ID="<tenant-id>" +AZURE_CLIENT_ID="<client-id>" +AZURE_CLIENT_SECRET="<client-secret>" + +KUSTO_DB=BioEventHouse +APP_INSIGHTS_KEY=your-instrumentation-key +SECRET_KEY=your-secret-key-for-flask \ No newline at end of file