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: technofocus-pte/rag-postgres-openai-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: CarnegieJ/rag-postgres-openai-python-CSTesting
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 14 commits
  • 3 files changed
  • 1 contributor

Commits on Dec 30, 2024

  1. Update main.bicep

    added - @description('Name of the existing resource group')
    param existingResourceGroupName string
    ManjulaChintharla authored Dec 30, 2024
    Configuration menu
    Copy the full SHA
    b0cd5b3 View commit details
    Browse the repository at this point in the history
  2. Update main.bicep

    added existingResourceGroupName at line Azure-Samples#38
    ManjulaChintharla authored Dec 30, 2024
    Configuration menu
    Copy the full SHA
    e330cc8 View commit details
    Browse the repository at this point in the history
  3. Update main.bicep

    added below code at line Azure-Samples#73
    // Reference the existing resource group
    resource resourceGroup 'Microsoft.Resources/resourceGroups@2021-04-01' existing = {
      name: existingResourceGroupName
    }
    ManjulaChintharla authored Dec 30, 2024
    Configuration menu
    Copy the full SHA
    ff8b43b View commit details
    Browse the repository at this point in the history
  4. Update main.bicep

    ManjulaChintharla authored Dec 30, 2024
    Configuration menu
    Copy the full SHA
    db8e98f View commit details
    Browse the repository at this point in the history
  5. Update main.bicep

    ManjulaChintharla authored Dec 30, 2024
    Configuration menu
    Copy the full SHA
    ca3d7f0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a635803 View commit details
    Browse the repository at this point in the history
  7. Update Dockerfile

    ManjulaChintharla authored Dec 30, 2024
    Configuration menu
    Copy the full SHA
    538d547 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    22732bf View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2024

  1. Update Dockerfile

    ManjulaChintharla authored Dec 31, 2024
    Configuration menu
    Copy the full SHA
    a8d6602 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0a14e3c View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2025

  1. Configuration menu
    Copy the full SHA
    5a7d00f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    61ab731 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    340fb51 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f330196 View commit details
    Browse the repository at this point in the history
Loading