Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions content/develop/ai/redisvl/0.9.1/api/reranker.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ query’s context.

#### `model_post_init(context, /)`

This function is meant to behave like a BaseModel method to initialise private attributes.
This function is meant to behave like a BaseModel method to initialize private attributes.

It takes context as an argument since that’s what pydantic-core passes when calling it.

Expand Down Expand Up @@ -167,7 +167,7 @@ in a manner that is potentially more relevant to the query’s context.

#### `model_post_init(context, /)`

This function is meant to behave like a BaseModel method to initialise private attributes.
This function is meant to behave like a BaseModel method to initialize private attributes.

It takes context as an argument since that’s what pydantic-core passes when calling it.

Expand Down Expand Up @@ -269,7 +269,7 @@ query’s context.

#### `model_post_init(context, /)`

This function is meant to behave like a BaseModel method to initialise private attributes.
This function is meant to behave like a BaseModel method to initialize private attributes.

It takes context as an argument since that’s what pydantic-core passes when calling it.

Expand Down
2 changes: 1 addition & 1 deletion content/develop/ai/redisvl/0.9.1/api/router.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ Get references for an existing route route.

#### `model_post_init(context, /)`

This function is meant to behave like a BaseModel method to initialise private attributes.
This function is meant to behave like a BaseModel method to initialize private attributes.

It takes context as an argument since that’s what pydantic-core passes when calling it.

Expand Down
2 changes: 1 addition & 1 deletion content/develop/ai/redisvl/0.9.1/api/vectorizer.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ Initialize the Hugging Face text vectorizer.

#### `model_post_init(context, /)`

This function is meant to behave like a BaseModel method to initialise private attributes.
This function is meant to behave like a BaseModel method to initialize private attributes.

It takes context as an argument since that’s what pydantic-core passes when calling it.

Expand Down
Loading