mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2025-12-28 08:05:16 +08:00
Signed-off-by: wang.yuqi <noooop@126.com> Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> Co-authored-by: Cyrus Leung <cyrus.tl.leung@gmail.com>
68 lines
1.3 KiB
Markdown
68 lines
1.3 KiB
Markdown
# Pooling models
|
|
|
|
## Cohere rerank usage
|
|
|
|
```bash
|
|
python examples/online_serving/pooling/cohere_rerank_client.py
|
|
```
|
|
|
|
## Embedding requests base64 encoding_format usage
|
|
|
|
```bash
|
|
python examples/online_serving/pooling/embedding_requests_base64_client.py
|
|
```
|
|
|
|
## Embedding requests bytes encoding_format usage
|
|
|
|
```bash
|
|
python examples/online_serving/pooling/embedding_requests_bytes_client.py
|
|
```
|
|
|
|
## Jinaai rerank usage
|
|
|
|
```bash
|
|
python examples/online_serving/pooling/jinaai_rerank_client.py
|
|
```
|
|
|
|
## Multi vector retrieval usage
|
|
|
|
```bash
|
|
python examples/online_serving/pooling/multi_vector_retrieval_client.py
|
|
```
|
|
|
|
## Named Entity Recognition (NER) usage
|
|
|
|
```bash
|
|
python examples/online_serving/pooling/ner_client.py
|
|
```
|
|
|
|
## Openai chat embedding for multimodal usage
|
|
|
|
```bash
|
|
python examples/online_serving/pooling/openai_chat_embedding_client_for_multimodal.py
|
|
```
|
|
|
|
## Openai classification usage
|
|
|
|
```bash
|
|
python examples/online_serving/pooling/openai_classification_client.py
|
|
```
|
|
|
|
## Openai embedding usage
|
|
|
|
```bash
|
|
python examples/online_serving/pooling/openai_embedding_client.py
|
|
```
|
|
|
|
## Openai embedding matryoshka dimensions usage
|
|
|
|
```bash
|
|
python examples/online_serving/pooling/openai_embedding_matryoshka_fy.py
|
|
```
|
|
|
|
## Openai pooling usage
|
|
|
|
```bash
|
|
python examples/online_serving/pooling/openai_pooling_client.py
|
|
```
|