OpenAIEmbedding
Property | Pattern | Type | Deprecated | Definition | Title/Description |
---|---|---|---|---|---|
+ implementation | No | const | No | - | Implementation |
- model | No | string | No | - | Model |
- connection_handler | No | Reference[OpenAIConnectionHandler] | No | - | - |
1. Property implementation
Title: Implementation
Type | const |
Required | Yes |
Specific value: "OpenAIEmbedding"
2. Property model
Title: Model
Type | string |
Required | No |
Default | "text-embedding-ada-002" |
Description: The name of the model to use.
3. Property connection_handler
Type | Reference[OpenAIConnectionHandler] |
Required | No |
Default | {"implementation": "OpenAIConnectionHandler"} |