mirror of
https://github.com/qdrant/fastembed.git
synced 2026-07-23 11:20:51 -05:00
* wip: design draft * Operators fix * Fix model inputs * Import from fastembed.late_interaction_multimodal * Fixed method misspelling * Tests, which do not run in CI Docstring improvements * Fix tests * Bump colpali to version v1.3 * Remove colpali v1.2 * Remove colpali v1.2 from tests * partial fix of change requests: descriptions docs black * query_max_length * black colpali * Added comment for EMPTY_TEXT_PLACEHOLDER * Review fixes * Removed redundant VISUAL_PROMPT_PREFIX * type fix + model info * new: add specific model path to colpali * fix: revert accidental renaming * fix: remove max_length from encode_batch * refactoring: remove redundant QUERY_MAX_LENGTH variable * refactoring: remove redundant document marker token id * fix: fix type hints, fix tests, handle single image path embed, rename model, update description * license: add gemma to NOTICE * fix: do not run colpali test in ci * fix: fix colpali test --------- Co-authored-by: d.rudenko <dmitrii.rudenko@qdrant.com>
23 lines
883 B
Plaintext
23 lines
883 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.
|
|
|
|
This distribution includes the following Google models, each with its respective license:
|
|
- vidore/colpali-v1.3
|
|
- License: gemma
|
|
|
|
Gemma is provided under and subject to the Gemma Terms of Use found at ai.google.dev/gemma/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.
|