From da6b0d21255c1dcc9f13ab1cbd381728ccda79bf Mon Sep 17 00:00:00 2001 From: Crizomb <62544756+Crizomb@users.noreply.github.com> Date: Wed, 17 Apr 2024 00:35:16 +0200 Subject: [PATCH 1/4] Create README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..bd58f9b --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +pdf ai but free and open-source +work in progress From de7be80062bfdd718b387c462944b4c2d092ad53 Mon Sep 17 00:00:00 2001 From: Crizomb <62544756+Crizomb@users.noreply.github.com> Date: Wed, 17 Apr 2024 01:08:03 +0200 Subject: [PATCH 2/4] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index bd58f9b..6ca7c76 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,7 @@ pdf ai but free and open-source work in progress + +early test : + +https://github.com/Crizomb/ai_pdf/assets/62544756/c7d71cc5-a18a-460c-a39c-63953e6e6a10 + From df3c5cdfdf7352397973f316d769716eab4e9ac9 Mon Sep 17 00:00:00 2001 From: Crizomb <62544756+Crizomb@users.noreply.github.com> Date: Thu, 18 Apr 2024 02:47:30 +0200 Subject: [PATCH 3/4] Update README.md --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index 6ca7c76..e03496b 100644 --- a/README.md +++ b/README.md @@ -5,3 +5,18 @@ early test : https://github.com/Crizomb/ai_pdf/assets/62544756/c7d71cc5-a18a-460c-a39c-63953e6e6a10 +### TODO + +- [] Option tabs + - [] menu to select different embedding models, add default chunk size for each models + - [] menu to select pytorch acceleration (cuda etc...) + - [] menu to change api client + +- [] LaTex support + - [] handle LaTex file + - [] flat latex directory to single file to handle directory + - [] add pdf to latex tab for easy conversion of math pdf into readble math for LLM + +- [] Add references text box, to show references used by the models + + From 6c9381ad12de5b3503c9eaf1d437cf0d1222243d Mon Sep 17 00:00:00 2001 From: Crizomb <62544756+Crizomb@users.noreply.github.com> Date: Thu, 18 Apr 2024 02:47:59 +0200 Subject: [PATCH 4/4] Update README.md --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index e03496b..ed6cc4a 100644 --- a/README.md +++ b/README.md @@ -7,16 +7,16 @@ https://github.com/Crizomb/ai_pdf/assets/62544756/c7d71cc5-a18a-460c-a39c-63953e ### TODO -- [] Option tabs - - [] menu to select different embedding models, add default chunk size for each models - - [] menu to select pytorch acceleration (cuda etc...) - - [] menu to change api client +- [ ] Option tabs + - [ ] menu to select different embedding models, add default chunk size for each models + - [ ] menu to select pytorch acceleration (cuda etc...) + - [ ] menu to change api client -- [] LaTex support - - [] handle LaTex file - - [] flat latex directory to single file to handle directory - - [] add pdf to latex tab for easy conversion of math pdf into readble math for LLM +- [ ] LaTex support + - [ ] handle LaTex file + - [ ] flat latex directory to single file to handle directory + - [ ] add pdf to latex tab for easy conversion of math pdf into readble math for LLM -- [] Add references text box, to show references used by the models +- [ ] Add references text box, to show references used by the models