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
dataprep: support air gapped env for redis/qdrant/milvus DB (#1492)
- Enhance dataprep to be able to run in the air gapped environment.
- Add documentionation of how to run dataprep in the air gapped
environment.
Related to bug #1488.
Signed-off-by: Lianhao Lu <[email protected]>
Copy file name to clipboardExpand all lines: comps/dataprep/README.md
+17Lines changed: 17 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -64,3 +64,20 @@ For details, please refer to this [readme](src/README_finance.md)
64
64
## Dataprep Microservice with MariaDB Vector
65
65
66
66
For details, please refer to this [readme](src/README_mariadb.md)
67
+
68
+
## Running in the air gapped environment
69
+
70
+
The following steps are common for running the dataprep microservice in an air gapped environment (a.k.a. environment with no internet access), for all DB backends.
71
+
72
+
1. Download the following models, e.g. `huggingface-cli download --cache-dir <model data directory> <model>`
0 commit comments