This commit is contained in:
+14
-11
@@ -1,16 +1,19 @@
|
||||
[project]
|
||||
name = "agent-s-rag-pamyatyu"
|
||||
[tool.poetry]
|
||||
name = "rag-agent"
|
||||
version = "0.1.0"
|
||||
description = "Agent with RAG memory using Qdrant and Ollama"
|
||||
description = "RAG agent using Ollama embeddings and Qdrant vector store."
|
||||
authors = ["Your Name <you@example.com>"]
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.9"
|
||||
packages = [{include = "src"}]
|
||||
|
||||
[project.dependencies]
|
||||
langchain = ">=0.1.0"
|
||||
langchain-qdrant = ">=0.1.0"
|
||||
langchain-ollama = ">=0.1.0"
|
||||
python-dotenv = ">=1.0.0"
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.10"
|
||||
langchain = "0.2.0"
|
||||
langchain-community = "0.2.0"
|
||||
qdrant-client = "1.8.0"
|
||||
openai = "1.12.0"
|
||||
python-dotenv = "1.0.0"
|
||||
|
||||
[build-system]
|
||||
requires = ["setuptools>=42", "wheel"]
|
||||
build-backend = "setuptools.build_meta"
|
||||
requires = ["poetry-core"]
|
||||
build-backend = "poetry.core.masonry.api"
|
||||
Reference in New Issue
Block a user