Spaces:
Runtime error
Runtime error
limcheekin
commited on
Commit
•
7a605a6
1
Parent(s):
e536e21
feat: updated to e5-large-v2 model
Browse files- Dockerfile +1 -1
- README.md +5 -5
- index.html +6 -6
Dockerfile
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
# Define global args
|
2 |
-
ARG MODEL="
|
3 |
|
4 |
FROM debian:bullseye-slim AS build-image
|
5 |
|
|
|
1 |
# Define global args
|
2 |
+
ARG MODEL="intfloat/e5-large-v2"
|
3 |
|
4 |
FROM debian:bullseye-slim AS build-image
|
5 |
|
README.md
CHANGED
@@ -1,19 +1,19 @@
|
|
1 |
---
|
2 |
-
title:
|
3 |
emoji: 👁
|
4 |
colorFrom: gray
|
5 |
colorTo: pink
|
6 |
sdk: docker
|
7 |
models:
|
8 |
-
-
|
9 |
tags:
|
10 |
- inference api
|
11 |
- openai-api compatible
|
12 |
- open-text-embeddings
|
13 |
-
-
|
14 |
pinned: false
|
15 |
---
|
16 |
|
17 |
-
#
|
18 |
|
19 |
-
Please refer to the [main screen](https://huggingface.co/spaces/limcheekin/
|
|
|
1 |
---
|
2 |
+
title: intfloat/e5-large-v2 embeddings endpoint
|
3 |
emoji: 👁
|
4 |
colorFrom: gray
|
5 |
colorTo: pink
|
6 |
sdk: docker
|
7 |
models:
|
8 |
+
- intfloat/e5-large-v2
|
9 |
tags:
|
10 |
- inference api
|
11 |
- openai-api compatible
|
12 |
- open-text-embeddings
|
13 |
+
- e5-large-v2
|
14 |
pinned: false
|
15 |
---
|
16 |
|
17 |
+
# intfloat/e5-large-v2 OpenAI API-Compatible Endpoint
|
18 |
|
19 |
+
Please refer to the [main screen](https://huggingface.co/spaces/limcheekin/e5-large-v2) for more information.
|
index.html
CHANGED
@@ -1,10 +1,10 @@
|
|
1 |
<!DOCTYPE html>
|
2 |
<html>
|
3 |
<head>
|
4 |
-
<title>
|
5 |
</head>
|
6 |
<body>
|
7 |
-
<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-
|
22 |
-
>https://limcheekin-
|
23 |
>
|
24 |
</li>
|
25 |
<li>
|
26 |
The API doc:
|
27 |
-
<a href="https://limcheekin-
|
28 |
-
>https://limcheekin-
|
29 |
>
|
30 |
</li>
|
31 |
</ul>
|
|
|
1 |
<!DOCTYPE html>
|
2 |
<html>
|
3 |
<head>
|
4 |
+
<title>intfloat/e5-large-v2 OpenAI API-Compatible Endpoint</title>
|
5 |
</head>
|
6 |
<body>
|
7 |
+
<h1>intfloat/e5-large-v2 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-e5-large-v2.hf.space/v1"
|
22 |
+
>https://limcheekin-e5-large-v2.hf.space/v1</a
|
23 |
>
|
24 |
</li>
|
25 |
<li>
|
26 |
The API doc:
|
27 |
+
<a href="https://limcheekin-e5-large-v2.hf.space/docs"
|
28 |
+
>https://limcheekin-e5-large-v2.hf.space/docs</a
|
29 |
>
|
30 |
</li>
|
31 |
</ul>
|