Skip to content

[Feature] Support text-embedding-3-large on index creation #62

@gbarba

Description

@gbarba

Is this your first time submitting a feature request?

  • I have searched the existing issues, and I could not find an existing issue for this feature
  • I am requesting a straightforward extension of existing functionality

Describe the feature

We want to create indexes using this OpenAI model.
We can do it manually but when we try to create them with terraform we got this issue:

{"status_code":400,"body":"{\"error\":{\"code\":\"INVALID_ARGUMENT\",\"message\":\"Model text-embedding-3-large not found. Supported models: 'llama-text-embed-v2', 'multilingual-e5-large', 'pinecone-sparse-english-v0'\"},\"status\":400}","error_code":"INVALID_ARGUMENT","message":"failed to configure index: Model text-embedding-3-large not found. Supported
│ models: 'llama-text-embed-v2', 'multilingual-e5-large', 'pinecone-sparse-english-v0'"}

Describe alternatives you've considered

No response

Who will this benefit?

No response

Are you interested in contributing this feature?

No response

Anything else?

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions