Releases: jonfairbanks/local-rag
Releases · jonfairbanks/local-rag
Bug Fixes & Dependency Updates
What's Changed
- Switch to cache_resource for Document Index by @JoepdeJong in #54
- Fixes application crash when models not found by @cybertechy in #58
- Bug Fixes and Dependency Updates by @jonfairbanks in #62
New Contributors
- @JoepdeJong made their first contribution in #54
- @cybertechy made their first contribution in #58
Full Changelog: v1.4.2...v1.4.3
Security Update
Updates
This update resolves a critical command injection vulnerability present in llama-index
, an underlying dependency.
https://nvd.nist.gov/vuln/detail/CVE-2024-3271
What's Changed
- Security Update by @jonfairbanks in #45
Full Changelog: v1.4.0...v1.4.1
Bug Fixes
What's Changed
- Contributing section by @jonfairbanks in #27
- update pipfile by @bananya-ml in #29
- Windows Bug Fix by @jonfairbanks in #30
- Update Pipfile.lock by @jonfairbanks in #32
- Update Pipfile by @jonfairbanks in #38
- Migrate to Llama-Index settings by @jonfairbanks in #41
New Contributors
- @bananya-ml made their first contribution in #29
Full Changelog: v1.3.3...v1.4.0
Cuda Support
What's Changed
- Allow embeddings to use cuda devices by @jonfairbanks in #26
Full Changelog: v1.3.2...v1.3.3
Website RAG
What's Changed
- Website RAG, UX Improvements & Bug Fixes by @jonfairbanks in #22
- Fix workflow versioning by @jonfairbanks in #23
Full Changelog: 1.3.1...v1.3.1
Logging, Caching & User Experience Improvements
What's Changed
- Update volume syntax to support Windows by @jonfairbanks in #14
- Logging, Caching & User Experience Improvements by @jonfairbanks in #15
Full Changelog: 1.2.1...v1.3.0
GitHub RAG
New Features
- Chat with a GitHub repo!
What's Changed
- GitHub RAG Support by @jonfairbanks in #12
Full Changelog: 1.1.2...v1.2.0
Bug Fix
Advanced Settings & Bug Fixes
New Features
Adds support for overriding advanced settings:
- System Prompt
- Documents Retrieved (top_k)
- Embedding Model
- Chunk Size
What's Changed
- Updated Logo by @jonfairbanks in #2
- Initial Docker Support by @jonfairbanks in #3
- Fix UX Bug by @jonfairbanks in #4
- UX Improvements by @jonfairbanks in #5
- Advanced Settings by @jonfairbanks in #6
Full Changelog: v1.0.0...v1.1.0
Initial Release
Initial Release:
- Support for local file upload based RAG