Openai and maybe other embeddings models supports ...
# koog-agentic-framework
b
Openai and maybe other embeddings models supports matryoshka embeddings (so, you could pass desired dimensions of the vector: https://platform.openai.com/docs/api-reference/embeddings/create) Does koog supports this and how? I want to use v3 large open ai model, but don't want to store 3072 dimensions embeddings Also
TextEmbeddingAda3Large
and
TextEmbeddingAda3Small
should be renamed to
TextEmbedding3Large
and
TextEmbedding3Small
p
HI Unfortunately, this is not supported yet. I'll create issues based on your message. You're welcome to submit corresponding PR
b
Thank you, Pavel