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