Files
rag_chat/pyproject.toml
gameloader 618c2ec209
Some checks failed
Build and Push Docker / build-and-push (push) Has been cancelled
feat(memory): integrate Mem0 for enhanced conversational memory
2025-10-12 16:36:41 +08:00

20 lines
446 B
TOML

[project]
name = "haystack"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.10"
dependencies = [
"fastapi>=0.115.12",
"haystack-ai>=2.12.1",
"huggingface-hub>=0.30.2",
"mem0ai>=0.1.118",
"milvus-haystack>=0.0.15",
"pydantic>=2.11.3",
"pymilvus>=2.5.6",
"uvicorn>=0.34.0",
]
[[tool.uv.index]]
url = "https://pypi.tuna.tsinghua.edu.cn/simple"
default = true