File tree Expand file tree Collapse file tree 2 files changed +23
-1
lines changed Expand file tree Collapse file tree 2 files changed +23
-1
lines changed Original file line number Diff line number Diff line change
1
+ ## v0.1.0 (2024-10-07)
2
+
3
+ ### Feat
4
+
5
+ - add reranking (#20 )
6
+ - add LiteLLM and late chunking (#19 )
7
+ - add PostgreSQL support (#18 )
8
+ - make query adapter minimally invasive (#16 )
9
+ - upgrade default CPU model to Phi-3.5-mini (#15 )
10
+ - add evaluation (#14 )
11
+ - infer missing font sizes (#12 )
12
+ - automatically adjust number of RAG contexts (#10 )
13
+ - improve exception feedback for extraction (#9 )
14
+ - optimize config for CPU and GPU (#7 )
15
+ - simplify document insertion (#6 )
16
+ - implement basic features (#2 )
17
+ - initial commit
18
+
19
+ ### Fix
20
+
21
+ - lazily import optional dependencies (#11 )
22
+ - improve indexing of multiple documents (#8 )
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
4
4
5
5
[tool .poetry ] # https://python-poetry.org/docs/pyproject/
6
6
name = " raglite"
7
- version = " 0.0 .0"
7
+ version = " 0.1 .0"
8
8
description = " A Python package for Retrieval-Augmented Generation (RAG) with SQLite or PostgreSQL."
9
9
authors = [" Laurent Sorber <laurent@superlinear.eu>" ]
10
10
readme = " README.md"
You can’t perform that action at this time.
0 commit comments