File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed
llama-index-integrations/embeddings/llama-index-embeddings-upstage/llama_index/embeddings/upstage Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -45,10 +45,6 @@ def get_engine(model) -> Tuple[Any, Any]:
45
45
class UpstageEmbedding (OpenAIEmbedding ):
46
46
"""
47
47
Class for Upstage embeddings.
48
-
49
- Args:
50
- model_name (str): Model for embedding.
51
- Defaults to "solar-1-mini-embedding".
52
48
"""
53
49
54
50
additional_kwargs : Dict [str , Any ] = Field (
@@ -57,7 +53,7 @@ class UpstageEmbedding(OpenAIEmbedding):
57
53
58
54
api_key : str = Field (description = "The Upstage API key." )
59
55
api_base : Optional [str ] = Field (
60
- default = DEFAULT_UPSTAGE_API_BASE , description = "The base URL for OpenAI API."
56
+ default = DEFAULT_UPSTAGE_API_BASE , description = "The base URL for Upstage API."
61
57
)
62
58
dimensions : Optional [int ] = Field (
63
59
None ,
You can’t perform that action at this time.
0 commit comments