diff --git a/index.yaml b/index.yaml index 64fc41f02887dc2eca59a0ddb4d01e0727de632d..f5130d5d609f6e8e2b8ae8d729ab711ce4af507a 100644 --- a/index.yaml +++ b/index.yaml @@ -59,6 +59,11 @@ tags: - gpu - Embeddings +- url: https://gitlab.kit.edu/kit/aifb/BIS/infrastruktur/localai/localai-model-gallery/-/raw/main/text-embedding-3-large.yaml + name: text-embedding-3-large + tags: + - gpu + - Embeddings - url: https://gitlab.kit.edu/kit/aifb/BIS/infrastruktur/localai/localai-model-gallery/-/raw/main/gpt-4-turbo.yaml name: gpt-4-turbo diff --git a/text-embedding-3-large.yaml b/text-embedding-3-large.yaml new file mode 100644 index 0000000000000000000000000000000000000000..5818bc00dc81e4dad8efd8cb45d8b47ff748c5b1 --- /dev/null +++ b/text-embedding-3-large.yaml @@ -0,0 +1,11 @@ +name: "text-embedding-3-large" +description: | + Usually a model specially made for embeddings. +config_file: | + parameters: + model: "nvidia/NV-Embed-v2" + backend: sentencetransformers + embeddings: true + name: "text-embedding-3-large" + trust_remote_code: true +