Spaces:
Running
Running
Update changelog-doc.md
Browse files- docs/changelog-doc.md +9 -9
docs/changelog-doc.md
CHANGED
@@ -7,19 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
7 |
|
8 |
## [1.0.1] - 2025-05-31
|
9 |
### Changed
|
10 |
-
-
|
11 |
-
-
|
12 |
-
-
|
13 |
-
-
|
14 |
|
15 |
### Removed
|
16 |
-
-
|
17 |
-
-
|
18 |
-
-
|
19 |
|
20 |
### Fixed
|
21 |
-
-
|
22 |
-
-
|
23 |
|
24 |
## [1.0.0] - 2025-04-01
|
25 |
|
|
|
7 |
|
8 |
## [1.0.1] - 2025-05-31
|
9 |
### Changed
|
10 |
+
- Updated default word limit from 100 to 200 words across all functions for consistency with UI slider
|
11 |
+
- Improved OpenAI authentication priority order to prioritize HF Spaces environment variables
|
12 |
+
- Simplified embedding generation logic to always use "query:" prefix for user queries
|
13 |
+
- Updated embedding model fallback dimensions from 384 to 1024 to match E5-large-v2
|
14 |
|
15 |
### Removed
|
16 |
+
- Removed unused CSS classes and styling rules across all pages
|
17 |
+
- Removed unnecessary text length condition for embedding prefix selection
|
18 |
+
- Cleaned up obsolete comments and documentation references
|
19 |
|
20 |
### Fixed
|
21 |
+
- Fixed inconsistency between function defaults and UI slider defaults for word limits
|
22 |
+
- Corrected embedding model dimension mismatch in error handling
|
23 |
|
24 |
## [1.0.0] - 2025-04-01
|
25 |
|