Support January 25, 2024, models update. (#644)

This commit is contained in:
Daniil
2024-01-26 00:41:48 -08:00
committed by GitHub
parent eff8dc1118
commit 4c41f24a99
2 changed files with 8 additions and 2 deletions

View File

@@ -34,7 +34,9 @@ const (
BabbageCodeSearchCode EmbeddingModel = "code-search-babbage-code-001"
BabbageCodeSearchText EmbeddingModel = "code-search-babbage-text-001"
AdaEmbeddingV2 EmbeddingModel = "text-embedding-ada-002"
AdaEmbeddingV2 EmbeddingModel = "text-embedding-ada-002"
SmallEmbedding3 EmbeddingModel = "text-embedding-3-small"
LargeEmbedding3 EmbeddingModel = "text-embedding-3-large"
)
// Embedding is a special format of data representation that can be easily utilized by machine