adding phrase matching to ebook rag engen #36
+3
-1
@@ -25,7 +25,7 @@ dependencies = [
|
|||||||
"pydantic",
|
"pydantic",
|
||||||
"pydantic-settings",
|
"pydantic-settings",
|
||||||
"python-multipart",
|
"python-multipart",
|
||||||
"sqlalchemy",
|
"sqlalchemy[asyncio]",
|
||||||
"tenacity",
|
"tenacity",
|
||||||
"tiktoken",
|
"tiktoken",
|
||||||
"tinytuya",
|
"tinytuya",
|
||||||
@@ -41,8 +41,10 @@ whisper-transcribe = "python.tools.whisper.transcribe:main"
|
|||||||
|
|
||||||
[dependency-groups]
|
[dependency-groups]
|
||||||
dev = [
|
dev = [
|
||||||
|
"aiosqlite",
|
||||||
"mypy",
|
"mypy",
|
||||||
"pyfakefs",
|
"pyfakefs",
|
||||||
|
"pytest-asyncio",
|
||||||
"pytest-cov",
|
"pytest-cov",
|
||||||
"pytest-mock",
|
"pytest-mock",
|
||||||
"pytest-xdist",
|
"pytest-xdist",
|
||||||
|
|||||||
Reference in New Issue
Block a user