Skip to content

Commit

Permalink
missed updating example.env
Browse files Browse the repository at this point in the history
  • Loading branch information
su77ungr authored May 16, 2023
1 parent 31570a1 commit 13cce0e
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions example.env
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Generic
MODEL_N_CTX=1024
TEXT_EMBEDDINGS_MODEL=all-MiniLM-L6-v2
TEXT_EMBEDDINGS_MODEL=sentence-transformers/all-MiniLM-L6-v2
TEXT_EMBEDDINGS_MODEL_TYPE=HF # LlamaCpp or HF
USE_MLOCK=true

Expand All @@ -12,8 +12,10 @@ INGEST_CHUNK_OVERLAP=50

# Generation
MODEL_TYPE=LlamaCpp # GPT4All or LlamaCpp
MODEL_PATH=models/ggml-vic7b-q5_1.bin
MODEL_PATH=eachadea/ggml-vicuna-7b-1.1/ggml-vic7b-q5_1.bin
MODEL_TEMP=0.8
MODEL_STOP=[STOP]
CHAIN_TYPE=stuff
N_GPU_LAYERS=1
N_RETRIEVE_DOCUMENTS=100 # How many documents to retrieve from the db
N_FORWARD_DOCUMENTS=6 # How many documents to forward to the LLM, chosen among those retrieved
N_GPU_LAYERS=4

0 comments on commit 13cce0e

Please sign in to comment.