Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: feast-dev/feast
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: robhowley/feast
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 4 commits
  • 0 files changed
  • 3 contributors

Commits on Jun 2, 2025

  1. feat: Add data labeling tabs to UI (#5410)

    * Add GenAI documentation page to Introduction section
    
    Co-Authored-By: Francisco Javier Arceo <farceo@redhat.com>
    
    * Move GenAI page to getting-started directory and update SUMMARY.md
    
    Co-Authored-By: Francisco Javier Arceo <farceo@redhat.com>
    
    * Update SUMMARY.md
    
    * hell 3.12.7
    :wq
    d unstructured data transformation and Spark integration details to GenAI documentation
    
    Co-Authored-By: Francisco Javier Arceo <farceo@redhat.com>
    
    * Update genai.md
    
    * Rename Document Labeling to Data Labeling with blue icon
    
    - Update sidebar navigation to show 'Data Labeling' instead of 'Document Labeling'
    - Add blue color (#006BB4) to Data Labeling icon to match other navbar icons
    - Update route from 'document-labeling' to 'data-labeling'
    - Update page title from 'Document Labeling for RAG' to 'Data Labeling for RAG'
    - Update custom tab types from DocumentLabeling to DataLabeling
    - Update test document text to reference 'data labeling functionality'
    
    Co-Authored-By: Francisco Javier Arceo <arceofrancisco@gmail.com>
    
    Signed-off-by: Devin AI <devin-ai-integration[bot]@users.noreply.github.com>
    
    Co-Authored-By: Francisco Javier Arceo <arceofrancisco@gmail.com>
    
    * Add tabbed interface to Data Labeling with RAG and Classification tabs
    
    - Implement separate RAG and Classification tabs for Data Labeling page
    - Add RAG Context section with prompt and query text areas
    - Separate chunk extraction and generation labels into distinct H2 sections
    - Keep existing 'Label Selected Text' button for chunk extraction
    - Add long text area for ground truth label in 'Label for Generation' section
    - Implement Classification tab with CSV data loading and editing functionality
    - Maintain all existing text selection and highlighting functionality
    - Follow established UI patterns using EUI components
    
    Co-Authored-By: Francisco Javier Arceo <arceofrancisco@gmail.com>
    
    Co-Authored-By: Francisco Javier Arceo <arceofrancisco@gmail.com>
    Signed-off-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
    
    * Fix save functionality and improve RagTab layout
    
    - Simplify save function with setTimeout to avoid protobuf errors
    - Improve filename extraction for JSON download
    - Maintain conditional rendering of RAG Context after document loading
    - Keep existing layout with Step 1 and Step 2 sections
    - Preserve 'Label Selected Text' button functionality
    
    Signed-off-by: Devin AI <devin-ai-integration[bot]@users.noreply.github.com>
    Co-Authored-By: Francisco Javier Arceo <arceofrancisco@gmail.com>
    
    Co-Authored-By: Francisco Javier Arceo <arceofrancisco@gmail.com>
    
    * Fix lint-python and unit-test-ui formatting issues
    
    - Fix import sorting in feature_server.py (ruff I001)
    - Remove trailing comma in RagTab.tsx imports
    - Resolve CI formatting failures
    
    Signed-off-by: Devin AI <devin-ai-integration[bot]@users.noreply.github.com>
    Co-Authored-By: Francisco Javier Arceo <arceofrancisco@gmail.com>
    
    Co-Authored-By: Francisco Javier Arceo <arceofrancisco@gmail.com>
    
    ---------
    
    Signed-off-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
    Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
    Signed-off-by: Rob Howley <rhowley@seatgeek.com>
    2 people authored and Rob Howley committed Jun 2, 2025
    Configuration menu
    Copy the full SHA
    b0da945 View commit details
    Browse the repository at this point in the history
  2. fix: push_async feature store signature

    Signed-off-by: Rob Howley <rhowley@seatgeek.com>
    robhowley authored and Rob Howley committed Jun 2, 2025
    Configuration menu
    Copy the full SHA
    210da6d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    de3252b View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2025

  1. Configuration menu
    Copy the full SHA
    e578582 View commit details
    Browse the repository at this point in the history
Loading