ankanghosh commited on
Commit
f9a7dee
·
verified ·
1 Parent(s): 2dcc9f9

Update changelog-doc.md

Browse files
Files changed (1) hide show
  1. 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
- - 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
 
 
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