Skip to content

Commit

Permalink
fix template, update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
riccardobl committed Apr 19, 2024
1 parent 6498bc8 commit 2c5fe4e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -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}}
Expand Down

0 comments on commit 2c5fe4e

Please sign in to comment.