Mark Wallace
Mark Wallace
- [ ] Analyze, evaluate and clean up dependencies in SK for .NET - [ ] Document dependencies (or how to find the dependencies)
- [ ] ADR reviewed and decision agreed - [ ] Experimental abstractions added to M.E.VectorData (Need Date) - [ ] Text Keyword Hybrid Implementation for Azure AI Search -...
## Milestones - [x] ADR reviewed and decision agreed: #10355 - [x] Preview implementation for Python: #10127 - [x] Getting started samples - [x] Learn site documentation updated - [x]...
Implement a hybrid model orchestration within Semantic Kernel to leverage both local and cloud models. The system should default to local models for inference where available and seamlessly fall back...
- [x] Python implementation of IChatHistoryReducer - [x] .Net implementation of IChatHistoryReducer - [x] Concept samples - [x] Learn site documentation - [x] Ensure system prompt doesn't get truncated
## Investigation - [ ] Create a POC for the following RAG scenario - [ ] Create a template that contains the following - Application with a single endpoint that...
See: https://github.com/microsoft/prompty/blob/main/runtime/promptycs/Prompty.Core/Prompty.cs#L132-L135
Currently it is possible to set an input in two ways The full definition of the input ```yaml inputs: firstName: type: string default: User sample: April description: The first name...