[Feature Request]: change JinaEmbeddingFunction
to support jina-embeddings-v3
#3095
Labels
enhancement
New feature or request
Describe the problem
Hi, i was randomly browsing Chroma documentation, realised that the default embedding funfction (API integration) for JinaAI is still
jina-embeddings-v2
, can we update the default model to support jina-embeddings-v3? The advantage:This might need to introduce new parameters:
task
: choose lora adapter for specific downstream task for optimal performance.dimensions
: cut the embedding to maintain good performance while reduce storagelate_chunking
: get token embeddings, chunk token embeddings then apply pooling for better context-aware.note: i work for Jina AI.
Additional reading:
Describe the proposed solution
jina-embeddings-v2
withjina-embeddings-v3
.Alternatives considered
No response
Importance
nice to have
Additional Information
No response
The text was updated successfully, but these errors were encountered: