Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove unused using directives from Program.cs
Removed the following using directives from `Program.cs`: - `Azure.Identity` - `Azure.Search.Documents.Indexes` - `Microsoft.EntityFrameworkCore` - `OpenAI` - `OpenAI.Chat` - `OpenAI.Embeddings` - `Products.Endpoints` - `Products.Memory` These namespaces are no longer needed due to refactoring, removal of dependencies, or changes in the application's architecture.
- Loading branch information