We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8dc7a0 commit 86bc984Copy full SHA for 86bc984
test2text/db/client.py
@@ -27,7 +27,7 @@ def _check_sqlite_version():
27
raise RuntimeError(
28
f"SQLite version {sqlite_version} is too old. "
29
f"Required version is {REQUIRED_SQLITE_VERSION}. "
30
- "Please upgrade SQLite in your system to use this feature."
+ "Please upgrade SQLite in your system to use test2text."
31
)
32
33
def __init__(self, file_path: PathParam, embedding_dim: int = 768):
0 commit comments