Skip to content

Commit

Permalink
Merge pull request #1646 from amit-ksh/update-embedder-type
Browse files Browse the repository at this point in the history
Add null to Embedder type
  • Loading branch information
mdubus authored Apr 22, 2024
2 parents b017fca + b26075e commit f2f9b18
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/types/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -359,6 +359,7 @@ export type Embedder =
| OpenAiEmbedder
| HuggingFaceEmbedder
| UserProvidedEmbedder
| null

export type Embedders = Record<string, Embedder> | null

Expand Down

0 comments on commit f2f9b18

Please sign in to comment.