-
Notifications
You must be signed in to change notification settings - Fork 3.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New Feature: A sample that leverage SK implementing a documentation AI Assistant #8000
Comments
This would make a good sample someone could build during a hackathon, @alliscode |
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 |
We have an example now that addresses most of the asks here. See: There are some good ideas here about also including blog posts and samples as RAG input that would be good to consider for us to add. |
I'm also eager to see the kernel service generating the embeddings, and an agent being able to use them natively, not over tens of intermediate steps (and/or hacks). I mean I'd love to have it as basic functionality, as most use cases I see around start with augmenting from some documents - so this definitely deserves some builtin facilities |
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?
The text was updated successfully, but these errors were encountered: