Update README.md

This commit is contained in:
alxspiker 2023-05-11 15:01:57 -06:00 committed by GitHub
parent 51f01d850a
commit 9722ef4356
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@ MODEL_TYPE: supports LlamaCpp or GPT4All
PERSIST_DIRECTORY: is the folder you want your vectorstore in
LLAMA_EMBEDDINGS_MODEL: Path to your LlamaCpp supported embeddings model
MODEL_PATH: Path to your GPT4All or LlamaCpp supported LLM
N_CTX: Maximum token limit for both embeddings and LLM models
```
Then, download the 2 models and place them in a directory of your choice (Ensure to update your .env with the model paths):