microsoft / semantic-kernel

Integrate cutting-edge LLM technology quickly and easily into your apps
https://aka.ms/semantic-kernel
MIT License
21.3k stars 3.13k forks source link

New Feature: A sample that leverage SK implementing a documentation AI Assistant #8000

Open MithrilMan opened 1 month ago

MithrilMan commented 1 month ago

This feature request is not about a SK feature per se but could be helpful for two reasons:

Basically what I propose is levaraging SK to implement a sample that uses chat completion, memory, RAG, and function calling in order to implement an application that help you teach how to use semantic kernel.

Ingesting all the updated semantic kernel documentation, blog post and samples, the user can ask the AI how to accomplish a specific task in semantic kernel and it would point out to relative documentation/posts and give back snippets.

This could be an idea that the community could implement itself, why not, but some internal help would be helpful about following best practices and updated "way to do it"

What do you think?

JadynWong commented 1 month ago

https://github.com/microsoft/chat-copilot

matthewbolanos commented 4 weeks ago

This would make a good sample someone could build during a hackathon, @alliscode

matthewbolanos commented 3 weeks ago

This would actually be a good RAG sample as part of the search graduation.

MithrilMan commented 3 weeks ago

This would actually be a good RAG sample as part of the search graduation.

Which graduation are you talking about? Is something public? I'd like to see what's talking about because I'm interested to dig into knowledge graph, something I haven't found already in sk