Deprecation Notices
Deprecated features and planned removals for SmartRAG
Deprecation Notices
Breaking Changes in v3.5.0
Immediate Action Required
The following changes require immediate updates:
ISQLQueryGenerator→ISqlQueryGenerator- Interface renamed for naming consistency (direct interface users only)preferredLanguageparameter removed from interface methods - UseSearchOptionsinstead
Removed in v4.0.0
Breaking Changes
The following methods were removed in v4.0.0. Migrate to the replacements:
IDocumentSearchService.GenerateRagAnswerAsync()→QueryIntelligenceAsync()IRagAnswerGeneratorService.GenerateBasicRagAnswerAsync(string, int, ...)→GenerateBasicRagAnswerAsync(GenerateRagAnswerRequest)IQueryStrategyExecutorServiceoverloads with individual params → UseQueryStrategyRequestoverloadsIDocumentService.UploadDocumentAsync(Stream, string, ...)→UploadDocumentAsync(UploadDocumentRequest)IMultiDatabaseQueryCoordinator.AnalyzeQueryIntentAsync()→IQueryIntentAnalyzer.AnalyzeQueryIntentAsync()