Skip to content

Commit

Permalink
🚨 Increase Weaviate score threshold once again
Browse files Browse the repository at this point in the history
  • Loading branch information
asim-shrestha committed Jun 7, 2023
1 parent 2739b63 commit 00769bd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ async def create_tasks_agent(
with self.agent_memory as memory:
for task in tasks:
similar_tasks = memory.get_similar_tasks(
task, score_threshold=0.97 # TODO: Once we use ReAct, revisit
task, score_threshold=0.98 # TODO: Once we use ReAct, revisit
)

# Check if similar tasks are found
Expand Down

0 comments on commit 00769bd

Please sign in to comment.