-
Notifications
You must be signed in to change notification settings - Fork 15.8k
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
Community[minor]: Added checksum in while send data to pebblo-cloud #23968
Community[minor]: Added checksum in while send data to pebblo-cloud #23968
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 1 Skipped Deployment
|
46c81c9
to
9ba1c11
Compare
88c2603
to
26ded36
Compare
a37ab73
to
8533c53
Compare
ab8b7a5
to
5bec230
Compare
e574421
to
d4f1a10
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.
LGTM
@eyurtsev Please review |
@eyurtsev @hwchase17 Can you pls help to review & land this PR? A significantly big enterprise user is waiting for this update. It is reviewed and signed off by pebblo maintainers. |
…angchain-ai#23968) - **Description:** - Updated checksum in doc metadata - Sending checksum and removing actual content, while sending data to `pebblo-cloud` if `classifier-location `is `pebblo-cloud` in `/loader/doc` API - Adding `pb_id` i.e. pebblo id to doc metadata - Refactoring as needed. - Sending `content-checksum` and removing actual content, while sending data to `pebblo-cloud` if `classifier-location `is `pebblo-cloud` in `prmopt` API - **Issue:** NA - **Dependencies:** NA - **Tests:** Updated - **Docs** NA --------- Co-authored-by: dristy.cd <[email protected]>
- Updated checksum in doc metadata
- Sending checksum and removing actual content, while sending data to
pebblo-cloud
ifclassifier-location
ispebblo-cloud
in/loader/doc
API- Adding
pb_id
i.e. pebblo id to doc metadata- Refactoring as needed.
- Sending
content-checksum
and removing actual content, while sending data topebblo-cloud
ifclassifier-location
ispebblo-cloud
inprmopt
API