From 1d7bbf52a97578c005bf17fa0bd24533967ba219 Mon Sep 17 00:00:00 2001 From: balabanovan530 <175+balabanovan530@noreply.localhost> Date: Tue, 26 May 2026 13:36:13 +0000 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=20=D1=84=D0=B0=D0=B9=D0=BB=20requirements.txt=20=D1=81?= =?UTF-8?q?=20=D0=B7=D0=B0=D0=B2=D0=B8=D1=81=D0=B8=D0=BC=D0=BE=D1=81=D1=82?= =?UTF-8?q?=D1=8F=D0=BC=D0=B8=20=D0=BF=D1=80=D0=BE=D0=B5=D0=BA=D1=82=D0=B0?= =?UTF-8?q?.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- requirements.txt | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 requirements.txt diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..b319070 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,15 @@ +# Core LangChain components +langchain>=1.0.0 +langchain-core>=1.1.0 + +# LLM and Embeddings via Ollama backend (using OpenAI compatibility layer) +langchain-ollama>=0.1.0 +openai>=1.0.0 # For the ChatOpenAI wrapper structure, even if using a local endpoint + +# Vector Store implementation +qdrant-client>=1.12.0 +langchain-qdrant>=0.1.0 + +# Utilities for chunking and document handling +pypdf>=3.0.0 +tiktoken>=0.7.0 \ No newline at end of file