Commit Graph

21 Commits

Author SHA1 Message Date
Iván Martínez 0db5aebf2f Use chromadb max_batch_size public attribute 2023-09-25 11:42:16 +02:00
Iván Martínez 7b294ed31f Update dependencies. Upgrade chromadb integration. 2023-08-28 17:32:56 +02:00
NickHaven c07364ca58 Add_sentence_transformers_2.2.2_to_required 2023-08-18 14:59:04 -04:00
Iván Martínez 86c2dcfe1b Update dependencies 2023-07-20 13:12:01 +02:00
Brock Renninger c759aafa63 Update gpt4all to 0.3.4
gpt4all==0.3.2 was yanked according to https://pypi.org/project/gpt4all/#history
2023-06-13 14:32:19 -06:00
ivan-ontruck d1de57291e Update langchain and gpt4all dependencies 2023-06-11 21:14:21 +02:00
sj 05c7330643 Enhancement better performance for PDF loader 2023-06-07 23:51:05 +08:00
Iván Martínez 573c4363c4 Update LangChain to 0.0.177 and GPT4ALL bindings library 2023-05-23 12:42:27 +02:00
Iván Martínez 2f3aab9cfd Formatting fixes 2023-05-20 12:29:36 +02:00
jiangzhuo ba0dbe8d1c Add progress bar to load_documents function
Enhanced the load_documents() function by adding a progress bar using the tqdm library. This change improves user experience by providing real-time feedback on the progress of document loading. Now, users can easily track the progress of this operation, especially when loading a large number of documents.
2023-05-19 10:59:38 +09:00
Iván Martínez 1590c5890f Update requirements 2023-05-18 23:23:11 +02:00
Zeeshan Hassan Memon dd144bba16
pypandoc-binary replacing pandoc-binary 2023-05-17 11:27:43 +05:00
Iván Martínez 2217b5f0e3 More loaders, generic method
- Update the README with extra formats
- Add Powerpoint, requested in #138
- Add ePub requested in #138 comment - https://github.com/imartinez/privateGPT/pull/138#issuecomment-1549564535
- Update requirements
2023-05-16 23:58:58 +02:00
Andrea Pinto 7ae80e6629 add python-dotenv to requirements 2023-05-15 19:19:10 +02:00
Santhosh Solomon 6419d0aa1c
added library for parsing PDFs
pdfminer.six==20221105
2023-05-12 09:33:05 +05:30
R-Y-M-R 85528db743 Update langchain to 0.0.166
Tested.

Release: https://github.com/hwchase17/langchain/releases/tag/v0.0.166
2023-05-11 12:37:00 -04:00
R-Y-M-R 918b384e38 Update langchain and llama versions
Bumped versions in requirements.txt, tested OK.

langchain 0.0.165 release: https://github.com/hwchase17/langchain/releases/tag/v0.0.165

llama 0.1.48 release: https://github.com/abetlen/llama-cpp-python/releases/tag/v0.1.48
2023-05-11 09:50:40 -04:00
R-Y-M-R 54d14a6cb6 Resolve #17: Add urllib3 fix to requirements.txt
Applied fix from @abereghici to requirements.txt
2023-05-11 06:26:04 -04:00
Iván Martínez bdd8c8748b Update dependencies. Remove custom gpt4all_j wrapper. 2023-05-08 23:41:57 +02:00
Mike Kinney 5128704a8e pin pygptj 2023-05-03 23:29:31 -07:00
Iván martínez 55338b8f6e End-to-end working version 2023-05-02 20:32:28 +02:00