semantic-kernel
semantic-kernel copied to clipboard
Integrate cutting-edge LLM technology quickly and easily into your apps
**Describe the bug** A clear and concise description of what the bug is. Working well locally, but throws below exception when deployed to Azure Web Service. ```quote { "title": "One...
Add support to read text from an already OCR'ed PDF file. This would expand the capability of DocumentSkills to read PDF file. Happy to work on a PR :).
**Describe the bug** It looks like ChatCompletion was introduced in the latest checkin, however it doesn't seem to support skills. Is that by design or would that be enabled in...
**Describe the bug** In Simple Chat Summary App, when I click save button. The `/api/skills/funskill/invoke/joke` return `UnknownError: Something went wrong: The SSL connection could not be established, see inner exception.`...
Hi - we have a project using Next.JS and would love to leverage SK on the backend. A full TypeScript port (ideally 1:1 parity with C#) would be truly valuable...
**Summary** The purpose of this feature proposition is to introduce support for the Liquid template engine in the Semantic Kernel framework, allowing developers to create dynamic and reusable prompts for...
**Describe the bug** I'm running the chat-summary-webapp-react demo app but cannot save the settings. The first problem is that we need to rename `.env.example` as `.env`, which is not clear...
What is the best approach to using Semantic Kernel to access SQL databases? This blog post by LangChain about LLMs and SQL has some interesting ideas: https://blog.langchain.dev/llms-and-sql/ It discusses: -...
**Describe the bug** A clear and concise description of what the bug is. So the issue is I need to make a Q&A app for my specific data where user...
Because I see that Example App Chat Copilot's response is too slow, I would like to ask if Streaming will be implemented in the future. Additional description: Nuget package Azure.AI.OpenAI...