-
Notifications
You must be signed in to change notification settings - Fork 375
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
[FEATURE] custom-field-support #5422
Commits on Jul 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 743c945 - Browse repository at this point
Copy the full SHA 743c945View commit details -
Configuration menu - View commit details
-
Copy full SHA for ecf4ec3 - Browse repository at this point
Copy the full SHA ecf4ec3View commit details
Commits on Jul 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 40ce2f9 - Browse repository at this point
Copy the full SHA 40ce2f9View commit details
Commits on Jul 26, 2024
-
improvement: validate that records values with associated image field…
…s has correct URLs
Configuration menu - View commit details
-
Copy full SHA for ff4a913 - Browse repository at this point
Copy the full SHA ff4a913View commit details -
Configuration menu - View commit details
-
Copy full SHA for 047e8b0 - Browse repository at this point
Copy the full SHA 047e8b0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 183813f - Browse repository at this point
Copy the full SHA 183813fView commit details
Commits on Jul 31, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 558f016 - Browse repository at this point
Copy the full SHA 558f016View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1eecbeb - Browse repository at this point
Copy the full SHA 1eecbebView commit details -
[FEATURE]
argilla server
: Add support to image fields on search eng……ine (#5355) # Description <!-- Please include a summary of the changes and the related issue. Please also include relevant motivation and context. List any dependencies that are required for this change. --> This PR adds support to indexing datasets and records with image fields. Note: A datasets reindex is required with this change. **Type of change** <!-- Please delete options that are not relevant. Remember to title the PR according to the type of change --> - New feature (non-breaking change which adds functionality) **How Has This Been Tested** <!-- Please add some reference about how your feature has been tested. --> **Checklist** <!-- Please go over the list and make sure you've taken everything into account --> - I added relevant documentation - I followed the style guidelines of this project - I did a self-review of my code - I made corresponding changes to the documentation - I confirm My changes generate no new warnings - I have added tests that prove my fix is effective or that my feature works - I have added relevant notes to the CHANGELOG.md file (See https://keepachangelog.com/)
Configuration menu - View commit details
-
Copy full SHA for 9b83316 - Browse repository at this point
Copy the full SHA 9b83316View commit details -
Configuration menu - View commit details
-
Copy full SHA for 76ed6ab - Browse repository at this point
Copy the full SHA 76ed6abView commit details -
Configuration menu - View commit details
-
Copy full SHA for b96e876 - Browse repository at this point
Copy the full SHA b96e876View commit details
Commits on Aug 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 65a0cfc - Browse repository at this point
Copy the full SHA 65a0cfcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 719cf01 - Browse repository at this point
Copy the full SHA 719cf01View commit details -
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
Configuration menu - View commit details
-
Copy full SHA for 47e21f8 - Browse repository at this point
Copy the full SHA 47e21f8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 251c34c - Browse repository at this point
Copy the full SHA 251c34cView commit details
Commits on Aug 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4b5ebf3 - Browse repository at this point
Copy the full SHA 4b5ebf3View commit details -
Configuration menu - View commit details
-
Copy full SHA for d3ed033 - Browse repository at this point
Copy the full SHA d3ed033View commit details -
Configuration menu - View commit details
-
Copy full SHA for d8286e9 - Browse repository at this point
Copy the full SHA d8286e9View commit details -
Configuration menu - View commit details
-
Copy full SHA for d507a95 - Browse repository at this point
Copy the full SHA d507a95View commit details -
Configuration menu - View commit details
-
Copy full SHA for bcdebd1 - Browse repository at this point
Copy the full SHA bcdebd1View commit details -
Configuration menu - View commit details
-
Copy full SHA for c5f7c55 - Browse repository at this point
Copy the full SHA c5f7c55View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7c5a8f8 - Browse repository at this point
Copy the full SHA 7c5a8f8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 47781e7 - Browse repository at this point
Copy the full SHA 47781e7View commit details -
Merge branch 'feat/add-image-field-support' into feat/argilla/add-sup…
…port-to-create-image-fields
Configuration menu - View commit details
-
Copy full SHA for 21bbd51 - Browse repository at this point
Copy the full SHA 21bbd51View commit details
Commits on Aug 6, 2024
-
[FEATURE]
argilla
: add support to create image fields (#5372)# Description <!-- Please include a summary of the changes and the related issue. Please also include relevant motivation and context. List any dependencies that are required for this change. --> This PR adds support to work with image fields using the SDK. ## TODO (as separate PRs) - [ ] Add documentation section - [ ] Verify behavior using from/to_hub methods - [ ] Add tooling to read data URLs from image files/folders (based on logic defined in `image_to_html`) - [ ] Add some media type validation (supported image types) - [ ] [Optional] Add tooling to re-scale images. The lower the image sizes, the better the UI work. We can define a transparent re-scaling process to support large images (currently the limit size in the backend is 5MB for data URL) **Type of change** <!-- Please delete options that are not relevant. Remember to title the PR according to the type of change --> - New feature (non-breaking change which adds functionality) **How Has This Been Tested** <!-- Please add some reference about how your feature has been tested. --> **Checklist** <!-- Please go over the list and make sure you've taken everything into account --> - I added relevant documentation - I followed the style guidelines of this project - I did a self-review of my code - I made corresponding changes to the documentation - I confirm My changes generate no new warnings - I have added tests that prove my fix is effective or that my feature works - I have added relevant notes to the CHANGELOG.md file (See https://keepachangelog.com/) --------- Co-authored-by: José Francisco Calvo <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7e5136d - Browse repository at this point
Copy the full SHA 7e5136dView commit details
Commits on Aug 8, 2024
-
Update argilla-server/src/argilla_server/search_engine/commons.py
Co-authored-by: David Berenstein <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a919626 - Browse repository at this point
Copy the full SHA a919626View commit details -
Configuration menu - View commit details
-
Copy full SHA for d97a8f2 - Browse repository at this point
Copy the full SHA d97a8f2View commit details -
Configuration menu - View commit details
-
Copy full SHA for e775766 - Browse repository at this point
Copy the full SHA e775766View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9730793 - Browse repository at this point
Copy the full SHA 9730793View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7afcb27 - Browse repository at this point
Copy the full SHA 7afcb27View commit details -
Merge branch 'feat/add-image-field-support' of https://github.com/arg…
…illa-io/argilla into feat/add-image-field-support
Configuration menu - View commit details
-
Copy full SHA for a510ff1 - Browse repository at this point
Copy the full SHA a510ff1View commit details -
Configuration menu - View commit details
-
Copy full SHA for e4b66be - Browse repository at this point
Copy the full SHA e4b66beView commit details -
Configuration menu - View commit details
-
Copy full SHA for fd0b1d6 - Browse repository at this point
Copy the full SHA fd0b1d6View commit details -
This PR close this issue: #5278 --------- Co-authored-by: Leire Aguirre <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9226b52 - Browse repository at this point
Copy the full SHA 9226b52View commit details -
[FEATURE] [SERVER] chat field support server (#5377)
# Description This PR adds support for a chat field to the server. **Type of change** <!-- Please delete options that are not relevant. Remember to title the PR according to the type of change --> - New feature (non-breaking change which adds functionality) **How Has This Been Tested** <!-- Please add some reference about how your feature has been tested. --> Tests are updated **Checklist** <!-- Please go over the list and make sure you've taken everything into account --> - I added relevant documentation - I followed the style guidelines of this project - I did a self-review of my code - I made corresponding changes to the documentation - I confirm My changes generate no new warnings - I have added tests that prove my fix is effective or that my feature works - I have added relevant notes to the CHANGELOG.md file (See https://keepachangelog.com/) --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: David Berenstein <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 988862b - Browse repository at this point
Copy the full SHA 988862bView commit details -
Configuration menu - View commit details
-
Copy full SHA for fbfae98 - Browse repository at this point
Copy the full SHA fbfae98View commit details
Commits on Aug 9, 2024
-
[FEATURE] [SDK] chat field support sdk (#5378)
# Description <!-- Please include a summary of the changes and the related issue. Please also include relevant motivation and context. List any dependencies that are required for this change. --> This PR implements chat field support on the SDK. **Type of change** <!-- Please delete options that are not relevant. Remember to title the PR according to the type of change --> - Bug fix (non-breaking change which fixes an issue) - New feature (non-breaking change which adds functionality) - Breaking change (fix or feature that would cause existing functionality to not work as expected) - Refactor (change restructuring the codebase without changing functionality) - Improvement (change adding some improvement to an existing functionality) - Documentation update **How Has This Been Tested** <!-- Please add some reference about how your feature has been tested. --> **Checklist** <!-- Please go over the list and make sure you've taken everything into account --> - I added relevant documentation - I followed the style guidelines of this project - I did a self-review of my code - I made corresponding changes to the documentation - I confirm My changes generate no new warnings - I have added tests that prove my fix is effective or that my feature works - I have added relevant notes to the CHANGELOG.md file (See https://keepachangelog.com/) --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: David Berenstein <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for af0b40e - Browse repository at this point
Copy the full SHA af0b40eView commit details -
- [x] Markdown support - [x] LaTex Support - [x] Multiple agents - [x] Custom colors for bubble chat - [ ] Same color for single label (TBD) <img width="899" alt="Screenshot 2024-08-08 at 18 05 24" src="https://github.com/user-attachments/assets/428a0f17-9860-4cd9-9eab-6e1edef404fc">
Configuration menu - View commit details
-
Copy full SHA for 1733f8a - Browse repository at this point
Copy the full SHA 1733f8aView commit details
Commits on Aug 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8c37f13 - Browse repository at this point
Copy the full SHA 8c37f13View commit details
Commits on Aug 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9b841fb - Browse repository at this point
Copy the full SHA 9b841fbView commit details -
Configuration menu - View commit details
-
Copy full SHA for a7117e9 - Browse repository at this point
Copy the full SHA a7117e9View commit details -
Configuration menu - View commit details
-
Copy full SHA for fcb663e - Browse repository at this point
Copy the full SHA fcb663eView commit details -
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
Configuration menu - View commit details
-
Copy full SHA for 28ef8c3 - Browse repository at this point
Copy the full SHA 28ef8c3View commit details -
Revert "feat: extend interactive chat with delete, edit, regenerate"
This reverts commit 9b841fb.
Configuration menu - View commit details
-
Copy full SHA for 7ea14dd - Browse repository at this point
Copy the full SHA 7ea14ddView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2b9e9a6 - Browse repository at this point
Copy the full SHA 2b9e9a6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 09d18e7 - Browse repository at this point
Copy the full SHA 09d18e7View commit details -
Configuration menu - View commit details
-
Copy full SHA for a73c69f - Browse repository at this point
Copy the full SHA a73c69fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 23dabf7 - Browse repository at this point
Copy the full SHA 23dabf7View commit details
Commits on Aug 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4d54ed8 - Browse repository at this point
Copy the full SHA 4d54ed8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3bf3af2 - Browse repository at this point
Copy the full SHA 3bf3af2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 418699c - Browse repository at this point
Copy the full SHA 418699cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9810450 - Browse repository at this point
Copy the full SHA 9810450View commit details -
Configuration menu - View commit details
-
Copy full SHA for f53e720 - Browse repository at this point
Copy the full SHA f53e720View commit details -
Configuration menu - View commit details
-
Copy full SHA for ff1c9b3 - Browse repository at this point
Copy the full SHA ff1c9b3View commit details
Commits on Aug 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c8d7c47 - Browse repository at this point
Copy the full SHA c8d7c47View commit details -
Configuration menu - View commit details
-
Copy full SHA for c7088c3 - Browse repository at this point
Copy the full SHA c7088c3View commit details -
Configuration menu - View commit details
-
Copy full SHA for b10d97f - Browse repository at this point
Copy the full SHA b10d97fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5e44ed3 - Browse repository at this point
Copy the full SHA 5e44ed3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 64cf3fc - Browse repository at this point
Copy the full SHA 64cf3fcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 10bbaa2 - Browse repository at this point
Copy the full SHA 10bbaa2View commit details -
Merge branch 'feat/custom-field-support' of https://github.com/argill…
…a-io/argilla into feat/custom-field-support
Configuration menu - View commit details
-
Copy full SHA for ab7b6b3 - Browse repository at this point
Copy the full SHA ab7b6b3View commit details -
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
Configuration menu - View commit details
-
Copy full SHA for 6680573 - Browse repository at this point
Copy the full SHA 6680573View commit details -
Configuration menu - View commit details
-
Copy full SHA for 03e84e3 - Browse repository at this point
Copy the full SHA 03e84e3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 128caaa - Browse repository at this point
Copy the full SHA 128caaaView commit details
Commits on Aug 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f3a551b - Browse repository at this point
Copy the full SHA f3a551bView commit details
Commits on Sep 2, 2024
-
Update argilla-server/CHANGELOG.md
Co-authored-by: José Francisco Calvo <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for af2ecb4 - Browse repository at this point
Copy the full SHA af2ecb4View commit details -
Co-authored-by: José Francisco Calvo <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 411a06f - Browse repository at this point
Copy the full SHA 411a06fView commit details
Commits on Sep 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a83758c - Browse repository at this point
Copy the full SHA a83758cView commit details
Commits on Sep 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d18c1d1 - Browse repository at this point
Copy the full SHA d18c1d1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0f04492 - Browse repository at this point
Copy the full SHA 0f04492View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8d446c8 - Browse repository at this point
Copy the full SHA 8d446c8View commit details -
Configuration menu - View commit details
-
Copy full SHA for cc622ab - Browse repository at this point
Copy the full SHA cc622abView commit details -
Configuration menu - View commit details
-
Copy full SHA for b019e72 - Browse repository at this point
Copy the full SHA b019e72View commit details -
Configuration menu - View commit details
-
Copy full SHA for b9cbf16 - Browse repository at this point
Copy the full SHA b9cbf16View commit details -
Configuration menu - View commit details
-
Copy full SHA for e48cc26 - Browse repository at this point
Copy the full SHA e48cc26View commit details -
Configuration menu - View commit details
-
Copy full SHA for f02c1af - Browse repository at this point
Copy the full SHA f02c1afView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8bb119e - Browse repository at this point
Copy the full SHA 8bb119eView commit details -
Configuration menu - View commit details
-
Copy full SHA for a286d94 - Browse repository at this point
Copy the full SHA a286d94View commit details -
Configuration menu - View commit details
-
Copy full SHA for 909462e - Browse repository at this point
Copy the full SHA 909462eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 74e1615 - Browse repository at this point
Copy the full SHA 74e1615View commit details -
Configuration menu - View commit details
-
Copy full SHA for f5c18e3 - Browse repository at this point
Copy the full SHA f5c18e3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 27cdeb0 - Browse repository at this point
Copy the full SHA 27cdeb0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 99533f6 - Browse repository at this point
Copy the full SHA 99533f6View commit details -
[ENHANCEMENT]
argilla-server
: add search support for custom fields (#……5461) # Description <!-- Please include a summary of the changes and the related issue. Please also include relevant motivation and context. List any dependencies that are required for this change. --> > [!IMPORTANT] > This PR includes some cherry-pick commits from `develop`. All branches should be UPDATED before approving and merging this PR. This PR adds support to apply a basic search on custom field values. Inner fields cannot be queried ( for a `record.custom.value` the search does not support things like `custom.value: some value` **Type of change** <!-- Please delete options that are not relevant. Remember to title the PR according to the type of change --> - Improvement (change adding some improvement to an existing functionality) - Documentation update **How Has This Been Tested** <!-- Please add some reference about how your feature has been tested. --> **Checklist** <!-- Please go over the list and make sure you've taken everything into account --> - I added relevant documentation - I followed the style guidelines of this project - I did a self-review of my code - I made corresponding changes to the documentation - I confirm My changes generate no new warnings - I have added tests that prove my fix is effective or that my feature works - I have added relevant notes to the CHANGELOG.md file (See https://keepachangelog.com/) --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Damián Pumar <[email protected]> Co-authored-by: Ben Burtenshaw <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7703b1d - Browse repository at this point
Copy the full SHA 7703b1dView commit details
Commits on Sep 24, 2024
-
[ENHANCEMENT] add custom field mode support (#5526)
# Description <!-- Please include a summary of the changes and the related issue. Please also include relevant motivation and context. List any dependencies that are required for this change. --> Closes #<issue_number> **Type of change** <!-- Please delete options that are not relevant. Remember to title the PR according to the type of change --> - Bug fix (non-breaking change which fixes an issue) - New feature (non-breaking change which adds functionality) - Breaking change (fix or feature that would cause existing functionality to not work as expected) - Refactor (change restructuring the codebase without changing functionality) - Improvement (change adding some improvement to an existing functionality) - Documentation update **How Has This Been Tested** <!-- Please add some reference about how your feature has been tested. --> **Checklist** <!-- Please go over the list and make sure you've taken everything into account --> - I added relevant documentation - I followed the style guidelines of this project - I did a self-review of my code - I made corresponding changes to the documentation - I confirm My changes generate no new warnings - I have added tests that prove my fix is effective or that my feature works - I have added relevant notes to the CHANGELOG.md file (See https://keepachangelog.com/) --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Paco Aranda <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6f73220 - Browse repository at this point
Copy the full SHA 6f73220View commit details
Commits on Sep 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9911f93 - Browse repository at this point
Copy the full SHA 9911f93View commit details -
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
Configuration menu - View commit details
-
Copy full SHA for 4da1a4d - Browse repository at this point
Copy the full SHA 4da1a4dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5161486 - Browse repository at this point
Copy the full SHA 5161486View commit details -
chore: reorder params in custom field resource
Co-authored-by: David Berenstein <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for dd07ac3 - Browse repository at this point
Copy the full SHA dd07ac3View commit details -
︷ Custom field with handlebars (#5462)
Co-authored-by: burtenshaw <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ee17b51 - Browse repository at this point
Copy the full SHA ee17b51View commit details
Commits on Sep 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for bfe8888 - Browse repository at this point
Copy the full SHA bfe8888View commit details -
Configuration menu - View commit details
-
Copy full SHA for e4a95f6 - Browse repository at this point
Copy the full SHA e4a95f6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 754f9f8 - Browse repository at this point
Copy the full SHA 754f9f8View commit details
Commits on Sep 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9890dbb - Browse repository at this point
Copy the full SHA 9890dbbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7628ac2 - Browse repository at this point
Copy the full SHA 7628ac2View commit details -
Configuration menu - View commit details
-
Copy full SHA for d601cdf - Browse repository at this point
Copy the full SHA d601cdfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3cfbea2 - Browse repository at this point
Copy the full SHA 3cfbea2View commit details
Commits on Oct 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6e978e7 - Browse repository at this point
Copy the full SHA 6e978e7View commit details -
Configuration menu - View commit details
-
Copy full SHA for a2000dd - Browse repository at this point
Copy the full SHA a2000ddView commit details -
Configuration menu - View commit details
-
Copy full SHA for 185564e - Browse repository at this point
Copy the full SHA 185564eView commit details -
Configuration menu - View commit details
-
Copy full SHA for f3a6693 - Browse repository at this point
Copy the full SHA f3a6693View commit details
Commits on Oct 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 76097d8 - Browse repository at this point
Copy the full SHA 76097d8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 49a760c - Browse repository at this point
Copy the full SHA 49a760cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 978f850 - Browse repository at this point
Copy the full SHA 978f850View commit details