You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Refactor config usage to centralize environment variables
Replaced direct os.getenv calls with values from the central AppConfig instance for Application Insights, Azure Search, and Azure AI settings. This improves maintainability and consistency in configuration management across backend modules. Removed unused kernel creation method from AppConfig.
0 commit comments