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: Azure-Samples/rag-data-openai-python-promptflow
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: SergiLIFE/rag-data-openai-python-promptflow
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 10 commits
  • 7 files changed
  • 2 contributors

Commits on Apr 14, 2025

  1. 14/04/2025

    SergiLIFE committed Apr 14, 2025
    Configuration menu
    Copy the full SHA
    4cfb5e3 View commit details
    Browse the repository at this point in the history
  2. Life Theory

    At the core of the Theory L.I.F.E is the idea that learning is a deeply personal and
    nonlinear process. It encourages individuals to immerse themselves in real-life
    challenges, engage in reflective observation, draw meaningful insights, and apply these
    learnings to future endeavors. The framework consists of four interconnected stages:
    1. **Concrete Experience**: Engaging directly in new, hands-on experiences that
    challenge existing perspectives.
    2. **Reflective Observation**: Taking the time to reflect on these experiences,
    considering what they reveal about oneself and the environment.
    3. **Abstract Conceptualization**: Formulating lessons learned and new ideas based
    on reflections, allowing for deeper understanding and growth.
    4. **Active Experimentation**: Implementing newfound insights in practical settings,
    thus fostering continuous development.
    **Calculating Self-Development**
     “© [Sergio Miguel Paya Borrull] [2025]. All rights reserved.”
    The Theory L.I.F.E can be expressed mathematically to illustrate the relationship
    between learning, individual agency, and experiential engagement in the journey of self�development. This can be represented by the following equation:
    **Self-Development = (Learning + Individual) / Experience**
    SergiLIFE committed Apr 14, 2025
    Configuration menu
    Copy the full SHA
    acacc84 View commit details
    Browse the repository at this point in the history
  3. .devcontainer/14.04.25.=+xL.I.F.E Learning Individually from Experien…

    …ce Theory Algorithm Code 2025 Copyright Sergio Paya Borrull. All rights Reserved 3.py
    SergiLIFE committed Apr 14, 2025
    Configuration menu
    Copy the full SHA
    153fc85 View commit details
    Browse the repository at this point in the history
  4. Update 14.04.25.=+xL.I.F.E Learning Individually from Experience Theo…

    …ry Algorithm Code 2025 Copyright Sergio Paya Borrull. All rights Reserved 3.py
    SergiLIFE committed Apr 14, 2025
    Configuration menu
    Copy the full SHA
    30f577a View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2025

  1. Set up CI with Azure Pipelines

    [skip ci]
    SergiLIFE committed Apr 15, 2025
    Configuration menu
    Copy the full SHA
    23b614b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1b67000 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f9a462a View commit details
    Browse the repository at this point in the history
  4. name: L.I.F.E Algorithm CI/CD

    on:
      push:
        branches: [ main ]
      pull_request:
        branches: [ main ]
    
    jobs:
      build-and-test:
        runs-on: ubuntu-latest
        steps:
        - uses: actions/checkout@v4
    
        - name: Set up Python
          uses: actions/setup-python@v4
          with:
            python-version: '3.10'
    
        - name: Install dependencies
          run: |
            pip install -r requirements.txt
            pip install torch onnxruntime azure-ai-ml
    
        - name: Run tests
          run: |
            pytest tests/ --cov=src/ --cov-report=xml
    
        - name: Upload coverage
          uses: codecov/codecov-action@v3
    
      deploy-to-azure:
        needs: build-and-test
        runs-on: ubuntu-latest
        steps:
        - name: Azure Login
          uses: azure/login@v1
          with:
            client-id: ${{ secrets.AZURE_CLIENT_ID }}
            tenant-id: ${{ secrets.AZURE_TENANT_ID }}
            subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
    
        - name: Deploy to AKS
          run: |
            az aks get-credentials --resource-group life-rg --name life-cluster
            kubectl apply -f deployment/
    SergiLIFE committed Apr 15, 2025
    Configuration menu
    Copy the full SHA
    94a4dfc View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2025

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

Commits on May 5, 2025

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