Skip to content

Commit 13285b2

Browse files
committed
Prepare v1.0.2 release [release]
� Package Configuration Updates: - Update PackageVersion to 1.0.2 - Update PackageReleaseNotes with v1.0.2 features - Include hybrid search algorithm details - Document Gemini RAG optimization - Add smart document chunking features - Highlight production-ready performance � Ready for v1.0.2 NuGet package release [release]
1 parent 9c9fe6a commit 13285b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/SmartRAG/SmartRAG.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<!-- NuGet Package Configuration -->
99
<PackageId>SmartRAG</PackageId>
10-
<PackageVersion>1.0.1</PackageVersion>
10+
<PackageVersion>1.0.2</PackageVersion>
1111
<Authors>Barış Yerlikaya</Authors>
1212
<Company>Barış Yerlikaya</Company>
1313
<Product>SmartRAG</Product>
@@ -19,7 +19,7 @@
1919
<RepositoryUrl>https://github.com/byerlikaya/SmartRAG</RepositoryUrl>
2020
<RepositoryType>git</RepositoryType>
2121
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
22-
<PackageReleaseNotes>v1.0.1: Enhanced query intent detection, language-agnostic design, Unicode normalization, rate limiting improvements, VoyageAI integration, and comprehensive documentation updates</PackageReleaseNotes>
22+
<PackageReleaseNotes>v1.0.2: Revolutionary hybrid search algorithm (semantic + keyword boost), Gemini RAG optimization with native embeddings, smart document chunking with context preservation, enhanced AzureOpenAI batch processing, production-ready performance improvements, and comprehensive documentation updates</PackageReleaseNotes>
2323
<Copyright>Copyright © Barış Yerlikaya 2025</Copyright>
2424
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
2525
<IncludeSymbols>true</IncludeSymbols>

0 commit comments

Comments
 (0)