Commit Graph

16 Commits

Author SHA1 Message Date
imClumsyPanda b674c9a524 fix bugs in pdf_loader.py and image_loader.py 2023-06-15 00:26:27 +08:00
imClumsyPanda a887df1715 add knowledge_base folder and move vector_store and content inside 2023-06-13 23:54:29 +08:00
imClumsyPanda a072905893 Merge branch 'master' into dev 2023-05-31 18:06:07 +08:00
imClumsyPanda 5c0c1eed93 update pdf_loader.py 2023-05-31 18:03:37 +08:00
keenzhu 8d4ef39c6c 添加RSS_loader.py用作从RSS订阅知识库 2023-05-26 18:43:55 +08:00
glide-the cf07c014c4 Build an abstract dialogue model using classes and methods to represent different dialogue elements.
This class serves as a fundamental framework for constructing dialogue models.
2023-05-26 01:47:29 +08:00
imClumsyPanda 5acea5e4fc update loaders 2023-05-21 23:52:35 +08:00
imClumsyPanda 14295392d0 update loader 2023-05-21 21:21:00 +08:00
imClumsyPanda 3712eec6a9 update pdf_loader.py 2023-05-21 15:05:35 +08:00
imClumsyPanda 6d1523728b update pdf_loader.py 2023-05-20 01:25:50 +08:00
imClumsyPanda e8a37ff4c7 update loader.py 2023-05-20 01:24:35 +08:00
imClumsyPanda 80854c4bcd update loaders 2023-05-13 12:36:48 +08:00
imClumsyPanda 6a273501ee update loaders 2023-05-13 11:16:51 +08:00
zhenkaivip d2716addd6
使用paddleocr实现实现UnstructuredPaddlePDFLoader和UnstructuredPaddleImageLoader (#344)
* jpg and png ocr

* fix

* write docs to tmp file

* fix

* image loader

* fix

* fix

* add pdf_loader

* fix

* update INSTALL.md

---------

Co-authored-by: imClumsyPanda <littlepanda0716@gmail.com>
2023-05-13 11:13:40 +08:00
imClumsyPanda 6e23253013 update pdf_loader.py and image_loader.py 2023-05-13 09:50:30 +08:00
zhenkaivip dd93837343
使用paddleocr实现 (#342)
* jpg and png ocr

* fix

* write docs to tmp file

* fix

* [BUGFIX] local_doc_qa.py line 172: logging have no end args. (#323)

* image loader

* fix

* fix

* update api.py

* update api.py

* update api.py

* update README.md

* update api.py

* add pdf_loader

* fix

---------

Co-authored-by: RainGather <3255329+RainGather@users.noreply.github.com>
Co-authored-by: imClumsyPanda <littlepanda0716@gmail.com>
2023-05-13 08:45:17 +08:00