Commit Graph

5 Commits

Author SHA1 Message Date
ivan-ontruck ad661933cb Support n_batch to improve inference performance 2023-06-11 21:33:35 +02:00
maozdemir 2027ac563b
fix: Add `TARGET_SOURCE_CHUNKS` to `example.env`
@imartinez
2023-05-25 13:36:43 +03:00
impulsivus cf709a6b7a
feat: Get answers using preferred number of chunks 2023-05-24 21:16:58 +03:00
Iván Martínez 23d24c88e9 Update code to use sentence-transformers through huggingfaceembeddings 2023-05-17 00:32:41 +02: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