Skip to content

Bring Your Own Data with Semantic Kernel + Azure AI Search

Notifications You must be signed in to change notification settings

aherrick/BlazorBYODataChat

Repository files navigation

BlazorBYODataChat

Bring Your Own Data with Semantic Kernel + Azure AI Search

dotnet Ubuntu

User Secrets for Server Project:

{
  "AzureOpenAI": {
    "DeploymentName": "...",
    "Endpoint": "https://....openai.azure.com/",
    "Key": "..."
  },

  "AzureAISearch": {
    "DeploymentName": "text-embedding-ada-002",
    "ModelName": "text-embedding-ada-002",
    "Endpoint": "https://....search.windows.net",
    "Key": "...",
    "IndexName": "contoso"
  }
}

Ingest Support:

  • .txt
  • .pdf
  • .docx

About

Bring Your Own Data with Semantic Kernel + Azure AI Search

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published