-
Notifications
You must be signed in to change notification settings - Fork 463
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
To-Do improvements #40
Comments
For the last task in this list @luisquintanilla, I did work on that in my initial PR. Here is the PR where we want from a 79 to 95 rating: 00408c8. Do you have a specific target? |
Address concerns with generated images, contributes to #40.
Thanks! 95 is great. Are the changes merged yet or is there a branch I can use to preview the changes? The images look good. Thanks for updating those. |
Rewrite the scripts to be a .NET command line app, contributing to #40 and fixes #20. Replaces the original [`prepdocs.py`](https://github.com/Azure-Samples/azure-search-openai-demo-csharp/blob/cfaf59b953835c6c309cda74e7a72aec427695e6/scripts/prepdocs.py)
Hi @luisquintanilla - these changes have been in place since the .NET frontend bits were merged. |
In this PR: - Added in-memory caching of `api/ask` endpoint, for each unique request (30 mins). - Renamed DI extensions, and scope to `IServiceCollections` rather than `builder`. - Minor formatting, logging updates and cleanup. - Created conditional style component for dynamic `HeadContent` styles. Contributes to #40
Closing in favor of #123 |
This issue is for a: (mark with an
x
)api/ask
endpoint #44GetChatCompletions
API throughout entire app to guide users towards Turbo / GPT4 #47The text was updated successfully, but these errors were encountered: