From e96fd5d2693bc85e70f5d5c3bf46f67d4f88f737 Mon Sep 17 00:00:00 2001 From: Dev-Khant Date: Mon, 13 Jan 2025 20:07:48 +0530 Subject: [PATCH] update makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: