Skip to content

Instantly share code, notes, and snippets.

@paulyuk
Created November 13, 2024 05:18
Show Gist options
  • Save paulyuk/ddf8ec93ed7b4e5fb504aecf77d6d1e4 to your computer and use it in GitHub Desktop.
Save paulyuk/ddf8ec93ed7b4e5fb504aecf77d6d1e4 to your computer and use it in GitHub Desktop.
local.settings.json

RAG

{
  "IsEncrypted": false,
  "Values": {
    "AzureWebJobsStorage": "UseDevelopmentStorage=true",
    "FUNCTIONS_WORKER_RUNTIME": "dotnet-isolated",
    "AZURE_OPENAI_ENDPOINT": "https://cog-c33gk4hhzykak.openai.azure.com/",
    "CHAT_MODEL_DEPLOYMENT_NAME": "chat",
    "AZURE_AISEARCH_ENDPOINT": "https://srch-c33gk4hhzykak.search.windows.net",
    "EMBEDDING_MODEL_DEPLOYMENT_NAME": "embeddings",
    "SYSTEM_PROMPT": "You must only use the provided documents to answer the question"
  }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment