Add vertexai test cases (#1907)

This commit is contained in:
dbcontributions
2024-09-26 11:03:55 -05:00
committed by GitHub
parent 41be228e5c
commit 61dd5a5ea4
2 changed files with 120 additions and 1 deletions

View File

@@ -12,7 +12,7 @@ install:
install_all:
poetry install
poetry run pip install groq together boto3 litellm ollama chromadb sentence_transformers
poetry run pip install groq together boto3 litellm ollama chromadb sentence_transformers vertexai
# Format code with ruff
format: