Skip to content

Commit 8aa4469

Browse files
authored
Merge branch 'main' into ck-020
2 parents ba9c0dc + b12b432 commit 8aa4469

File tree

5 files changed

+204
-23
lines changed

5 files changed

+204
-23
lines changed

Diff for: .github/workflows/spellcheck.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
- name: Checkout
99
uses: actions/checkout@v3
1010
- name: Check Spelling
11-
uses: rojopolis/spellcheck-github-actions@0.29.0
11+
uses: rojopolis/spellcheck-github-actions@0.33.0
1212
with:
1313
config_path: .github/spellcheck-settings.yml
1414
task_name: Markdown

Diff for: aredis_om/__init__.py

+2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
FindQuery,
99
HashModel,
1010
JsonModel,
11+
VectorFieldOptions,
12+
KNNExpression,
1113
NotFoundError,
1214
QueryNotSupportedError,
1315
QuerySyntaxError,

Diff for: aredis_om/model/__init__.py

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
Field,
55
HashModel,
66
JsonModel,
7+
VectorFieldOptions,
8+
KNNExpression,
79
NotFoundError,
810
RedisModel,
911
)

0 commit comments

Comments
 (0)