You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A document will have many paragraphs.
You create embedings for each line.
Pinecone will send the top 100 matching lines.
lines will have the metadata of which paragrah its part of
You do a group_by on the paragraph_ids.
take the top 5 para and their nearby paras
pass this to gpt.
The text was updated successfully, but these errors were encountered:
A document will have many paragraphs.
You create embedings for each line.
Pinecone will send the top 100 matching lines.
lines will have the metadata of which paragrah its part of
You do a group_by on the paragraph_ids.
take the top 5 para and their nearby paras
pass this to gpt.
The text was updated successfully, but these errors were encountered: