Skip to content

Commit

Permalink
fix: link refsforce Task Limit Improvements issue
Browse files Browse the repository at this point in the history
  • Loading branch information
sshivaditya committed Dec 23, 2024
1 parent b50fd87 commit ce2319a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/adapters/supabase/helpers/issues.ts
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ export class Issue extends SuperSupabase {
current_id: currentId,
query_embedding: embedding,
threshold,
top_k: 5,
top_k: 1500,
});
if (error) {
this.context.logger.error("Error finding similar issues", {
Expand Down

0 comments on commit ce2319a

Please sign in to comment.