We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ba9c0dc + b12b432 commit 8aa4469Copy full SHA for 8aa4469
.github/workflows/spellcheck.yml
@@ -8,7 +8,7 @@ jobs:
8
- name: Checkout
9
uses: actions/checkout@v3
10
- name: Check Spelling
11
- uses: rojopolis/spellcheck-github-actions@0.29.0
+ uses: rojopolis/spellcheck-github-actions@0.33.0
12
with:
13
config_path: .github/spellcheck-settings.yml
14
task_name: Markdown
aredis_om/__init__.py
@@ -8,6 +8,8 @@
FindQuery,
HashModel,
JsonModel,
+ VectorFieldOptions,
+ KNNExpression,
NotFoundError,
QueryNotSupportedError,
15
QuerySyntaxError,
aredis_om/model/__init__.py
@@ -4,6 +4,8 @@
4
Field,
5
6
7
RedisModel,
)
0 commit comments