From 82f3e8d4615013ed6b7170b0e00e885da470a69d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E1=84=87=E1=85=A1=E1=86=A8=E1=84=80=E1=85=A7=E1=86=BC?= =?UTF-8?q?=E1=84=90=E1=85=A2?= Date: Wed, 30 Apr 2025 17:05:08 +0900 Subject: [PATCH 1/2] fix: update requirements.txt and .gitignore --- .gitignore | 3 ++- requirements.txt | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 34d9aae..4c03829 100644 --- a/.gitignore +++ b/.gitignore @@ -8,4 +8,5 @@ dist/ .venv/ test_lhm/ .cursorignore -.vscode \ No newline at end of file +.vscode +table_info_db diff --git a/requirements.txt b/requirements.txt index 0f1ecb0..706a953 100644 --- a/requirements.txt +++ b/requirements.txt @@ -17,3 +17,4 @@ langchain-google-genai>=2.1.3,<3.0.0 langchain-ollama>=0.3.2,<0.4.0 langchain-huggingface>=0.1.2,<0.2.0 clickhouse_driver +numpy<2.0 \ No newline at end of file From 8741a19c13ad2cdde6913f8bb541f7e2c15c0939 Mon Sep 17 00:00:00 2001 From: ehddnr301 Date: Mon, 5 May 2025 05:37:56 +0000 Subject: [PATCH 2/2] =?UTF-8?q?chore:=20.gitignore=EC=97=90=20ko=5Freranke?= =?UTF-8?q?r=5Flocal=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 4c03829..caebd49 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,4 @@ test_lhm/ .cursorignore .vscode table_info_db +ko_reranker_local \ No newline at end of file