Skip to content

Commit 00769bd

Browse files
committed
🚨 Increase Weaviate score threshold once again
1 parent 2739b63 commit 00769bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

platform/reworkd_platform/web/api/agent/agent_service/open_ai_agent_service.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ async def create_tasks_agent(
119119
with self.agent_memory as memory:
120120
for task in tasks:
121121
similar_tasks = memory.get_similar_tasks(
122-
task, score_threshold=0.97 # TODO: Once we use ReAct, revisit
122+
task, score_threshold=0.98 # TODO: Once we use ReAct, revisit
123123
)
124124

125125
# Check if similar tasks are found

0 commit comments

Comments
 (0)