mirror of
https://github.com/imartinez/privateGPT.git
synced 2026-07-17 01:26:48 +00:00
.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.
5 lines
155 B
Bash
5 lines
155 B
Bash
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 |