Deprecation Notices

Breaking Changes in v3.5.0

Immediate Action Required

The following changes require immediate updates:

  • ISQLQueryGeneratorISqlQueryGenerator - Interface renamed for naming consistency (direct interface users only)
  • preferredLanguage parameter removed from interface methods - Use SearchOptions instead

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)
  • IQueryStrategyExecutorService overloads with individual params → Use QueryStrategyRequest overloads
  • IDocumentService.UploadDocumentAsync(Stream, string, ...)UploadDocumentAsync(UploadDocumentRequest)
  • IMultiDatabaseQueryCoordinator.AnalyzeQueryIntentAsync()IQueryIntentAnalyzer.AnalyzeQueryIntentAsync()