This commit is contained in:
+7
-11
@@ -1,19 +1,15 @@
|
||||
[project]
|
||||
name = "agent-s-rag-pamyatyu"
|
||||
version = "0.1.0"
|
||||
description = "A simple RAG agent with interactive CLI using LangChain tools."
|
||||
authors = [
|
||||
{ name = "Artur Kuzakhmetov", email = "artur@example.com" }
|
||||
]
|
||||
description = "Agent with RAG memory using Qdrant and Ollama"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.8"
|
||||
dependencies = [
|
||||
"langchain>=0.0.0",
|
||||
"python-dotenv>=0.21.0"
|
||||
]
|
||||
requires-python = ">=3.9"
|
||||
|
||||
[project.scripts]
|
||||
agent-s-rag = "src.main:main"
|
||||
[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"]
|
||||
|
||||
Reference in New Issue
Block a user