Retriever only finds first ever inserted document? #5425
Replies: 2 comments
-
What happens if you increase top_k? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Not sure, what happened here. It seems after waiting a bit, the instances are found. Maybe its just a delay on the pinecone end. |
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.
-
I was following this https://docs.pinecone.io/docs/haystack#initializing-the-pineconedocumentstore instructions, only that I added a single almost empty doc in the beginning. I then added more docs, step by step to the index.
Then retriever only ever finds the first document, not the ones added on a later stage. Am I missing something?
'content' was the content of the first item that i had created.
Beta Was this translation helpful? Give feedback.
All reactions