-
Notifications
You must be signed in to change notification settings - Fork 294
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add read signed url of the vector chunks #374
feat: add read signed url of the vector chunks #374
Conversation
0fefdae
to
53979fc
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Need clarity on two things:
- Need to update chunk metadata with document metadata, if any for all the parsers
- How does caching work for parsers with same extension but different config, as the caching key is the file extension.
|
@mnvsk97 - if you would check Another thing that is missing is, |
Resolved all the above mentioned points in the latest commits |
9a963b0
to
f3d8b5d
Compare
f3d8b5d
to
c3e20c1
Compare
feat: add read signed url of the vector chunks
read signed URL
of a data dir and local file path_signed_url
in the Q/A API response to enable UI to reference and provide links to the source files.MultiModalParser
__init__
langchain-openai
from0.1.20
to0.1.25
to fix issues introduced in feat: upgrade langchain libraries #371openai
andorjson