Embedding retriever, maximum results exceeded #3260
Unanswered
praveensonu
asked this question in
Questions
Replies: 1 comment
-
Hi @praveensonu , Could you provide some more details? E.g. Also by any chance, are you following this demo notebook? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I'm just playing around with haystack + weaviate.
I'm following an example and using harry potter data for the project.
at the embeddingretriever I'm getting an error maximum results exceeded.
Query results contain errors: [{'locations': [{'column': 6, 'line': 1}], 'message': 'explorer: list class: search: invalid pagination params: query maximum results exceeded', 'path': ['Get', 'Document']}]
the code is
Beta Was this translation helpful? Give feedback.
All reactions