Releases: debugnlift07/SKF.ProductAssistant
Releases · debugnlift07/SKF.ProductAssistant
Release list
SKF Porduct Asistant V1.0- SKF Product Assistant (AI Agents + Semantic Kernel)
This release contains the initial implementation of the SKF Product Assistant.
Features:
• Azure Function HTTP endpoint for user queries
• Intent orchestration using Semantic Kernel and Azure OpenAI
• Q&A Agent for extracting product designation and attributes
• Feedback Agent for capturing corrections and user feedback
• Redis caching for faster repeated queries
• Datasheet lookup using local JSON files
• Conversation state support for follow-up questions
• Hallucination prevention by restricting answers to datasheet values
Example Queries:
• What is the width of 6205?
• And what about its diameter?
• That last width is wrong—store my correction.
Technologies:
C#, Azure Functions, Microsoft Semantic Kernel, Azure OpenAI, Redis Cache.