RAG / .env
Ahmadzei's picture
.
9007c8e
raw
history blame
583 Bytes
export TABLE_NAME=content_aware_chunking
export EMB_MODEL=sentence-transformers/all-MiniLM-L6-v2
export TOP_K=5
export HF_MODEL=mistralai/Mistral-7B-Instruct-v0.2 # mistralai/Mistral-7B-v0.1 # mistralai/Mixtral-8x7B-Instruct-v0.1
export OPENAI_MODEL=gpt-4-turbo-preview
export CROSS_ENC_MODEL=cross-encoder/ms-marco-MiniLM-L-6-v2
#### SECRETS ####
export OPENAI_API_KEY=
export HF_TOKEN=
################
export TEMPERATURE=
export MAX_NEW_TOKENS=
export TOP_P=
export REP_PENALTY=
export DO_SAMPLE=
export FREQ_PENALTY=
export VECTOR_COLUMN=
export TEXT_COLUMN=
export BATCH_SIZE=