You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I believe that with modern models search prefixes like "query: ..." or "document: ..." become obsolete eventually (e.g. that's already the case for some modernBERT-based models). Anyway if it's important to someone, feel free to open a PR.
Some embedding models require prefixes for retrieval like:
search_query:
for https://huggingface.co/nomic-ai/nomic-embed-text-v1.5Else, retrieval performance degrades.
Should be easy to add just before inferencing. Doesn't need heavy modifications in the current logic.
The text was updated successfully, but these errors were encountered: