From 74524d9d873e3a435343a2550595a97eb3d53b7d Mon Sep 17 00:00:00 2001 From: Saksham Dubey Date: Tue, 16 Jan 2024 18:49:10 +0530 Subject: [PATCH] added a example environment file. Environment file is missing in the code base. Here is the example file to set those environment variables. Use the command "copy example.env .env" to set those environment variables. --- example.env | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 example.env diff --git a/example.env b/example.env new file mode 100644 index 0000000..441ccce --- /dev/null +++ b/example.env @@ -0,0 +1,7 @@ +PERSIST_DIRECTORY=db +MODEL_TYPE=LlamaCpp +MODEL_PATH=C:\CasesGPT\Cases-GPT\models\nous-hermes-13b.ggmlv3.q4_0.bin +EMBEDDINGS_MODEL_NAME=all-mpnet-base-v2 +MODEL_N_CTX=1000 +MODEL_N_BATCH=1024 +TARGET_SOURCE_CHUNKS=3 \ No newline at end of file