Skip to content

Commit

Permalink
pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
generall committed Mar 17, 2024
1 parent b4a22b3 commit e1f337d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion engine/base_client/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

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


class BaseClient:
def __init__(
self,
Expand Down
2 changes: 1 addition & 1 deletion experiments/configurations/qdrant-vs-weaviate.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[
{
{
"name": "proposed-config-qdrant-bq-latency",
"engine": "qdrant",
"connection_params": { "timeout": 60 },
Expand Down

0 comments on commit e1f337d

Please sign in to comment.