Skip to content
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

Move editor dataset mappings to DB #720

Closed
3 tasks done
andresgutgon opened this issue Dec 13, 2024 · 1 comment
Closed
3 tasks done

Move editor dataset mappings to DB #720

andresgutgon opened this issue Dec 13, 2024 · 1 comment
Assignees
Labels
🐛 bug Something isn't working p1 High priority issues

Comments

@andresgutgon
Copy link
Contributor

andresgutgon commented Dec 13, 2024

What?

Now we persist dataset mapping of a prompt in Latitude Editor in local storage.
image

We want to persist this mapping in DB. this way is shared between all the users in the workspace

TODO

  • Move dataset mapping to the database as a JSONB in the document version table
  • Run in batch from editor does not persist the mapping 🐛
  • Run in batch from evaluation does not persist the mapping 🐛

Run in batch from the editor

image

Run in batch from evaluation

image

@andresgutgon andresgutgon added 🐛 bug Something isn't working p1 High priority issues labels Dec 13, 2024
@andresgutgon andresgutgon self-assigned this Dec 13, 2024
@andresgutgon andresgutgon moved this from Inbox to In Progress in Latitude LLM Roadmap Dec 13, 2024
@andresgutgon
Copy link
Contributor Author

PR: #734

@github-project-automation github-project-automation bot moved this from In Progress to Done in Latitude LLM Roadmap Dec 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 bug Something isn't working p1 High priority issues
Projects
Status: Done
Development

No branches or pull requests

1 participant