Blame view

requirements_embedding_service.txt 409 Bytes
07cf5a93   tangwang   START_EMBEDDING=...
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
  # Isolated dependencies for embedding service (.venv-embedding)
  #
  # Notes:
  # - Keep this environment isolated from main .venv.
  # - setuptools<82 is required by clip_client/jina/hubble dependency chain.
  
  fastapi>=0.100.0
  uvicorn[standard]>=0.23.0
  pydantic>=2.0.0
  requests>=2.31.0
  numpy>=1.24.0
  pyyaml>=6.0
  
  # Image backend via clip-as-service client
  setuptools<82
  jina>=3.12.0
  docarray[common]>=0.19.0,<0.30.0