Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Dimension Parameter to Azure OpenAI Vectorizer Client #1445

Open
Barabanga opened this issue Nov 29, 2024 · 1 comment
Open

Add Dimension Parameter to Azure OpenAI Vectorizer Client #1445

Barabanga opened this issue Nov 29, 2024 · 1 comment

Comments

@Barabanga
Copy link

The Azure OpenAI vectorizer lacks the dimension parameter (configure-the-vectorizer), which allows the use of custom dimensions for the embeddings it generates.
This feature seems to have already been implemented in Weaviate: weaviate/weaviate#5987.

@AlexMiasoiedov
Copy link

Same problem here. We're migrating embeddings with dimension 3072 from pgvector and getting error – distance between entrypoint and query node: 3072 vs 1536: vector lengths don\'t match.
Model: text-embedding-3-large

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants