You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
helm: Enhance dataprep to support local embedding and getfile
- By setting TEI_EMBEDDING_ENDPOINT to empty and EMBED_MODEL to non-empty, data-prep can support local embedding.
- Support getfile and delete URL
Signed-off-by: Lianhao Lu <lianhao.lu@intel.com>
Copy file name to clipboardexpand all lines: helm-charts/common/data-prep/README.md
+32-3
Original file line number
Diff line number
Diff line change
@@ -4,14 +4,43 @@ Helm chart for deploying data-prep microservice.
4
4
5
5
data-prep will use redis and tei service, please specify the endpoints.
6
6
7
-
## Installing the Chart
7
+
## (Option1): Installing the chart separately:
8
8
9
-
To install the chart, run the following:
9
+
First, you need to install the tei and redis-vector-db chart, please refer to the [tei](../tei) and [redis-vector-db](../redis-vector-db) for more information.
10
+
11
+
After you've deployted the tei and redis-vector-db chart successfully, please run `kubectl get svc` to get the service endpoint and URL respectively, i.e. `http://tei`, `redis://redis-vector-db:6379`.
0 commit comments