From 68a90efba0d6575cb16ca4a2097b1493a6f91cd9 Mon Sep 17 00:00:00 2001 From: pavanmantha Date: Wed, 6 Nov 2024 17:56:13 +0530 Subject: [PATCH] -added deps for litserve --- bootstraprag/templates/qdrant/semantic_cache/requirements.txt | 3 ++- .../templates/qdrant/semantic_routing/requirements.txt | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/bootstraprag/templates/qdrant/semantic_cache/requirements.txt b/bootstraprag/templates/qdrant/semantic_cache/requirements.txt index 9ecd2cc..5cdab49 100644 --- a/bootstraprag/templates/qdrant/semantic_cache/requirements.txt +++ b/bootstraprag/templates/qdrant/semantic_cache/requirements.txt @@ -1,4 +1,5 @@ qdrant-client==1.12.0 python-dotenv==1.0.1 fastembed==0.4.1 -datasets==3.0.1 \ No newline at end of file +datasets==3.0.1 +litserve==0.2.4 \ No newline at end of file diff --git a/bootstraprag/templates/qdrant/semantic_routing/requirements.txt b/bootstraprag/templates/qdrant/semantic_routing/requirements.txt index 60885b2..5294598 100644 --- a/bootstraprag/templates/qdrant/semantic_routing/requirements.txt +++ b/bootstraprag/templates/qdrant/semantic_routing/requirements.txt @@ -1,2 +1,3 @@ semantic-router[qdrant] -python-dotenv==1.0.1 \ No newline at end of file +python-dotenv==1.0.1 +litserve==0.2.4 \ No newline at end of file