betalgo / openai

OpenAI .NET sdk - Azure OpenAI, ChatGPT, Whisper, and DALL-E
https://betalgo.github.io/openai/
MIT License
2.89k stars 521 forks source link

upgrading to .NET8.0 #436

Open keke1210 opened 10 months ago

keke1210 commented 10 months ago

The project is considering an upgrade to .NET 8.0. This new version introduces several features that can significantly enhance our application's performance.

Key Feature: SearchValues One of the notable features in .NET 8.0 is SearchValues. This data structure promises improved performance, especially in data retrieval and processing scenarios.

Use Cases for SearchValues Here are some examples of where SearchValues can be effectively utilized:

Example 1:

image

Example 2:

image

etc...