Skip to content

Commit ce08876

Browse files
Milvus-doc-botMilvus-doc-bot
authored andcommitted
Release new docs to master
1 parent ab9585e commit ce08876

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

v2.6.x/site/en/embeddings/embed-with-openai.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,10 @@ __Parameters__:
3838

3939
The API key for accessing the OpenAI API.
4040

41+
- __base_url__ (_string_)
42+
43+
The base URL for accessing the OpenAI API. The value defaults to __https://api.openai.com/v1__. However, if you are accessing a compatible API endpoint of a different model provider or a local vLLM instance, such as __http://localhost:8080/v1__, you can specify the URL here.
44+
4145
- __dimensions__ (_int_)
4246

4347
The number of dimensions the resulting output embeddings should have. Only supported in __text-embedding-3__ and later models.

0 commit comments

Comments
 (0)