Skip to content

Commit

Permalink
Update agents-api/agents_api/common/nlp.py
Browse files Browse the repository at this point in the history
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
  • Loading branch information
Vedantsahai18 and ellipsis-dev[bot] authored Jan 14, 2025
1 parent 2f161f7 commit 6a07a54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion agents-api/agents_api/common/nlp.py
Original file line number Diff line number Diff line change
Expand Up @@ -272,4 +272,4 @@ def batch_text_to_tsvector_queries(
# Add to results set
results.add(queries)

return results
return list(results)

0 comments on commit 6a07a54

Please sign in to comment.