Commit Graph

10 Commits

Author SHA1 Message Date
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