diff --git a/Makefile b/Makefile index 7e61ed8a..31b69c50 100644 --- a/Makefile +++ b/Makefile @@ -13,7 +13,7 @@ install: install_all: poetry install poetry run pip install groq together boto3 litellm ollama chromadb sentence_transformers vertexai \ - google-generativeai + google-generativeai elasticsearch # Format code with ruff format: