Feature/prompt studio document manager#78
Merged
Conversation
…tract into fix/prompt-studio-bug-fixes
…tract into fix/prompt-studio-bug-fixes
This reverts commit 35429b1.
This reverts commit 1e2921d.
This reverts commit 35429b1.
…pt-studio-document-manager
…b.com:Zipstack/unstract into feature/prompt-studio-document-manager
…://github.com/Zipstack/unstract into feat/new-design-for-wf-prompt-studio-adapters
…b.com:Zipstack/unstract into feature/prompt-studio-document-manager
Deepak-Kesavan
approved these changes
Mar 10, 2024
Contributor
|
@tahierhussain The migrations look good. |
nehabagdia
approved these changes
Mar 11, 2024
pk-zipstack
pushed a commit
that referenced
this pull request
Aug 20, 2025
* Implemented re-index * Fixed data persistence issue in the summarize modal * Reverted to the default background color of the PDF viewer * UI Improvements in Output Analyzer * Fixed issue with spaces in the prompt/notes card * Added loader to the submit button * Revert "FIX: Prompt Studio Bug Fixed (#65)" This reverts commit 35429b1. * Revert "Revert "FIX: Prompt Studio Bug Fixed (#65)"" This reverts commit 1e2921d. * Revert "FIX: Prompt Studio Bug Fixed (#65)" This reverts commit 35429b1. * Backend changes related to document manager * UI changes related to document manager * Index Manager and Document Manager changes * Code efficiency improvement in the document manager BE * UI changes to support document manager changes * implemented new design * Added API support for index manager * FE changes for showing the indexing status in the Manage Documents table * fixed prompt list not updated after adding new prompt * UI bug fixes and improvements * UI bug fixes * Optimized migrations * Modification in migrations * Code quality improvement --------- Co-authored-by: Neha <115609453+nehabagdia@users.noreply.github.com> Co-authored-by: Jaseem Jas <89440144+jaseemjaskp@users.noreply.github.com> Co-authored-by: jagadeeswaran-zipstack <jagadeeswaran@zipstack.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Why
Previously, we were not storing the index status. As a result, we were unable to display it in the UI. Because of the limited information, the user-experience in the prompt studio didn't feel great.
How
NA
Database Migrations
Made the following changes in DB migrations:
on_deletevalues toCASCADEwherever necessary.Env Config
NA
Relevant Docs
NA
Related Issues or PRs
NA
Dependencies Versions
NA
Notes on Testing
Two major things needed to be tested in this PR:
Here are some of the steps I followed to make sure if everything worked fine,
profile1.profile1.profile2.profile2.Screenshots
Checklist
I have read and understood the Contribution Guidelines.