.env.example
784 Bytes
WEKNORA_BASE_URL=http://localhost:8080/api/v1
WEKNORA_API_KEY=
WEKNORA_KB_ID=
WEKNORA_KB_NAME=ragas-eval-pilot
# MinerU HTTP parser. Use cpu, cuda, cuda:0, etc. according to the deployed
# MinerU backend.
MINERU_DEVICE=cpu
# Ragas generation and judge models. These are evaluation-side models, not the
# model configuration used by the WeKnora backend.
RAGAS_LLM_API_KEY=replace-me
RAGAS_LLM_BASE_URL=http://localhost:8000/v1
RAGAS_EMBEDDING_API_KEY=replace-me
RAGAS_EMBEDDING_BASE_URL=http://localhost:7997/v1
RAGAS_RERANKER_API_KEY=replace-me
RAGAS_RERANKER_BASE_URL=http://localhost:7998/v1
RAGAS_RERANKER_MODEL=replace-me
RAGAS_GENERATOR_MODEL=gpt-4o-mini
RAGAS_JUDGE_MODEL=gpt-4o-mini
RAGAS_EMBEDDING_MODEL=text-embedding-3-small
TESTSET_SIZE=50
REQUEST_INTERVAL_SECONDS=0.2