This issue has been created
There are 2 updates.
 
 
LLM AI Integration / cid:jira-generated-image-avatar-9d6ddf57-9a70-40a7-8942-e3adeb7fb012 LLMAI-106 Open

Add support for embedding model prompt prefixes

 
View issue   ยท   Add comment
 

Issue created

 
cid:jira-generated-image-avatar-1977c5b5-fd54-4bcf-8442-570eb2616edf Paul Pantiru created this issue on 01/Aug/24 18:45
 
Summary: Add support for embedding model prompt prefixes
Issue Type: cid:jira-generated-image-avatar-9d6ddf57-9a70-40a7-8942-e3adeb7fb012 New Feature
Affects Versions: 0.5.3
Assignee: Unassigned
Created: 01/Aug/24 18:45
Priority: cid:jira-generated-image-static-major-8d87103a-d703-4a6a-99ba-805c07ea3451 Major
Reporter: Paul Pantiru
Description:

Some language like
https://huggingface.co/mixedbread-ai/mxbai-embed-large-v1
and
https://huggingface.co/nomic-ai/nomic-embed-text-v1.5

Require special prompt prefixes for use cases like RAG to work better, so we need two more fields in the model configuration for injecting these prefixes: one for index and one for query.

 
 

2 updates

 
cid:jira-generated-image-avatar-1977c5b5-fd54-4bcf-8442-570eb2616edf Changes by Paul Pantiru on 01/Aug/24 18:45
 
Description: Some language embedding models like
https://huggingface.co/mixedbread-ai/mxbai-embed-large-v1
and
https://huggingface.co/nomic-ai/nomic-embed-text-v1.5

Require special prompt prefixes for use cases like RAG to work better, so we need two more fields in the model configuration for injecting these prefixes: one for index and one for query.
Assignee: Paul Pantiru