Skip to content

Commit

Permalink
add more embedding functions
Browse files Browse the repository at this point in the history
  • Loading branch information
lfoppiano committed Nov 21, 2024
1 parent 0eafdba commit 5f93f80
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion streamlit_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@
'SFR-Embedding-Mistral': 'Salesforce/SFR-Embedding-Mistral',
'SFR-Embedding-2_R': 'Salesforce/SFR-Embedding-2_R',
'NV-Embed': 'nvidia/NV-Embed-v1',
'e5-mistral-7b-instruct': 'intfloat/e5-mistral-7b-instruct'
'e5-mistral-7b-instruct': 'intfloat/e5-mistral-7b-instruct',
'gte-large-en-v1.5': 'Alibaba-NLP/gte-large-en-v1.5'
}

if 'rqa' not in st.session_state:
Expand Down

0 comments on commit 5f93f80

Please sign in to comment.