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
Iván Martínez
60225698b6
Merge pull request #35 from R-Y-M-R/Fix/urllib3
...
Add urllib3 fix to requirements.txt
2023-05-11 14:32:28 +02: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
2841fe45e1
Merge pull request #22 from 0mlml/patch-1
...
Fix typo in README.md
2023-05-10 14:52:11 +02:00
Max
e3769a060e
Fix typo in README.md
2023-05-10 08:17:39 -04:00
Iván Martínez
026b9f895c
Use RecursiveCharacterTextSplitter to avoid llama_tokenize: too many tokens error during ingestion
2023-05-09 00:21:02 +02: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
bdd8c8748b
Update dependencies. Remove custom gpt4all_j wrapper.
2023-05-08 23:41:57 +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
a05186b598
Merge pull request #3 from mkinney/main
...
pin pygptj
2023-05-04 08:33:15 +02:00
Mike Kinney
5128704a8e
pin pygptj
2023-05-03 23:29:31 -07: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
55338b8f6e
End-to-end working version
2023-05-02 20:32:28 +02:00
Iván Martínez
51dae80058
Initial commit
2023-05-02 11:15:31 +02:00