Skip to content

Commit 5cdde98

Browse files
authored
chore: Cloudron embeddings server instructions (baserow#4938)
1 parent c69ce2f commit 5cdde98

3 files changed

Lines changed: 25 additions & 1 deletion

File tree

deploy/cloudron/CloudronManifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "io.baserow.cloudronapp",
33
"title": "Baserow",
4-
"author": "Bram Wiepjes",
4+
"author": "Baserow",
55
"description": "file://DESCRIPTION.md",
66
"tagline": "Collaborate on any form of data",
77
"website": "https://baserow.io",
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"id": "io.baserow.embeddings",
3+
"title": "Baserow Embeddings",
4+
"author": "Baserow",
5+
"description": "file://DESCRIPTION.md",
6+
"tagline": "Embeddings server for the AI assistant docs lookup.",
7+
"website": "https://baserow.io",
8+
"contactEmail": "bram@baserow.io",
9+
"tags": ["no-code", "nocode", "database", "data", "collaborate", "airtable"],
10+
"version": "2.1.4",
11+
"healthCheckPath": "/api/_health/",
12+
"httpPort": 80,
13+
"memoryLimit": 1000000,
14+
"manifestVersion": 2
15+
}
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
```
2+
cloudron install -l embeddings.{YOUR_DOMAIN} --image baserow/embeddings:1.0.0
3+
```
4+
5+
In the Baserow app in Cloudron do:
6+
7+
```
8+
cloudron env set BASEROW_EMBEDDINGS_API_URL=https://embeddings.{YOUR_DOMAIN}
9+
```

0 commit comments

Comments
 (0)