Skip to content

Commit

Permalink
add reranker model to baseline infinity service
Browse files Browse the repository at this point in the history
  • Loading branch information
jpetrucciani committed Jan 2, 2025
1 parent 5e2de66 commit 0e23017
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions hosts/modules/servers/infinity.nix
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ in
type = listOf str;
default = [
"nomic-ai/nomic-embed-text-v1.5"
"mixedbread-ai/mxbai-rerank-base-v1"
# check out the MTEB leaderboard!
### https://huggingface.co/spaces/mteb/leaderboard
# "jinaai/jina-embeddings-v3"
Expand Down
2 changes: 1 addition & 1 deletion hosts/terra/api.nix
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ let
oauth2client
peewee
psycopg2
pydrive2
# pydrive2

# server
fastapi
Expand Down

0 comments on commit 0e23017

Please sign in to comment.