From f95c4cbbe5cd5685079a9f50fca98655c905aae3 Mon Sep 17 00:00:00 2001 From: Dev Khant Date: Wed, 9 Apr 2025 12:04:39 +0530 Subject: [PATCH] Update MAKEFILE (#2517) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c2189736..9460b0a9 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,7 @@ install_all: poetry install poetry run pip install groq together boto3 litellm ollama chromadb weaviate weaviate-client sentence_transformers vertexai \ google-generativeai elasticsearch opensearch-py vecs pinecone pinecone-text faiss-cpu langchain-community \ - upstash-vector + upstash-vector azure-search-documents # Format code with ruff format: