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

Support SQLAlchemy for custom data layer #836

Merged
merged 42 commits into from Apr 15, 2024
Merged

Commits on Mar 21, 2024

  1. Create sql_alchemy.py

    hayescode committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    1a4c361 View commit details
    Browse the repository at this point in the history
  2. Update pyproject.toml

    hayescode committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    bec6e5d View commit details
    Browse the repository at this point in the history
  3. Create sql_alchemy.py

    hayescode committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    354ddc2 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2024

  1. Configuration menu
    Copy the full SHA
    775ed88 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    21b2d31 View commit details
    Browse the repository at this point in the history
  3. Create sql_alchemy.py

    hayescode committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    610a0f4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e11d00d View commit details
    Browse the repository at this point in the history
  5. Merge pull request #2 from hayescode/list_thread-update-and-imports

    List thread update and imports
    hayescode committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    3e576c7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b99d05d View commit details
    Browse the repository at this point in the history
  7. Update types.py

    hayescode committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    59b779d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7d87846 View commit details
    Browse the repository at this point in the history
  9. Update __init__.py

    hayescode committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    b93c6ec View commit details
    Browse the repository at this point in the history
  10. Update sql_alchemy.py

    hayescode committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    f244196 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2024

  1. persist elements with url, sql select typo fixes

    DALLE for example can return a url but it's only valid for a limited time, so we persist those now
    hayescode committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    055a906 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2024

  1. Configuration menu
    Copy the full SHA
    2e386b5 View commit details
    Browse the repository at this point in the history
  2. Update pyproject.toml

    hayescode committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    03f748b View commit details
    Browse the repository at this point in the history
  3. Update __init__.py

    hayescode committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    0bd0aa6 View commit details
    Browse the repository at this point in the history
  4. Update __init__.py

    hayescode committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    b80209d View commit details
    Browse the repository at this point in the history
  5. Create storage_clients.py

    hayescode committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    f7cc829 View commit details
    Browse the repository at this point in the history
  6. Update sql_alchemy.py

    hayescode committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    56056d0 View commit details
    Browse the repository at this point in the history
  7. Update sql_alchemy.py

    hayescode committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    2346bd4 View commit details
    Browse the repository at this point in the history
  8. Update storage_clients.py

    hayescode committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    f0a71ac View commit details
    Browse the repository at this point in the history
  9. Update __init__.py

    hayescode committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    8711ec4 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2024

  1. Configuration menu
    Copy the full SHA
    4a42df9 View commit details
    Browse the repository at this point in the history
  2. Chainlit 1.0.500 compatability (#3)

    * Update mypy.yaml
    
    * Create sql_alchemy.py
    
    * Update pyproject.toml
    
    * Update sql_alchemy.py
    
    * Update sql_alchemy.py
    
    * Update sql_alchemy.py
    
    * Update sql_alchemy.py
    
    * Update sql_alchemy.py
    
    * Update sql_alchemy.py
    
    * Update sql_alchemy.py
    
    * Update sql_alchemy.py
    
    * Update sql_alchemy.py
    
    * Update sql_alchemy.py
    
    * Update sql_alchemy.py
    
    * Update sql_alchemy.py
    
    * Update sql_alchemy.py
    
    * Update sql_alchemy.py
    
    * Update pyproject.toml
    
    * Update types.py
    
    * Update __init__.py
    
    * Create storage_clients.py
    
    * Create sql_alchemy.py
    
    * Update sql_alchemy.py
    
    * Update types.py
    
    * Update sql_alchemy.py
    
    * Update storage_clients.py
    
    * Update __init__.py
    
    * Update __init__.py
    
    * Update sql_alchemy.py
    
    * Update __init__.py
    
    * Update sql_alchemy.py
    
    * Update __init__.py
    
    * Update sql_alchemy.py
    
    * Update __init__.py
    
    * Update __init__.py
    
    * Update __init__.py
    
    * Update sql_alchemy.py
    
    * Update __init__.py
    
    * Update mypy.yaml
    hayescode committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    44312e5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3e36bff View commit details
    Browse the repository at this point in the history
  4. Update types.py

    hayescode committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    52b07bf View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2024

  1. Configuration menu
    Copy the full SHA
    cc0e307 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1030522 View commit details
    Browse the repository at this point in the history
  3. Update pyproject.toml

    hayescode committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    dde5e0b View commit details
    Browse the repository at this point in the history
  4. Update mypy.yaml

    hayescode committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    7729488 View commit details
    Browse the repository at this point in the history
  5. Update storage_clients.py

    hayescode committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    4b49360 View commit details
    Browse the repository at this point in the history
  6. Update sql_alchemy.py

    hayescode committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    3da7d81 View commit details
    Browse the repository at this point in the history
  7. Update storage_clients.py

    hayescode committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    a03da85 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2024

  1. Update __init__.py

    hayescode committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    27ba523 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f4a3928 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    958c9cf View commit details
    Browse the repository at this point in the history
  4. Update sql_alchemy.py

    hayescode committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    1fb4379 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2024

  1. Configuration menu
    Copy the full SHA
    67bdff4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7de42e6 View commit details
    Browse the repository at this point in the history
  3. Update sql_alchemy.py

    hayescode committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    5939877 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2024

  1. Update sql_alchemy.py

    hayescode committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    5d0cb18 View commit details
    Browse the repository at this point in the history