-
We're looking at adding support for vespa.ai in Semantic Kernel, as a backend for semantic memory, but apparently there are no clients for C# and Python. I was wondering if you plan offering C# and Py…
-
**Describe the bug**
I tried the link https://medium.com/@johnkane24/local-memory-c-semantic-kernel-ollama-and-sqlite-to-manage-chat-memories-locally-9b779fc56432 with chroma vector store and the sea…
-
How can I use Semantic Kernel to call an OpenAI chat completion (gpt-4o, in my case) which is behind an API Management instance?
If such usage of Semantic Kernel is possible, I'd really like a code…
-
During SK integration tests, we perform 5 Ollama model pulls:
```
ollama pull ${{ vars.OLLAMA_CHAT_MODEL_ID }}
ollama pull ${{ vars.OLLAMA_CHAT_MODEL_ID_IMAGE }}
ollama pull ${{ vars.OLLAMA_CHAT_MODE…
-
Currently, `KernelFunction` can be transformed into an Azure OpenAI `FunctionDefinition`. Additionally, it would be beneficial if semantic-kernel supports the reverse process, making it easi…
-
The [Semantic kernel ](https://github.com/microsoft/semantic-kernel) supports both OpenAI and Azure OpenAI, and can also support other LLMs, whether to consider integrating Skills into the Semantic ke…
-
Adding more tests to cover the new code in `PromptTemplate.Prompty` and `Function.Prompty`
```[tasklist]
### Tasks
- [x] Add more test for PromptTemplate.Prompty and FunctionPrompty
- …
-
I would like to confirm my understanding of the differences between the main branch and the agentic branch. Is it correct that the only difference is the URL used in the git clone command?
In the scr…
-
Purpose of this task is to provide some guidance and samples for developers on how control which kernel functions get advertised to the LLM
Some options
1. Use the tool behaviour which allows th…
-
**Describe the bug**
I am currently working with the Azure GPT-35-Turbo and encountered an issue while trying to implement an example from the Microsoft Semantic Kernel Java SDK. Specifically, I was f…