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
I would like to add custom metadata to chunks when saved to pinecone with Pipeline.from_configs.
Following the 'Custom meta data extraction ...' notebook on this page, I added a step which add my custom metadata to the files in the work subfolder 'embed', however, on trying to Save to pinecone they are lost, the provided example doesn't seem to apply.
I would like to add custom metadata to chunks when saved to pinecone with Pipeline.from_configs.
Following the 'Custom meta data extraction ...' notebook on this page, I added a step which add my custom metadata to the files in the work subfolder 'embed', however, on trying to Save to pinecone they are lost, the provided example doesn't seem to apply.
Where
add_custom_metadata()
injects the custom fields into documents there, which works nicely.What is the recommended way to add custom metadata for saving to Pinecone?
The text was updated successfully, but these errors were encountered: