qdrant / qdrant/fastembed

[Feature]: specify output to use for custom models

Open
#530 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Python
Stars
3.2k
Forks
249
Avg merge
4d 8h
Merged PRs (30d)
4

Description

What feature would you like to request?

it would be nice to have an optional parameter for custom models to specify which model output to use.

right now i'm using fastembed for testing qwen3, and to make the model fastembed compatible i have to remove the first model output from the graph since i can't specify which model output to use.

this could probably result in small performance gains too, since i assume doing pooling and normalization in optimized onnx (as is sometimes the case with the secondary output) should be slightly faster

Is there any additional information you would like to provide?

No response

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

No file or test is named. Start by tracing how fastembed loads custom models and selects model outputs; determine where an optional output selection can fit without changing existing behavior. Done means custom models can choose the intended output and existing models continue to work, with coverage for the new option.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
machine-learning
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.