Lee Stott
Lee Stott
Hi @Barshan-Mandal are you taking the semantic Kernel samples from https://github.com/elbruno/phi3-labs by @elbruno? If so please raise issues on that repo?
Hi @Barshan-Mandal To implement Retrieval Augmented Generation (RAG) using the Phi-3 model with kernel memory instead of semantic text memory, you can follow a similar approach to the one used...
It looks like you're trying to set up a memory retrieval system using the Semantic Kernel and ONNX Runtime for a chat application. Here are a few things to check...
@Barshan-Mandal See https://techcommunity.microsoft.com/t5/educator-developer-blog/building-intelligent-applications-with-local-rag-in-net-and-phi/ba-p/4175721
@ChenRocks thoughts on the above feature?
@ladanisavan To achieve this, you can use the ONNX Runtime with the Phi-3 vision model. Here’s a general approach: 1. **Setup**: Ensure you have the necessary tools and libraries installed,...
Hi @LoriBru so there is this report on Hugging Face chat ui https://github.com/huggingface/chat-ui/issues/1139 Have you tried changing the model to see if its related?
@LoriBru Can you confirm the following 1. What model are you using? 2. Can you confirm if your using API or self hosting the model? 3. What is the chat...
example of a stop sequence in C# ``` // define prompts var systemPrompt = "You are an AI assistant that helps people find information. Answer questions using a direct style....
Hi @LoriBru as this is based of this sample I suggest you open up a issue on that repo https://github.com/microsoft/Phi3-Chat-WinUI3-Sample/ @nmetulev should be able to help provide some more guidance...