SmartRAG 3.0.1

There is a newer version of this package available.
See the version list below for details.
dotnet add package SmartRAG --version 3.0.1
                    
NuGet\Install-Package SmartRAG -Version 3.0.1
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="SmartRAG" Version="3.0.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="SmartRAG" Version="3.0.1" />
                    
Directory.Packages.props
<PackageReference Include="SmartRAG" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add SmartRAG --version 3.0.1
                    
#r "nuget: SmartRAG, 3.0.1"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package SmartRAG@3.0.1
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=SmartRAG&version=3.0.1
                    
Install as a Cake Addin
#tool nuget:?package=SmartRAG&version=3.0.1
                    
Install as a Cake Tool

πŸš€ SmartRAG

<p align="center"> <b>Multi-Database RAG Library for .NET</b><br> Ask questions about your data in natural language </p>

<p align="center"> <a href="https://www.nuget.org/packages/SmartRAG"><img src="https://img.shields.io/nuget/v/SmartRAG.svg?style=for-the-badge&logo=nuget" alt="NuGet Version"/></a> <a href="https://www.nuget.org/packages/SmartRAG"><img src="https://img.shields.io/nuget/dt/SmartRAG?style=for-the-badge&logo=nuget&label=Downloads&color=blue" alt="NuGet Downloads"/></a> <a href="https://github.com/byerlikaya/SmartRAG/blob/main/LICENSE"><img src="https://img.shields.io/badge/license-MIT-green.svg?style=for-the-badge" alt="License"/></a> </p>

✨ What SmartRAG Does

Transform your data into intelligent conversations. SmartRAG enables you to ask natural language questions across multiple databases, documents, images, and audio files - all through a single, unified API.

🎯 Key Capabilities

  • πŸ—„οΈ Multi-Database RAG - Query SQL Server, MySQL, PostgreSQL, SQLite together
  • πŸ“„ Multi-Modal Intelligence - PDF, Word, Excel, Images (OCR), Audio (Speech-to-Text)
  • πŸ”’ On-Premise Ready - 100% local with Ollama, LM Studio, Whisper.net
  • πŸ’¬ Conversation History - Built-in automatic context management
  • πŸ€– Universal AI Support - OpenAI, Anthropic, Gemini, Azure, Custom APIs
  • 🏒 Enterprise Storage - Qdrant, Redis, SQLite, FileSystem, In-Memory

πŸš€ Quick Start

dotnet add package SmartRAG
// Program.cs
builder.Services.UseSmartRAG(builder.Configuration,
    aiProvider: AIProvider.OpenAI,
    storageProvider: StorageProvider.InMemory
);

// Ask questions
var result = await _intelligence.QueryIntelligenceAsync("Your question here");

πŸ“š Documentation & Examples

🎯 Perfect For

  • Enterprise Applications - Multi-database intelligence systems
  • Document Management - PDF, Word, Excel processing with AI
  • Compliance Systems - GDPR/KVKK/HIPAA compliant deployments
  • Local AI Solutions - On-premise intelligence without cloud dependencies
  • Multi-Modal Applications - Text, images, audio, and database integration

πŸ†• What's New in v3.0.0

  • πŸ—„οΈ Multi-Database RAG - Query multiple databases with natural language
  • πŸ–ΌοΈ OCR Support - Image processing with Tesseract 5.2.0
  • 🎀 Audio Support - Local transcription with Whisper.net (99+ languages)
  • πŸ’¬ Conversation History - Built-in session management
  • πŸ”„ Enhanced API - Improved intelligence query interface

View full changelog β†’

πŸ“ž Support & Contact

πŸ“„ License

MIT License - see LICENSE for details.


Built with ❀️ by Barış Yerlikaya

Made in Turkey πŸ‡ΉπŸ‡· | Contact | LinkedIn

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
.NET Core netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.1 is compatible. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
4.0.1 232 3/9/2026
4.0.0 150 3/2/2026
3.9.0 228 2/5/2026
3.8.1 248 1/28/2026
3.8.0 280 1/26/2026
3.7.0 238 1/19/2026
3.6.0 283 12/30/2025
3.5.0 289 12/26/2025
3.4.0 308 12/11/2025
3.3.0 845 12/1/2025
3.2.0 451 11/27/2025
3.1.0 406 11/13/2025
3.0.3 499 11/6/2025
3.0.2 379 10/23/2025
3.0.1 454 10/22/2025
3.0.0 437 10/22/2025
2.3.1 298 10/8/2025
2.3.0 435 9/16/2025
2.2.0 462 9/15/2025
2.1.0 222 9/5/2025
Loading failed

Release 3.0.1: Critical Bug Fixes

BUG FIXES:
β€’ LoggerMessage Parameter Mismatch - Fixed LogAudioServiceInitialized LoggerMessage definition with missing configPath parameter
β€’ EventId Conflicts - Resolved duplicate EventId assignments in ServiceLogMessages.cs (6006, 6008, 6009)
β€’ Logo Display Issue - Removed broken logo references from README files that were causing display issues on NuGet
β€’ TypeInitializationException - Fixed critical startup error that prevented SmartRAG.Demo from running

TECHNICAL IMPROVEMENTS:
β€’ ServiceLogMessages.cs - Updated LoggerMessage definitions to match parameter counts correctly
β€’ EventId Management - Reassigned conflicting EventIds to ensure unique logging identifiers
β€’ Documentation - Cleaned up README files for better NuGet package display

This release fixes critical runtime errors and improves overall stability.