-
Notifications
You must be signed in to change notification settings - Fork 441
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
Proposed updates (Sep 2023) #123
Comments
My 2C: Amplify PrepareDocs becoming an Azure Function to P0. Then remove that from the deployment-time stuff and add some sort of "upload your doc here" feature that would allow a user to upload a doc, then have the function that processes it and adds it's content to the back-end system a triggered event. So files are uploaded, then immediately added to the model so subsequent questions can be asked as new documents are uploaded. |
GetChatCompletions is what I came here for - still useful to have this sample but I haven't been able to figure streaming Chat responses through the Blazor API side, would be very useful to see this in the same project given how much difficulty I've had just getting it working |
We may want to build a sample that uses some 3rd partner vector store |
We need to add authentication to this app if plan for people to upload docs. Just to follow best practices. |
Closing since P0 items are complete. Pending issues tracked in #174 |
There are a few things that we need to update in the application to make deployment more reliable.
P0
AzureOpenAITextCompletionService
#140AZURE_OPENAI_GPT_DEPLOYMENT
/gptDeploymentName
#161ChatCompletionService
#137AzureOpenAIChatCompletionService
#139P1
Infra
Ingestion
Documentation
P2
Infra
Backend
The text was updated successfully, but these errors were encountered: