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

Remote TGI/TGI services with OAuth Client Credentials authentication #4

Open
wants to merge 7 commits into
base: main
Choose a base branch
from

Commits on Oct 29, 2024

  1. Add get_access_token method in utils.py to get the token for OAuth pr…

    …otected tgi and tei remote endpoints
    sgurunat committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    5982f53 View commit details
    Browse the repository at this point in the history
  2. Update embedding_tei.py to support authentication for tei endpoints. …

    …Uses get_access_token from utils
    sgurunat committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    8eae983 View commit details
    Browse the repository at this point in the history
  3. Update llm.py under llms faq-generation to support authentication for…

    … tgi endpoints. Uses get_access_token from utils
    sgurunat committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    c42c523 View commit details
    Browse the repository at this point in the history
  4. Update llm.py under llms summarization to support authentication for …

    …tgi endpoints. Uses get_access_token from utils
    sgurunat committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    6b5089f View commit details
    Browse the repository at this point in the history
  5. Update llm.py under llms text-generation to support authentication fo…

    …r tgi endpoints. Uses get_access_token from utils
    sgurunat committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    9a8e582 View commit details
    Browse the repository at this point in the history
  6. Update reranking_tei to support authentication for tgi endpoints. Use…

    …s get_access_token from utils
    sgurunat committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    5ef283f View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2024

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