Commit Graph

27 Commits

Author SHA1 Message Date
Iván Martínez e74a11119c Show ingestion logs in readme 2023-05-20 12:15:13 +02:00
Iván Martínez a86641cdec Readme small fixes following review and formatting 2023-05-20 11:22:45 +02:00
abhiruka f8805c80f8 Update as per the feedback.
- moved args parser inside main
- assigned empty list to docs.
- Updated README.md.
2023-05-20 07:40:05 +08:00
abhiruka 9fb7f07e3c "Refactored main function to take hide_source and mute_stream parameters for controlling output. Added argparse for command-line argument parsing. StreamingStdOutCallbackHandler and source document display are now optional based on user input. Introduced parse_arguments function to handle command-line arguments. Also, updated README.md to reflect these changes." 2023-05-19 23:18:31 +08:00
Iván Martínez ad64589c8f
Merge pull request #231 from milescattini/patch-1
Add fix for clang install of non m1 mac
2023-05-18 23:51:36 +02:00
milescattini 2360728fab
Fix Typo in Mac on Intel 2023-05-18 18:02:54 +10:00
Fabio Rossini Sluzala 652401cf29
Add the formats to the README.md 2023-05-17 13:53:46 -03:00
milescattini 380b119581
Add fix for clang install of non m1 mac 2023-05-17 11:48:35 +10:00
Iván Martínez bf3bddfbb6 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-17 00:55:21 +02:00
Iván Martínez 8a5b2f453b Use faster and better embeddings: sentenceTransformers 2023-05-17 00:19:21 +02: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
Iván Martínez 5a695e9767
Merge pull request #93 from katojunichi893/main
Update README.md
2023-05-14 10:55:12 +02:00
katojunichi893 9c3832c156 Update README.md 2023-05-14 17:36:40 +09:00
Koushik 2dac62c5aa
fixed a typo 2023-05-14 10:26:13 +05:30
ひかる 24e464f51b
Update README.md 2023-05-14 04:18:17 +09:00
Andrea Pinto 718b67715c note on instructions for .env 2023-05-12 11:15:51 +02:00
alxspiker 39d00b840d
Update README.md 2023-05-11 15:05:07 -06:00
alxspiker 9722ef4356
Update README.md 2023-05-11 15:01:57 -06:00
alxspiker 51f01d850a
Update README.md 2023-05-11 14:53:10 -06:00
alxspiker 52ae6c0866 .env + LlamaCpp + PDF/CSV + Ingest All
.env

Added an env file to make configuration easier

LlamaCpp

Added support for LlamaCpp in .env (MODEL_TYPE=LlamaCpp)

PDF/CSV

Added support for PDF and CSV files.

Ingest All

All files in source_documents will automatically get stored in vector store based on their file type when running ingest, no longer need a path argument.
2023-05-11 14:24:39 -06:00
Max e3769a060e
Fix typo in README.md 2023-05-10 08:17:39 -04:00
Iván Martínez 75a1141743
Update README.md
Reflect the updated execution flow
2023-05-08 23:49:54 +02:00
Iván Martínez 34cb82c784
Update README.md 2023-05-08 23:47:09 +02:00
Iván Martínez ab30465be7
Update README.md
Add demo screenshot
2023-05-08 23:44:43 +02:00
Iván Martínez 92244a90b4 Use a different text splitter to improve results. Ingest takes an argument pointing to the doc to ingest. 2023-05-05 17:32:31 +02:00
Iván martínez 77447e50c0 Complete readme. Fixed reference in gpt4all_j wrapper 2023-05-02 20:33:16 +02:00
Iván Martínez 51dae80058
Initial commit 2023-05-02 11:15:31 +02:00