Skip to content

Commit

Permalink
fixes typo (#1169)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jensssen authored Sep 14, 2024
1 parent d061af6 commit 2f2812e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -512,7 +512,7 @@ client.create_payload_index(
collection_name="{collection_name}",
field_name="group_id",
field_schema=models.KeywordIndexParams(
type="keywprd",
type="keyword",
is_tenant=True,
),
)
Expand Down

0 comments on commit 2f2812e

Please sign in to comment.