16 lines
391 B
TOML
16 lines
391 B
TOML
[project]
|
|
name = "agent-s-rag-pamyatyu"
|
|
version = "0.1.0"
|
|
description = "Agent with RAG memory using Qdrant and Ollama"
|
|
readme = "README.md"
|
|
requires-python = ">=3.9"
|
|
|
|
[project.dependencies]
|
|
langchain = ">=0.1.0"
|
|
langchain-qdrant = ">=0.1.0"
|
|
langchain-ollama = ">=0.1.0"
|
|
python-dotenv = ">=1.0.0"
|
|
|
|
[build-system]
|
|
requires = ["setuptools>=42", "wheel"]
|
|
build-backend = "setuptools.build_meta" |