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

Pre-built Function Apps- Semantic kernel #64

Open
BenConstable9 opened this issue Nov 27, 2024 · 1 comment
Open

Pre-built Function Apps- Semantic kernel #64

BenConstable9 opened this issue Nov 27, 2024 · 1 comment
Assignees
Labels
P1 High Priority sk semantic kernel text2sql

Comments

@BenConstable9
Copy link
Contributor

BenConstable9 commented Nov 27, 2024

Pre packaged Python function app using SK that includes:

Streaming
Standard chat history (either input or db support)
Built for multiple requests
Set input and outputs

@BenConstable9 BenConstable9 added text2sql P1 High Priority labels Dec 3, 2024
@vj-msft vj-msft added the sk semantic kernel label Dec 4, 2024
@vj-msft vj-msft changed the title Pre-built Function Apps Pre-built Function Apps- Semantic kernel Dec 4, 2024
@vj-msft vj-msft self-assigned this Dec 4, 2024
@BenConstable9
Copy link
Contributor Author

BenConstable9 commented Dec 5, 2024

Input request should be something like this perhaps. Documenting properties needed:

{
    "question": "",
    "chat_history: [<previous outputs>],
    "filters": <dict of known filters e.g. a deal id or a account id that is applied to sql>
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
P1 High Priority sk semantic kernel text2sql
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

2 participants