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

feat(models)!: openAI 1.0 #1716

Merged
merged 64 commits into from
Nov 10, 2023
Merged

feat(models)!: openAI 1.0 #1716

merged 64 commits into from
Nov 10, 2023

Commits on Nov 7, 2023

  1. Configuration menu
    Copy the full SHA
    75ba27d View commit details
    Browse the repository at this point in the history
  2. WIP

    mikeldking committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    740553a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    99c6cfd View commit details
    Browse the repository at this point in the history
  4. git output via openai migrate

    WIP
    mikeldking committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    a288ae2 View commit details
    Browse the repository at this point in the history
  5. get pytests running

    mikeldking committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    9a119e4 View commit details
    Browse the repository at this point in the history
  6. get pytests running

    mikeldking committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    dfce296 View commit details
    Browse the repository at this point in the history
  7. completions changes

    mikeldking committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    b14ee53 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2023

  1. fix llm_classify tests

    mikeldking committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    db3d876 View commit details
    Browse the repository at this point in the history
  2. fix llm generate tests

    mikeldking committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    82f1383 View commit details
    Browse the repository at this point in the history
  3. minimal test for openai

    mikeldking committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    a05ed61 View commit details
    Browse the repository at this point in the history
  4. fix llama_index tests

    mikeldking committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    63f95f0 View commit details
    Browse the repository at this point in the history
  5. add back model

    mikeldking committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    81e0f57 View commit details
    Browse the repository at this point in the history
  6. fix openai

    mikeldking committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    319a2e6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    91a5d98 View commit details
    Browse the repository at this point in the history
  8. fix openai tests

    mikeldking committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    7efd752 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    25399e1 View commit details
    Browse the repository at this point in the history
  10. run GPT4-Turbo

    mikeldking committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    5a3faa9 View commit details
    Browse the repository at this point in the history
  11. update notebooks

    mikeldking committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    b805582 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    0e3d3f5 View commit details
    Browse the repository at this point in the history
  13. update more notebooks

    mikeldking committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    421b9a9 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2023

  1. fix relevance

    mikeldking committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    e937d28 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2a764e1 View commit details
    Browse the repository at this point in the history
  3. add more tutorials

    mikeldking committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    36f1cde View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4e3f39a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    75effa4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    800c948 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8526d81 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8e137bb View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0138548 View commit details
    Browse the repository at this point in the history
  10. address pr comments

    mikeldking committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    98110bc View commit details
    Browse the repository at this point in the history
  11. return early for azure

    mikeldking committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    9feca67 View commit details
    Browse the repository at this point in the history
  12. fix tiktoken failures

    mikeldking committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    063e6de View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    da18411 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2023

  1. make gpt-4 point to latest

    mikeldking committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    7a08e91 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1727 from Arize-ai/openai-1-azure

    feat(evals): AzureOpenAI support for openAI 1.0
    mikeldking authored Nov 10, 2023
    Configuration menu
    Copy the full SHA
    7ff8f9d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ca60966 View commit details
    Browse the repository at this point in the history
  4. ruff format

    mikeldking committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    097532c View commit details
    Browse the repository at this point in the history
  5. docs: update documentation

    mikeldking committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    5c7d327 View commit details
    Browse the repository at this point in the history
  6. feat: update OpenAIInstrumentor to support openai>=1.0.0 and deprecat…

    …e support for openai<1.0.0 (#1723)
    axiomofjoy authored Nov 10, 2023
    Configuration menu
    Copy the full SHA
    3ae4837 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1bdb587 View commit details
    Browse the repository at this point in the history
  8. Update langchain_pinecone_search_and_retrieval_tutorial.ipynb

    Co-authored-by: Xander Song <axiomofjoy@gmail.com>
    mikeldking and axiomofjoy authored Nov 10, 2023
    Configuration menu
    Copy the full SHA
    6f8ae91 View commit details
    Browse the repository at this point in the history
  9. Update llama_index_search_and_retrieval_tutorial.ipynb

    Co-authored-by: Xander Song <axiomofjoy@gmail.com>
    mikeldking and axiomofjoy authored Nov 10, 2023
    Configuration menu
    Copy the full SHA
    5328688 View commit details
    Browse the repository at this point in the history
  10. Update llm_generative_gpt_4.ipynb

    Co-authored-by: Xander Song <axiomofjoy@gmail.com>
    mikeldking and axiomofjoy authored Nov 10, 2023
    Configuration menu
    Copy the full SHA
    9cfa308 View commit details
    Browse the repository at this point in the history
  11. Update milvus_llamaindex_search_and_retrieval_tutorial.ipynb

    Co-authored-by: Xander Song <axiomofjoy@gmail.com>
    mikeldking and axiomofjoy authored Nov 10, 2023
    Configuration menu
    Copy the full SHA
    8ba258d View commit details
    Browse the repository at this point in the history
  12. Update ragas_retrieval_evals_tutorial.ipynb

    Co-authored-by: Xander Song <axiomofjoy@gmail.com>
    mikeldking and axiomofjoy authored Nov 10, 2023
    Configuration menu
    Copy the full SHA
    de98e67 View commit details
    Browse the repository at this point in the history
  13. Update langchain_agent_tracing_tutorial.ipynb

    Co-authored-by: Xander Song <axiomofjoy@gmail.com>
    mikeldking and axiomofjoy authored Nov 10, 2023
    Configuration menu
    Copy the full SHA
    e9de0a9 View commit details
    Browse the repository at this point in the history
  14. Update langchain_tracing_tutorial.ipynb

    Co-authored-by: Xander Song <axiomofjoy@gmail.com>
    mikeldking and axiomofjoy authored Nov 10, 2023
    Configuration menu
    Copy the full SHA
    4e59ba9 View commit details
    Browse the repository at this point in the history
  15. Update llama_index_openai_agent_tracing_tutorial.ipynb

    Co-authored-by: Xander Song <axiomofjoy@gmail.com>
    mikeldking and axiomofjoy authored Nov 10, 2023
    Configuration menu
    Copy the full SHA
    31cd16b View commit details
    Browse the repository at this point in the history
  16. Update llama_index_tracing_tutorial.ipynb

    Co-authored-by: Xander Song <axiomofjoy@gmail.com>
    mikeldking and axiomofjoy authored Nov 10, 2023
    Configuration menu
    Copy the full SHA
    0730ade View commit details
    Browse the repository at this point in the history
  17. Update langchain_retrieval_qa_with_sources_chain_tracing_tutorial.ipynb

    Co-authored-by: Xander Song <axiomofjoy@gmail.com>
    mikeldking and axiomofjoy authored Nov 10, 2023
    Configuration menu
    Copy the full SHA
    4d6847f View commit details
    Browse the repository at this point in the history
  18. Update find_cluster_export_and_explore_with_gpt.ipynb

    Co-authored-by: Xander Song <axiomofjoy@gmail.com>
    mikeldking and axiomofjoy authored Nov 10, 2023
    Configuration menu
    Copy the full SHA
    2ea9ccc View commit details
    Browse the repository at this point in the history
  19. Update evaluate_toxicity_classifications.ipynb

    Co-authored-by: Xander Song <axiomofjoy@gmail.com>
    mikeldking and axiomofjoy authored Nov 10, 2023
    Configuration menu
    Copy the full SHA
    c638322 View commit details
    Browse the repository at this point in the history
  20. Update evaluate_summarization_classifications.ipynb

    Co-authored-by: Xander Song <axiomofjoy@gmail.com>
    mikeldking and axiomofjoy authored Nov 10, 2023
    Configuration menu
    Copy the full SHA
    a57cf86 View commit details
    Browse the repository at this point in the history
  21. Update evaluate_QA_classifications.ipynb

    Co-authored-by: Xander Song <axiomofjoy@gmail.com>
    mikeldking and axiomofjoy authored Nov 10, 2023
    Configuration menu
    Copy the full SHA
    729f269 View commit details
    Browse the repository at this point in the history
  22. Update evaluate_hallucination_classifications.ipynb

    Co-authored-by: Xander Song <axiomofjoy@gmail.com>
    mikeldking and axiomofjoy authored Nov 10, 2023
    Configuration menu
    Copy the full SHA
    54e95f7 View commit details
    Browse the repository at this point in the history
  23. Update evaluate_code_readability_classifications.ipynb

    Co-authored-by: Xander Song <axiomofjoy@gmail.com>
    mikeldking and axiomofjoy authored Nov 10, 2023
    Configuration menu
    Copy the full SHA
    a22844d View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    b6f1430 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    7220949 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    dfec0e2 View commit details
    Browse the repository at this point in the history
  27. langchain bump

    mikeldking committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    86e75e5 View commit details
    Browse the repository at this point in the history
  28. fix qa evals notebook

    axiomofjoy committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    a6eb191 View commit details
    Browse the repository at this point in the history
  29. fix style

    axiomofjoy committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    d58aeed View commit details
    Browse the repository at this point in the history
  30. update major version

    axiomofjoy committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    94e15ef View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    140cc6c View commit details
    Browse the repository at this point in the history