Skip to content

v0.0.3

Compare
Choose a tag to compare
@evilsocket evilsocket released this 27 Jun 12:09
· 40 commits to main since this release

CHANGELOG:

e547204 new: updated mini-rag dep
1855b49 misc: refactored agent setup in main
7c805e4 new: using mini-rag crate
3a01d99 new: moved rag to mini-rag crate
d352b12 misc: small fix or general refactoring i did not bother commenting
71bbc84 new: using bitcode serialization for rag
22dcf6f new: added persistency to rag
d77c0a0 fix: do not return error if document is already indexed in rag
45fcc7f fix: chunking is too slow
8b044fb added more documents for auto_rag
eda529c fix
b492384 new: reporting memory metrics
3fc8955 misc: small fix or general refactoring i did not bother commenting
ef6b94c some rag refactoring
ef3be3e misc: small fix or general refactoring i did not bother commenting
3634400 new: improved cosine similarity by parallelizing it with rayon
f226105 new: reporting final metrics on exit
054b34e misc: refactored VectorStore trait
787bfe4 misc: small fix or general refactoring i did not bother commenting
139088a misc: small fix or general refactoring i did not bother commenting
c0c562c removed unused model folder
29fdfc4 new: added new auto_rag documents for testing
d6f8fc5 new: added rayon parallelization for vector sorting
e03512f new: added rayon parallelization for vector search
501d09b misc: small fix or general refactoring i did not bother commenting
465f864 misc: small fix or general refactoring i did not bother commenting
55df1ac fix: fixed a condition where broken xml could panic the parser
c9a46fd misc: small fix or general refactoring i did not bother commenting
5706dfd misc: small fix or general refactoring i did not bother commenting
e3e8911 misc: small fix or general refactoring i did not bother commenting
a78704f new: implemented task and action level timeouts£
e74be02 new: added -E/--embedder argument to use a different model for embeddings
6b11625 new: fireworks integration (closes #12)
9219529 misc: small fix or general refactoring i did not bother commenting
469bea3 misc: small fix or general refactoring i did not bother commenting
c64b9c7 misc: small fix or general refactoring i did not bother commenting
63de595 misc: small fix or general refactoring i did not bother commenting
098e4de misc: small fix or general refactoring i did not bother commenting
71a7c96 various fixes
fca5ad1 new: working on autonomous retrieval augmented generation
3fcbbd2 new: embeddings generation capabilities implemented for openai and ollama generators
150ccd0 fix: minor serialization/system.prompt fixes
3a29392 misc: small fix or general refactoring i did not bother commenting
1679836 misc: small fix or general refactoring i did not bother commenting
2721576 merge
bd13972 docs: added example usages
66be834 Merge pull request #11 from eltociear/patch-1
1388c7d fix: handle unquoted characters in xml
1b77614 fix: trimming quotes from generator argument due to how /usr/bin/env passes them
7a5cbcb docs: update README.md