-
Notifications
You must be signed in to change notification settings - Fork 145
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
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
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 10 commits
- 7 files changed
- 2 contributors
Commits on Apr 14, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 4cfb5e3 - Browse repository at this point
Copy the full SHA 4cfb5e3View commit details -
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**
Configuration menu - View commit details
-
Copy full SHA for acacc84 - Browse repository at this point
Copy the full SHA acacc84View commit details -
.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
Configuration menu - View commit details
-
Copy full SHA for 153fc85 - Browse repository at this point
Copy the full SHA 153fc85View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 30f577a - Browse repository at this point
Copy the full SHA 30f577aView commit details
Commits on Apr 15, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 23b614b - Browse repository at this point
Copy the full SHA 23b614bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1b67000 - Browse repository at this point
Copy the full SHA 1b67000View commit details -
Configuration menu - View commit details
-
Copy full SHA for f9a462a - Browse repository at this point
Copy the full SHA f9a462aView commit details -
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/
Configuration menu - View commit details
-
Copy full SHA for 94a4dfc - Browse repository at this point
Copy the full SHA 94a4dfcView commit details
Commits on Apr 28, 2025
-
Configuration menu - View commit details
-
Copy full SHA for cd357e5 - Browse repository at this point
Copy the full SHA cd357e5View commit details
Commits on May 5, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 5fa207e - Browse repository at this point
Copy the full SHA 5fa207eView commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff main...main