adding phrase matching to ebook rag engen #36

Merged
Richie merged 36 commits from feature/adding-phrase-matching-to-ebook-rag-engen into main 2026-07-25 10:17:10 -04:00
Showing only changes of commit c852f9136a - Show all commits
+3 -1
View File
@@ -25,7 +25,7 @@ dependencies = [
"pydantic",
"pydantic-settings",
"python-multipart",
"sqlalchemy",
"sqlalchemy[asyncio]",
"tenacity",
"tiktoken",
"tinytuya",
@@ -41,8 +41,10 @@ whisper-transcribe = "python.tools.whisper.transcribe:main"
[dependency-groups]
dev = [
"aiosqlite",
"mypy",
"pyfakefs",
"pytest-asyncio",
"pytest-cov",
"pytest-mock",
"pytest-xdist",