mirror of
https://github.com/qdrant/fastembed.git
synced 2026-07-23 11:20:51 -05:00
* new: Added jina embedding v3 * refactor: Changed dim to int value * new: Updated notice * new: Extended text embedding with query embed and passage embed * fix: Fix lazy load in query and passage embed * tests: Added test for multitask embeddings * nit: Remove cache dir from tests * tests: Updated tests * improve: Improve task selection * fix: Fix ci * fix: Update fastembed/text/multitask_embedding.py Co-authored-by: George <george.panchuk@qdrant.tech> * Update fastembed/text/multitask_embedding.py Co-authored-by: George <george.panchuk@qdrant.tech> * fix: Pass task id using kwargs to parallel processor * tests: Added test for task assignment * prefer enums over ints * tests: Added test for parallel * improve: Updated model description * fix: Fix ci * fix: Fix ci * refactor: Refactor query_embed and passage_embed * tests: Added task propagation to parallel * refactor: Set default task as retrieval passage * chore: Update default task in tests --------- Co-authored-by: George <george.panchuk@qdrant.tech>
17 lines
651 B
Plaintext
17 lines
651 B
Plaintext
Copyright 2024 Qdrant
|
|
|
|
This product includes software developed by Qdrant
|
|
|
|
This distribution includes the following Jina AI models, each with its respective license:
|
|
- jinaai/jina-colbert-v2
|
|
- License: cc-by-nc-4.0
|
|
- jinaai/jina-reranker-v2-base-multilingual
|
|
- License: cc-by-nc-4.0
|
|
- jinaai/jina-embeddings-v3
|
|
- License: cc-by-nc-4.0
|
|
|
|
These models are developed by Jina (https://jina.ai/) and are subject to Jina AI's licensing terms.
|
|
|
|
Additional Notes:
|
|
This project also includes third-party libraries with their respective licenses. Please refer to the documentation of each library for details regarding its usage and licensing terms.
|