Files
agent-s-rag-pamyatyu/pyproject.toml
T

16 lines
412 B
TOML

[project]
name = "rag-agent"
version = "0.1.0"
description = "Agent with RAG memory using LangChain 1.x, Qdrant, and Ollama."
requires-python = ">=3.10"
dependencies = [
"langchain==1.0.0",
"langchain-community==0.0.20",
"langchain-ollama==0.0.3",
"qdrant-client==1.0.0",
"python-dotenv==1.0.0",
]
[build-system]
requires = ["setuptools>=42", "wheel"]
build-backend = "setuptools.build_meta"