How to List Top 100 Chunks Retrieved from Pinecone #1924
Unanswered
mikehudson2
asked this question in
Q&A
Replies: 1 comment
-
You can't for now. But we do have some POC that enable you to do this, will update soon! |
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.
-
I want to query a Pinecone index with a TopK of 100 and save all 100 chunks to a local file text/CSV/excel file or failing that simply display the chunks on the screen. Obviously I don't want the chunks passed to the LLM as that would congest/fill its context window. How might I do this?
Beta Was this translation helpful? Give feedback.
All reactions