Why Docker?
The RAG pipeline uses BAAI/bge-small-en-v1.5 to embed financial summaries into vectors. This model runs in a lightweight Docker container so you don’t need to install PyTorch on the main server.Start the embedding server
Verify it’s running
Memory requirements
| Model | Memory |
|---|---|
| BAAI/bge-small-en-v1.5 | ~180 MB RAM |
| Docker overhead | ~100 MB |
| Total | ~280 MB |