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:

{
  {
  "AzureOpenAIChat": {
    "DeploymentName": "gpt-4o",
    "Endpoint": "https://....openai.azure.com/",
    "Key": "..."
  },

  "AzureOpenAITextEmbedding": {
    "DeploymentName": "text-embedding-ada-002",
    "Endpoint": "https://....openai.azure.com/",
    "Key": "..."
  },

  "AzureAISearch": {
    "Key": "...",
    "Endpoint": "https://....search.windows.net",
    "IndexName": "MyIndex",
    "InScope": true
  }
}

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