From fbbf3d7cccc8b298e3307d4da9c35cf79ce73eae Mon Sep 17 00:00:00 2001 From: emrgnt-cmplxty Date: Mon, 30 Sep 2024 22:24:11 -0700 Subject: [PATCH] fix embedding --- docs/documentation/configuration/ingestion/embedding.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/documentation/configuration/ingestion/embedding.mdx b/docs/documentation/configuration/ingestion/embedding.mdx index bb139e593..e5db525ec 100644 --- a/docs/documentation/configuration/ingestion/embedding.mdx +++ b/docs/documentation/configuration/ingestion/embedding.mdx @@ -50,7 +50,7 @@ Support for any of the embedding providers listed below is provided through Lite ``` Supported models include: - text-embedding-3-small - - text-embedding-3-small + - text-embedding-3-large - text-embedding-ada-002 For detailed usage instructions, refer to the [LiteLLM OpenAI Embedding documentation](https://docs.litellm.ai/docs/embedding/supported_embedding#openai-embedding-models).