enable ollama service for test-vectorstores jobs
This commit is contained in:
@@ -204,6 +204,11 @@ jobs:
|
||||
|
||||
test-vectorstores:
|
||||
runs-on: ubuntu-latest
|
||||
services:
|
||||
ollama:
|
||||
image: ollama/ollama:latest
|
||||
ports:
|
||||
- 11434:11434
|
||||
env:
|
||||
DOCKER_QUIET: 1 # Suppresses Docker CLI progress output
|
||||
TESTCONTAINERS_QUIET: true # Additional quieting for testcontainers
|
||||
|
||||
Reference in New Issue
Block a user