Skip to content

Latest commit

 

History

History
40 lines (30 loc) · 817 Bytes

README.md

File metadata and controls

40 lines (30 loc) · 817 Bytes

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