add test cases for embeddings (#1829)

This commit is contained in:
Anusha Kondam
2024-09-13 06:36:51 -05:00
committed by GitHub
parent 47a8e677e9
commit f9634b4bf3
5 changed files with 252 additions and 1 deletions

View File

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