From bc846742c90fcb751eec4b33484243303e6c4a8a Mon Sep 17 00:00:00 2001 From: lonpatovaadelina Date: Tue, 26 May 2026 22:18:59 +0000 Subject: [PATCH] =?UTF-8?q?=D0=90=D0=B3=D0=B5=D0=BD=D1=82=20=D1=81=20RAG-?= =?UTF-8?q?=D0=BF=D0=B0=D0=BC=D1=8F=D1=82=D1=8C=D1=8E:=20requirements.txt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../requirements.txt | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 solutions/6a02e23da6fe2e4ac16acf65_Агент_с_RAG-памятью/requirements.txt diff --git a/solutions/6a02e23da6fe2e4ac16acf65_Агент_с_RAG-памятью/requirements.txt b/solutions/6a02e23da6fe2e4ac16acf65_Агент_с_RAG-памятью/requirements.txt new file mode 100644 index 0000000..051dc9f --- /dev/null +++ b/solutions/6a02e23da6fe2e4ac16acf65_Агент_с_RAG-памятью/requirements.txt @@ -0,0 +1,21 @@ +langchain>=1.0.0 +fastapi==0.110.0 +uvicorn==0.29.0 +python-dotenv==1.0.1 +requests==2.32.3 +pandas==2.2.2 +numpy==1.26.4 +openai==1.40.0 +tiktoken==0.7.0 +transformers==4.44.0 +faiss-cpu==1.8.0 +chromadb==0.5.5 +sentence-transformers==3.0.1 +pydantic==2.7.4 +fastapi-utils==0.2.1 +httpx==0.27.0 +aiofiles==24.1.0 +python-multipart==0.0.9 +jinja2==3.1.4 +starlette==0.37.2 +typing-extensions==4.12.2 \ No newline at end of file