Skip to content
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

batch, vector stores, and fine tuning LRO and subclient pattern updates #11

Merged
merged 22 commits into from
Sep 20, 2024

Commits on Mar 15, 2024

  1. readme

    annelo-msft committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    253d466 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2024

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

Commits on Sep 6, 2024

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

Commits on Sep 9, 2024

  1. updated vector stores as best I could

    Chris Schraer committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    7d10751 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. regenerate tsp

    Chris Schraer committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    5e29c77 View commit details
    Browse the repository at this point in the history
  2. PR nits

    chschrae committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    5a08b12 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2024

  1. Configuration menu
    Copy the full SHA
    32296bf View commit details
    Browse the repository at this point in the history
  2. removed EBN for internal methods

    chschrae committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    a269210 View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'remotes/anne/oai-polling-lro' into oai-…

    …polling-lro
    
    # Conflicts:
    #	.dotnet.azure/sdk/openai/Azure.AI.OpenAI/src/Custom/Batch/AzureBatchClient.Protocol.cs
    #	.dotnet.azure/sdk/openai/Azure.AI.OpenAI/src/Custom/Batch/AzureCreateBatchOperation.Protocol.cs
    #	.dotnet.azure/sdk/openai/Azure.AI.OpenAI/src/Custom/FineTuning/AzureCreateJobOperation.Protocol.cs
    #	.dotnet.azure/sdk/openai/Azure.AI.OpenAI/src/Custom/FineTuning/AzureFineTuningClient.Protocol.cs
    #	.dotnet.azure/sdk/openai/Azure.AI.OpenAI/src/Custom/VectorStores/AzureAddFileToVectorStoreOperation.Protocol.cs
    #	.dotnet.azure/sdk/openai/Azure.AI.OpenAI/src/Custom/VectorStores/AzureAddFileToVectorStoreOperation.cs
    #	.dotnet.azure/sdk/openai/Azure.AI.OpenAI/src/Custom/VectorStores/AzureCreateBatchFileJobOperation.Protocol.cs
    #	.dotnet.azure/sdk/openai/Azure.AI.OpenAI/src/Custom/VectorStores/AzureCreateBatchFileJobOperation.cs
    #	.dotnet.azure/sdk/openai/Azure.AI.OpenAI/src/Custom/VectorStores/AzureCreateVectorStoreOperation.cs
    #	.dotnet/src/Custom/Batch/BatchClient.cs
    #	.dotnet/src/Custom/FineTuning/FineTuningClient.cs
    #	.dotnet/src/Custom/VectorStores/VectorStoreClient.cs
    #	.dotnet/src/Generated/FineTuningClient.cs
    chschrae committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    041b6ff View commit details
    Browse the repository at this point in the history
  4. fixing some merge build errors

    chschrae committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    1e93130 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

  1. updated batch and vector store tests

    chschrae committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    b937a54 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

  1. Configuration menu
    Copy the full SHA
    cea2130 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    46341dc View commit details
    Browse the repository at this point in the history
  3. fixing openAI file client in tests

    chschrae committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    e3a4a40 View commit details
    Browse the repository at this point in the history
  4. added missing paginatio to fine tuning

    chschrae committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    38e6f76 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    108ab92 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d8d82ef View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. PR nits and responses

    chschrae committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    7373eb8 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'oai-polling-lro' of https://github.com/chschrae/chschra…

    …e-openai-in-typespec into oai-polling-lro
    
    # Conflicts:
    #	.dotnet.azure/sdk/openai/Azure.AI.OpenAI/tests/FineTuningTests.cs
    chschrae committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    fd086f0 View commit details
    Browse the repository at this point in the history
  3. parameter name mismatch fixed

    chschrae committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    deae729 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. pr somments

    chschrae committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    4ed3408 View commit details
    Browse the repository at this point in the history
  2. updating vector store tests to use Value

    chschrae committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    317601a View commit details
    Browse the repository at this point in the history