1.0 Release

This commit is contained in:
2026-03-05 20:07:35 +00:00
parent e4a2dd7bf2
commit 58f20856fd
15 changed files with 1208 additions and 1002 deletions
+1 -3
View File
@@ -1,18 +1,16 @@
[project]
name = "dungeon-masters-vault"
version = "0.1.0"
version = "1.0.0"
description = "RAG application to help you with your DnD Notes."
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"dspy>=3.1.2",
"faiss-cpu>=1.13.2",
"langchain>=1.2.7",
"langchain-community>=0.4.1",
"langchain-text-splitters>=1.1.0",
"python-dotenv>=1.2.1",
"pyturso>=0.4.3",
"sentence-transformers>=5.2.2",
]
[tool.ruff]