Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 531 Bytes

File metadata and controls

17 lines (15 loc) · 531 Bytes

Building a Smart, Private Chatbot with Local Content Search and Function Calling with APIs using Semantic Kernel and Ollama

local_ai_rag_function_calling_demo

User Secrets

{
  "baseUrl": "",
  "baseEmbeddingUrl": "",
  "qdrantMemoryStoreUrl": "",
  "weatherApiKey": "",
  "modelId": "llama3.1:latest",
  "embeddingModelId": "snowflake-arctic-embed",
  "domainName": "Solar System",
  "domainGuide": "Assets/solar_system.pdf"
}