mirror of
https://github.com/zylon-ai/private-gpt.git
synced 2025-12-22 07:40:12 +01:00
.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.
This commit is contained in:
parent
60225698b6
commit
52ae6c0866
4 changed files with 49 additions and 18 deletions
5
example.env
Normal file
5
example.env
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
PERSIST_DIRECTORY=db
|
||||
LLAMA_EMBEDDINGS_MODEL=models/ggml-model-q4_0.bin
|
||||
MODEL_TYPE=GPT4All
|
||||
MODEL_PATH=models/ggml-gpt4all-j-v1.3-groovy.bin
|
||||
MODEL_N_CTX=1000
|
||||
Loading…
Add table
Add a link
Reference in a new issue