Skip to content
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

Open
MithrilMan opened this issue Aug 8, 2024 · 6 comments
Assignees

Comments

@MithrilMan
Copy link

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

  • showing best practice on SK programming
  • add value to the community

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
Copy link
Contributor

@matthewbolanos
Copy link
Member

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

@matthewbolanos
Copy link
Member

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

@MithrilMan
Copy link
Author

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

@westey-m
Copy link
Contributor

We have an example now that addresses most of the asks here. See:
https://github.com/microsoft/semantic-kernel/tree/main/dotnet/samples/Demos/VectorStoreRAG

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.

@sorin-costea
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: No status
Development

No branches or pull requests

6 participants