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

Runtime model configurability #146

Merged
merged 16 commits into from
May 5, 2023
Merged

Runtime model configurability #146

merged 16 commits into from
May 5, 2023

Commits on May 3, 2023

  1. Configuration menu
    Copy the full SHA
    896ddc8 View commit details
    Browse the repository at this point in the history
  2. Renamed model

    3coins committed May 3, 2023
    Configuration menu
    Copy the full SHA
    44aac3a View commit details
    Browse the repository at this point in the history
  3. Sorted the provider names

    3coins committed May 3, 2023
    Configuration menu
    Copy the full SHA
    273f67b View commit details
    Browse the repository at this point in the history
  4. WIP: Embedding providers

    3coins committed May 3, 2023
    Configuration menu
    Copy the full SHA
    ebd127e View commit details
    Browse the repository at this point in the history
  5. Added embeddings provider api

    3coins committed May 3, 2023
    Configuration menu
    Copy the full SHA
    4286257 View commit details
    Browse the repository at this point in the history
  6. Added missing import

    3coins committed May 3, 2023
    Configuration menu
    Copy the full SHA
    8a40a69 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2a12068 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c25a80e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    acb616f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    4a77677 View commit details
    Browse the repository at this point in the history
  11. Updated as per PR feedback

    3coins committed May 3, 2023
    Configuration menu
    Copy the full SHA
    f2d4dfc View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    97156a6 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    03b840e View commit details
    Browse the repository at this point in the history
  14. Delete and re-index docs when embedding model changes (#137)

    * Added an error check when embedding change causes read error
    
    * Refactored provider load, decompose logic, aded model provider list api
    
    * Re-indexes dirs when embeddings change, learn list command
    
    * Fixed typo, simplified adding metadata
    
    * Moved index dir, metadata path to constants
    3coins authored May 3, 2023
    Configuration menu
    Copy the full SHA
    f0f6958 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2023

  1. Chat settings UI (#141)

    * remove unused div
    
    * automatically create config if not present
    
    * allow all-caps envvars in config
    
    * implement basic chat settings UI
    
    * hide API key text inputs
    
    * limit popup size, show success banner
    
    * show welcome message if no LM is selected
    
    * fix buggy UI with no selected LM/EM
    
    * exclude legacy OpenAI chat provider used in magics
    
    * Added a button with welcome message
    
    ---------
    
    Co-authored-by: Jain <pijain@3c22fb64c9fa.amazon.com>
    dlqqq and Jain authored May 4, 2023
    Configuration menu
    Copy the full SHA
    520b45e View commit details
    Browse the repository at this point in the history

Commits on May 5, 2023

  1. Various chat chain enhancements and fixes (#144)

    * fix /clear command
    
    * use model IDs to compare LLMs instead
    
    * specify stop sequence in chat chain
    
    * add empty AI message, improve system prompt
    
    * add RTD configuration
    dlqqq authored May 5, 2023
    Configuration menu
    Copy the full SHA
    94630c7 View commit details
    Browse the repository at this point in the history