Skip to content

Commit e1f337d

Browse files
committed
pre-commit
1 parent b4a22b3 commit e1f337d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

engine/base_client/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
DETAILED_RESULTS = bool(int(os.getenv("DETAILED_RESULTS", False)))
1717

18-
18+
1919
class BaseClient:
2020
def __init__(
2121
self,

experiments/configurations/qdrant-vs-weaviate.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[
2-
{
2+
{
33
"name": "proposed-config-qdrant-bq-latency",
44
"engine": "qdrant",
55
"connection_params": { "timeout": 60 },

0 commit comments

Comments
 (0)