From 11a66fa430d1d25b9dad921b23a89347c09efda2 Mon Sep 17 00:00:00 2001 From: tangwang Date: Thu, 25 Dec 2025 18:35:50 +0800 Subject: [PATCH] feat: add clip-as-service as git submodule (pinned to commit 03410570) --- .gitmodules | 3 +++ 1 file changed, 3 insertions(+), 0 deletions(-) create mode 100644 .gitmodules diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..8864893 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "third-party/clip-as-service"] + path = third-party/clip-as-service + url = https://github.com/jina-ai/clip-as-service.git -- libgit2 0.21.2