From 2aa4c7c5de5fad74deda0f30abad052fc3aa4239 Mon Sep 17 00:00:00 2001 From: zoujiwen Date: Mon, 31 Mar 2025 15:21:44 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8A=E4=BC=A0=E6=96=87=E4=BB=B6=E8=87=B3?= =?UTF-8?q?=20/?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- requirements.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 requirements.txt diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..bdf96cf --- /dev/null +++ b/requirements.txt @@ -0,0 +1,10 @@ +spacy=3.7.5 +langchain==0.3.9 +langchain-community==0.3.18 +langchain-huggingface==0.1.2 +faiss-gpu-cu12==1.9.0.post1 +langchain-openai==0.3.5 +fastapi +uvicorn==0.32.1 + +