Missing metadata when querying with ConversationalRetrievalQAChain #5116
Replies: 1 comment
-
To retrieve the full range of metadata from Pinecone when using
Ensure that your modifications are aligned with how your application is designed to ingest, retrieve, and display data. For specific implementation details, refer to the relevant parts of your codebase that deal with data retrieval and processing. For more guidance, you might want to look into the following parts of the LangChain documentation and source code:
This approach will help you access and utilize the full metadata available in Pinecone for your application. Sources
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Checked other resources
Commit to Help
Example Code
Description
Hello,
Langchain only return
loc.lines
,sourceURL
andtitle
, while there is a lot more metadata in pinecone.How to get all the metadata when querying?
Thank you
System Info
node v21.6.1
Beta Was this translation helpful? Give feedback.
All reactions