mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-08-22 18:27:12 +00:00
style: format valkey error message
This commit is contained in:
@@ -119,7 +119,7 @@ class ValkeySearchVectorDatabase(VectorDatabase):
|
|||||||
def __init__(self, ap: app.Application):
|
def __init__(self, ap: app.Application):
|
||||||
if not VALKEY_SEARCH_AVAILABLE:
|
if not VALKEY_SEARCH_AVAILABLE:
|
||||||
raise ImportError(
|
raise ImportError(
|
||||||
"valkey-glide is not installed or is unavailable on this platform. "
|
'valkey-glide is not installed or is unavailable on this platform. '
|
||||||
"On Linux or macOS, install it with: pip install 'valkey-glide>=2.4.1,<3.0.0'"
|
"On Linux or macOS, install it with: pip install 'valkey-glide>=2.4.1,<3.0.0'"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user