You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* docs: complete SmartRAG.Demo README synchronization
- Sync README.tr.md with README.md according to @00-ANA-INDEKS.mdc rules
- Add missing Prerequisites section with .NET 9.0 SDK requirements
- Add Configuration Files section with appsettings details
- Update Docker Services table with Package Used column
- Add Build Issues and Configuration Issues troubleshooting
- Add Additional Resources with Package References details
- Add Project Information section with target framework details
- Ensure complete feature parity between English and Turkish READMEs
* fix: correct API hallucinations in README and documentation
- Fix Quick Start API calls to use real SmartRAG APIs
- Replace connector.ConnectAsync() with appsettings.json configuration
- Fix ExecuteQueryAsync() to QueryMultipleDatabasesAsync()
- Replace intelligence variable with searchService/documentService
- Update audio transcription from Google Speech to Whisper.net
- Add comprehensive hallucination prevention rule to Cursor rules
- Ensure all code examples match actual SmartRAG implementation
Files updated:
- README.md, README.tr.md (Quick Start sections)
- docs/en/examples.md (8 Use Cases + Privacy Note)
- docs/en/configuration/database.md (Multi-DB config)
- docs/tr/examples.md (API method names)
- docs/tr/configuration/database.md (Multi-DB config)
- .cursor/rules/PROJE-YONETIMI.mdc (NEW: Documentation Hallucination Prevention)
* docs: update hero slogan to reflect multi-modal capabilities
- Changed from 'Multi-Database RAG' to 'Multi-Modal RAG' in hero slogan
- Updated English README.md to emphasize databases, documents, images & audio
- Updated Turkish README.tr.md with equivalent translation
- Fixed README.tr.md synchronization issues (removed duplicate sections)
- Reordered sections in README.tr.md to match README.md structure
- Ensured both READMEs are now fully synchronized
* docs: optimize README structure and improve multi-modal examples
- Remove redundant Quick Use Cases section to eliminate duplication
- Update Real-World Use Cases with more practical examples from Quick Use Cases
- Enhance multi-modal RAG example to include databases, PDFs, OCR images, and audio transcription
- Improve example query to show comprehensive data analysis across multiple sources
- Synchronize changes between English and Turkish READMEs
- Maintain consistent structure and content across both language versions
* feat: add comprehensive comparison table with 8 unique SmartRAG features
- Add 3 new exclusive features: Fallback Providers, Retry Policies, Batch Embeddings
- Highlight all 8 unique features with asterisk (*) markers
- Add detailed explanations for each exclusive feature
- Synchronize English and Turkish README versions
- Enhance competitive positioning with technical differentiators
0 commit comments