Spaces:
Sleeping
Sleeping
Update changelog-doc.md
Browse files- docs/changelog-doc.md +16 -0
docs/changelog-doc.md
CHANGED
@@ -5,6 +5,22 @@ All notable changes to Anveshak: Spirituality Q&A will be documented in this fil
|
|
5 |
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
6 |
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
7 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
8 |
## [1.0.0] - 2025-04-01
|
9 |
|
10 |
### Added
|
|
|
5 |
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
6 |
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
7 |
|
8 |
+
## [1.0.1] - 2025-05-31
|
9 |
+
### Changed
|
10 |
+
- MUpdated default word limit from 100 to 200 words across all functions for consistency with UI slider
|
11 |
+
- MImproved OpenAI authentication priority order to prioritize HF Spaces environment variables
|
12 |
+
- MSimplified embedding generation logic to always use "query:" prefix for user queries
|
13 |
+
- MUpdated embedding model fallback dimensions from 384 to 1024 to match E5-large-v2
|
14 |
+
|
15 |
+
### Removed
|
16 |
+
- MRemoved unused CSS classes and styling rules across all pages
|
17 |
+
- MRemoved unnecessary text length condition for embedding prefix selection
|
18 |
+
- MCleaned up obsolete comments and documentation references
|
19 |
+
|
20 |
+
### Fixed
|
21 |
+
- MFixed inconsistency between function defaults and UI slider defaults for word limits
|
22 |
+
- MCorrected embedding model dimension mismatch in error handling
|
23 |
+
|
24 |
## [1.0.0] - 2025-04-01
|
25 |
|
26 |
### Added
|