Skip to content

Releases: debugnlift07/SKF.ProductAssistant

SKF Porduct Asistant V1.0- SKF Product Assistant (AI Agents + Semantic Kernel)

Choose a tag to compare

@debugnlift07 debugnlift07 released this 15 Mar 09:53
99fe6d1

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.