From cc84d0776586fca7f3d926c050fac1ecb4f049eb Mon Sep 17 00:00:00 2001 From: jyong Date: Mon, 4 Mar 2024 15:08:52 +0800 Subject: [PATCH] add RAG test --- api/tests/integration_tests/.env.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/tests/integration_tests/.env.example b/api/tests/integration_tests/.env.example index 6aabab1cea..04abacf73d 100644 --- a/api/tests/integration_tests/.env.example +++ b/api/tests/integration_tests/.env.example @@ -66,4 +66,4 @@ JINA_API_KEY= OLLAMA_BASE_URL= # Mock Switch -MOCK_SWITCH=true \ No newline at end of file +MOCK_SWITCH=false \ No newline at end of file