limcheekin commited on
Commit
e536e21
1 Parent(s): 8d4d615

feat: updated to bge-large-en-v1.5 model

Browse files
Files changed (3) hide show
  1. Dockerfile +1 -2
  2. README.md +5 -5
  3. index.html +6 -6
Dockerfile CHANGED
@@ -1,5 +1,5 @@
1
  # Define global args
2
- ARG MODEL="BAAI/bge-small-en-v1.5"
3
 
4
  FROM debian:bullseye-slim AS build-image
5
 
@@ -24,7 +24,6 @@ FROM python:3.11-slim
24
  # Include global args in this stage of the build
25
  ARG MODEL
26
  ENV MODEL=${MODEL}
27
- ENV NORMALIZE_EMBEDDINGS=1
28
  ENV TRANSFORMERS_CACHE="/tmp/transformers_cache"
29
  # Set environment variable for the host
30
  ENV HOST=0.0.0.0
 
1
  # Define global args
2
+ ARG MODEL="BAAI/bge-large-en-v1.5"
3
 
4
  FROM debian:bullseye-slim AS build-image
5
 
 
24
  # Include global args in this stage of the build
25
  ARG MODEL
26
  ENV MODEL=${MODEL}
 
27
  ENV TRANSFORMERS_CACHE="/tmp/transformers_cache"
28
  # Set environment variable for the host
29
  ENV HOST=0.0.0.0
README.md CHANGED
@@ -1,19 +1,19 @@
1
  ---
2
- title: BAAI/bge-small-en-v1.5 OpenAI API-Compatible Endpoint
3
  emoji: 👁
4
  colorFrom: gray
5
  colorTo: pink
6
  sdk: docker
7
  models:
8
- - BAAI/bge-small-en-v1.5
9
  tags:
10
  - inference api
11
  - openai-api compatible
12
  - open-text-embeddings
13
- - bge-small-en-v1.5
14
  pinned: false
15
  ---
16
 
17
- # BAAI/bge-small-en-v1.5 OpenAI API-Compatible Endpoint
18
 
19
- Please refer to the [main screen](https://huggingface.co/spaces/limcheekin/bge-small-en-v1.5) for more information.
 
1
  ---
2
+ title: BAAI/bge-large-en-v1.5 embeddings endpoint
3
  emoji: 👁
4
  colorFrom: gray
5
  colorTo: pink
6
  sdk: docker
7
  models:
8
+ - BAAI/bge-large-en-v1.5
9
  tags:
10
  - inference api
11
  - openai-api compatible
12
  - open-text-embeddings
13
+ - bge-large-en-v1.5
14
  pinned: false
15
  ---
16
 
17
+ # BAAI/bge-large-en-v1.5 OpenAI API-Compatible Endpoint
18
 
19
+ Please refer to the [main screen](https://huggingface.co/spaces/limcheekin/bge-large-en-v1.5) for more information.
index.html CHANGED
@@ -1,10 +1,10 @@
1
  <!DOCTYPE html>
2
  <html>
3
  <head>
4
- <title>BAAI/bge-small-en-v1.5 OpenAI API-Compatible Endpoint</title>
5
  </head>
6
  <body>
7
- <h1>BAAI/bge-small-en-v1.5 OpenAI API-Compatible Endpoint</h1>
8
  <p>
9
  With the utilization of the
10
  <a href="https://pypi.org/project/open-text-embeddings/"
@@ -18,14 +18,14 @@
18
  <ul>
19
  <li>
20
  The API endpoint:
21
- <a href="https://limcheekin-bge-small-en-v1-5.hf.space/v1"
22
- >https://limcheekin-bge-small-en-v1-5.hf.space/v1</a
23
  >
24
  </li>
25
  <li>
26
  The API doc:
27
- <a href="https://limcheekin-bge-small-en-v1-5.hf.space/docs"
28
- >https://limcheekin-bge-small-en-v1-5.hf.space/docs</a
29
  >
30
  </li>
31
  </ul>
 
1
  <!DOCTYPE html>
2
  <html>
3
  <head>
4
+ <title>BAAI/bge-large-en-v1.5 OpenAI API-Compatible Endpoint</title>
5
  </head>
6
  <body>
7
+ <h1>BAAI/bge-large-en-v1.5 OpenAI API-Compatible Endpoint</h1>
8
  <p>
9
  With the utilization of the
10
  <a href="https://pypi.org/project/open-text-embeddings/"
 
18
  <ul>
19
  <li>
20
  The API endpoint:
21
+ <a href="https://limcheekin-bge-large-en-v1-5.hf.space/v1"
22
+ >https://limcheekin-bge-large-en-v1-5.hf.space/v1</a
23
  >
24
  </li>
25
  <li>
26
  The API doc:
27
+ <a href="https://limcheekin-bge-large-en-v1-5.hf.space/docs"
28
+ >https://limcheekin-bge-large-en-v1-5.hf.space/docs</a
29
  >
30
  </li>
31
  </ul>