From 2c5fe4ee12d5f274144ea176666dd9ff8dd15914 Mon Sep 17 00:00:00 2001 From: Riccardo Balbo Date: Fri, 19 Apr 2024 18:38:07 +0200 Subject: [PATCH] fix template, update deps --- requirements.txt | 2 +- src/main.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 99785e7..aa3ff82 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ grpcio==1.62.1 protobuf==5.26.1 -https://github.com/riccardobl/openagents-grpc-proto/releases/download/v0.5.1/openagents_grpc_proto-PYTHON.tar.gz +https://github.com/riccardobl/openagents-grpc-proto/releases/download/v0.6/openagents_grpc_proto-PYTHON.tar.gz faiss-cpu==1.8.0 numpy==1.21.2 \ No newline at end of file diff --git a/src/main.py b/src/main.py index a409106..d0f81fd 100644 --- a/src/main.py +++ b/src/main.py @@ -255,7 +255,7 @@ def getParamValue(key,default=None): "kind": {{meta.kind}}, "created_at": {{sys.timestamp_seconds}}, "tags": [ - ["param","run-on", "openagents/embeddings" ], + ["param","run-on", "openagents/search" ], ["param", "k", "{{in.k}}"], ["param", "normalize", "{{in.normalize}}"], {{#in.queries}}