Luca Foppiano commited on
Commit
f1beb6f
β€’
1 Parent(s): 77341b6

Update CHANGELOG.md

Browse files
Files changed (1) hide show
  1. CHANGELOG.md +16 -0
CHANGELOG.md CHANGED
@@ -4,6 +4,22 @@ All notable changes to this project will be documented in this file.
4
 
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
6
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  ## [0.1.3] – 2023-10-30
8
 
9
  ### Fixed
 
4
 
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
6
 
7
+
8
+ ## [0.2.0] – 2023-10-31
9
+
10
+ ### Added
11
+ + Selection of chunk size on which embeddings are created upon
12
+ + Mistral model to be used freely via the Huggingface free API
13
+
14
+ ### Changed
15
+ + Improved documentation, adding privacy statement
16
+ + Moved settings on the sidebar
17
+ + Disable NER extraction by default, and allow user to activate it
18
+ + Read API KEY from the environment variables and if present, avoid asking the user
19
+ + Avoid changing model after update
20
+
21
+
22
+
23
  ## [0.1.3] – 2023-10-30
24
 
25
  ### Fixed