-
Notifications
You must be signed in to change notification settings - Fork 258
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] Remote File Storage for Prompt Studio #827
Conversation
backend/utils/file_storage/helpers/prompt_studio_file_helper.py
Outdated
Show resolved
Hide resolved
backend/utils/file_storage/helpers/prompt_studio_file_helper.py
Outdated
Show resolved
Hide resolved
backend/prompt_studio/prompt_studio_core_v2/prompt_studio_helper.py
Outdated
Show resolved
Hide resolved
backend/prompt_studio/prompt_studio_core_v2/prompt_studio_helper.py
Outdated
Show resolved
Hide resolved
backend/prompt_studio/prompt_studio_core_v2/prompt_studio_helper.py
Outdated
Show resolved
Hide resolved
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
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.
Looks good.
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.
Added comments to revert changes on platform-service sdk upgrade.
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.
Looks fine
|
|
What
PR under progress and will be pushing changes itratively.
Includes the following,
...
Why
To support application for k8 deployement
...
How
Including implementation of FS APIs from SDK.
...
Can this PR break any existing features. If yes, please list possible items. If no, please explain why. (PS: Admins do not merge the PR without this section filled)
Most of the pieces are under feature flag and deprecations, but since it is a breaking change, we can expect regressions in corner cases.
...
Database Migrations
Not applicable.
...
Env Config
Not applicable.
...
Related Issues or PRs
Notes on Testing
Screenshots
Run and indexing - with feature flag enabled
![Screenshot from 2024-11-21 17-59-04](https://private-user-images.githubusercontent.com/115449948/389824421-9e271842-cf64-4218-9e60-47e36d35514d.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg5NDc3OTgsIm5iZiI6MTczODk0NzQ5OCwicGF0aCI6Ii8xMTU0NDk5NDgvMzg5ODI0NDIxLTllMjcxODQyLWNmNjQtNDIxOC05ZTYwLTQ3ZTM2ZDM1NTE0ZC5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjA3JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIwN1QxNjU4MThaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT0yOTc5MmU5MTU0ZTkxZTA1OTgzM2VkMjM1ODIzN2JhMTU1NmE2MWViNmVmYjEwMjU3Mzc4MTZjZjVmMGZlNWE0JlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.MLhn_fFRIAon4Z7nslH5vYLe430YtvGb_WE8sFyeaJU)
Indexing
![Screenshot from 2024-11-20 23-43-16](https://private-user-images.githubusercontent.com/115449948/389824570-b63415e9-9d5f-4ad9-93e0-eb294b3fd5e5.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg5NDc3OTgsIm5iZiI6MTczODk0NzQ5OCwicGF0aCI6Ii8xMTU0NDk5NDgvMzg5ODI0NTcwLWI2MzQxNWU5LTlkNWYtNGFkOS05M2UwLWViMjk0YjNmZDVlNS5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjA3JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIwN1QxNjU4MThaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT0wNTJlOGU2NDA0ZTZlNmM3N2ZiMmI4NjlmNDhkNGVmZjMxNDEyNmQxOWZhMzgxMTQ3ODE1Y2NkMjU4ZDRhYTNmJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.0KAzEr1gtoeMycqRf1SgoEayVy-GEvLOcEtGnfDsJZM)
Checklist
I have read and understood the Contribution Guidelines.