- Issue created by @jhedstrom
- @jhedstrom opened merge request.
- πΊπΈUnited States jhedstrom Portland, OR
Attaching a backport for 1.0.x too.
The current provider code doesn't take into account values set in the dimensions
config value. Some vector storage solutions (Solr for instance) have limits or values that are incompatible with the 1536
default value.
Set the value to 1024
and note that embeddings still come back at 1536
.
Take this value into account.
Active
1.1
Code
Attaching a backport for 1.0.x too.