lfoppiano commited on
Commit
20ac109
1 Parent(s): 99bfe69

update changelog

Browse files
Files changed (1) hide show
  1. CHANGELOG.md +16 -0
CHANGELOG.md CHANGED
@@ -3,7 +3,23 @@
3
  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.3.1] - 2023-11-22
8
 
9
  ### Added
 
3
  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
+ ## [0.3.3] - 2023-12-14
7
 
8
+ ### Added
9
+
10
+ + Add experimental PDF rendering in the page
11
+
12
+ ### Fixed
13
+
14
+ + Fix GrobidProcessors API implementation
15
+
16
+ ## [0.3.2] - 2023-12-01
17
+
18
+ ### Fixed
19
+
20
+ + Remove memory when using Zephyr-7b-beta, that easily hallucinate
21
+
22
+
23
  ## [0.3.1] - 2023-11-22
24
 
25
  ### Added