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: Multilingual Support and Code Quality Enhancements for v1 Release #48

Merged
merged 32 commits into from
Nov 29, 2023

Commits on Nov 20, 2023

  1. fix: change Slack app loading using configs.

    Bharat Ramanathan committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    678b53c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6ff371e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    66e7d57 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2023

  1. feat: update ingestion pipeline to use new llama index changes

    Bharat Ramanathan committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    8811e5e View commit details
    Browse the repository at this point in the history
  2. fix: update chat prompt to include context in system template

    Bharat Ramanathan committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    f2da675 View commit details
    Browse the repository at this point in the history
  3. fix: fix typo in chat response schema

    Bharat Ramanathan committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    ad6f582 View commit details
    Browse the repository at this point in the history
  4. feat: include query language in chat request and update wandbot app v…

    …ersion
    Bharat Ramanathan committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    16cd037 View commit details
    Browse the repository at this point in the history
  5. feat: reroute queries to retriever by language in chat interface

    Bharat Ramanathan committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    c02010d View commit details
    Browse the repository at this point in the history
  6. fix: revert back to old gpt-4 model

    Bharat Ramanathan committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    5f8029b View commit details
    Browse the repository at this point in the history
  7. refactor: rename zendesk app and make it a module

    Bharat Ramanathan committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    12cdd25 View commit details
    Browse the repository at this point in the history
  8. feat: include language in question answer db schema

    Bharat Ramanathan committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    5ca1ef2 View commit details
    Browse the repository at this point in the history
  9. fix: type annotate slack response correctly in send message

    Bharat Ramanathan committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    72dd44f View commit details
    Browse the repository at this point in the history
  10. refactor: rename zendesk app config

    Bharat Ramanathan committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    8cba8ab View commit details
    Browse the repository at this point in the history
  11. feat: include custom language filter node postprocessor

    Bharat Ramanathan committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    0b9ac9c View commit details
    Browse the repository at this point in the history
  12. feat: include language in database schema and api

    Bharat Ramanathan committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    88aae62 View commit details
    Browse the repository at this point in the history
  13. refactor: convert slack to an async app

    Bharat Ramanathan committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    4a4fd18 View commit details
    Browse the repository at this point in the history
  14. chore: remove unused comment from slack app

    Bharat Ramanathan committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    7e02943 View commit details
    Browse the repository at this point in the history
  15. fix: add language in api client and slack app

    Bharat Ramanathan committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    31d9a63 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2023

  1. refactor: add docstrings and fix linting issues in module.

    Bharat Ramanathan committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    56f218f View commit details
    Browse the repository at this point in the history
  2. refactor: add type annotations to function definitions

    Bharat Ramanathan committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    33409c6 View commit details
    Browse the repository at this point in the history
  3. refactor: switch to async api client

    Bharat Ramanathan committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    e7b194e View commit details
    Browse the repository at this point in the history
  4. feat: include en language in discord client

    Bharat Ramanathan committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    62bedb4 View commit details
    Browse the repository at this point in the history
  5. fix: timestamp issue in database backup

    Bharat Ramanathan committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    a322bcf View commit details
    Browse the repository at this point in the history
  6. fix: linting issues, run black and isort over the codebase

    Bharat Ramanathan committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    d62e016 View commit details
    Browse the repository at this point in the history
  7. fix: rename config language to as it conflicts with os language

    Bharat Ramanathan committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    d8b6124 View commit details
    Browse the repository at this point in the history
  8. feat: add stream table logging for chat logs

    Bharat Ramanathan committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    da7ab89 View commit details
    Browse the repository at this point in the history
  9. fix: remove wandb api key from apps and add run label

    Bharat Ramanathan committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    cf730a5 View commit details
    Browse the repository at this point in the history
  10. feat: include run commands for both en and ja slack bots

    Bharat Ramanathan committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    e0a6dee View commit details
    Browse the repository at this point in the history
  11. chore: update README.md with new tokens and run commands

    Bharat Ramanathan committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    bc9fff6 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2023

  1. fix: address review comments

    Bharat Ramanathan committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    94be39d View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2023

  1. fix: update markdownnode parser to have safe tokenization

    Bharat Ramanathan committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    89c7476 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d79d0c4 View commit details
    Browse the repository at this point in the history