Strategy Pattern Interfaces
Customizable strategies for SQL dialects, scoring, and file parsing
Strategy Pattern Interfaces
Note: Interface details are available in the source code with XML documentation. Use your IDE’s IntelliSense to explore method signatures, parameters, and return types. For practical usage examples, see the Examples section.
SmartRAG provides Strategy Pattern for extensibility and customization. All interfaces are located in the SmartRAG.Interfaces namespace. Browse the src/SmartRAG/Interfaces/ directory in the repository for complete interface definitions.