Qwen3-Embedding-8B via vLLM pooling — 4096-dim embeddings for CCA code intelligence.
1.4K
Produces 4096-dimensional vector embeddings using Qwen3-Embedding-8B via vLLM pooling mode. Part of the CCA Full Stack.
Provides an OpenAI-compatible embeddings API for CCA's code intelligence system:
Built on vllm-dgx-spark-gb10 with vLLM's pooling runner configured for embedding generation.
docker run -d \
--gpus all \
--name qwen3-embedding \
-v /data/models:/models:ro \
-p 8200:8000 \
hellohal2064/cca-embedding-server:latest
Download Qwen3-Embedding-8B (~8GB) to your models directory.
# Generate embeddings (OpenAI-compatible)
curl http://localhost:8200/v1/embeddings \
-H "Content-Type: application/json" \
-d '{"input": "semantic search query", "model": "Qwen/Qwen3-Embedding-8B"}'
# Health check
curl http://localhost:8200/health
| Setting | Value |
|---|---|
| Model | Qwen3-Embedding-8B |
| Runner | pooling (embedding mode) |
| Dimensions | 4096 |
| Max context | 8192 tokens |
| GPU memory | 15% utilization |
| Attention | TRITON_ATTN |
| Load format | fastsafetensors |
This is one of 11 containers in the CCA full stack. See:
Content type
Image
Digest
sha256:c20501d70…
Size
11.3 GB
Last updated
6 months ago
docker pull hellohal2064/cca-embedding-server