Replies: 1 comment 5 replies
-
To limit the number of rows returned by
This configuration ensures that only the top 5 rows are returned by the retriever [1][2]. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is there a way to put a limit on the number of rows returned by NLSQLRetriever.retrieve? Say I always want only top 5 rows of the result set to be returned.
Beta Was this translation helpful? Give feedback.
All reactions