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

Draft: develop into master #190

Merged
merged 166 commits into from
May 15, 2024
Merged

Draft: develop into master #190

merged 166 commits into from
May 15, 2024

Commits on Apr 17, 2024

  1. Make sidebar state selected properly in nested pages e.g. /tool/id an…

    …d /tools close #145
    
    Make current session highlighted in sidebar
    Make session preview list have a title and only show when >0 sessions
    ref #139
    tomlynchRNA committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    50e3b3c View commit details
    Browse the repository at this point in the history
  2. Imrpove toolselector with search/filtering, limit the height and allo…

    …w scrolling
    
    Fix typing issue in Layout
    tomlynchRNA committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    18a398b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9d6161c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cea69d2 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2024

  1. setting use_gpu to true

    ragyabraham committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    1118ccf View commit details
    Browse the repository at this point in the history
  2. Change webhook for successful sync to read slack blocks format

    Update embedding color to be yellow
    Change recordsSynced -> totalRecords and set it properly in the db on webhook
    Update tsconfig with more aliases
    Update to use debug module for logging and have a warning for unable to fetch datasource/jobId from webhook
    tomlynchRNA committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    b896524 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3182644 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a33ae9d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f22a9ef View commit details
    Browse the repository at this point in the history
  6. Update datasource tables and components to have a new embedding progr…

    …ess bar similar to the existing rounded status indicator with buttonspinners
    tomlynchRNA committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    bda18e1 View commit details
    Browse the repository at this point in the history
  7. Change datasources to include total, success, error count of records

    Update progress bar to remain gray when unknown total
    Add total to progress bar when embedding
    Set max width on progress bar
    tomlynchRNA committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    1bfbb72 View commit details
    Browse the repository at this point in the history
  8. adding in record count into mongo to show the status of the embedding…

    … and inserting of records into vector database
    ragyabraham committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    4da3f2e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    28956c4 View commit details
    Browse the repository at this point in the history
  10. Fix percentage and props shown in embedding loading bar

    Make failure and success counts reset to 0 on new total count being known (new job)
    tomlynchRNA committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    d8414d7 View commit details
    Browse the repository at this point in the history
  11. Refactor model builder to use factory

    Also fix retrieval issue by excluding problematic attributes from `OpenAIEmbeddings`'s instantiation
    charl3sj committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    73d08f9 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    bc50e36 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    6da545a View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    d439e4d View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    14cb0f0 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    2ef3204 View commit details
    Browse the repository at this point in the history
  17. Improve style of embedding datasources loading bar

    Add temporary refresh interval for daasources screen to get updates until socket implementation
    tomlynchRNA committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    44f0550 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2024

  1. Configuration menu
    Copy the full SHA
    787e883 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1c3cba6 View commit details
    Browse the repository at this point in the history
  3. Add retrieval to tools, allow setting 3 strategies on tool form, an…

    …d same on datasource creation forms (for the auto created tool)
    tomlynchRNA committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    1050148 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7bb16e4 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

  1. eslint fix

    tomlynchRNA committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    ad3a2ea View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bfcdab3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a1329f0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8027a7b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    110fc39 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    246147f View commit details
    Browse the repository at this point in the history
  7. Use customized TimeWeightedVectorStoreRetriever with configurable tim…

    …e weight field name; rename BaseRetriever to BaseToolRetriever
    charl3sj committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    a5d2072 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a066a8c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e1b495b View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    edfde70 View commit details
    Browse the repository at this point in the history
  11. Add multi-query retriever

    charl3sj committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    800bc37 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    32794f8 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    bba0c49 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2024

  1. Configuration menu
    Copy the full SHA
    8745cb5 View commit details
    Browse the repository at this point in the history
  2. Make function calling model optional in agent form

    Update crewai, make function calling model fallback to main model
    Update validationutil to not check if something is undefined and then immediately try to access a property of it
    tomlynchRNA committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    a16c3bb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    990e143 View commit details
    Browse the repository at this point in the history
  4. Make function calling model optional in agent form

    Update crewai, make function calling model fallback to main model
    Update validationutil to not check if something is undefined and then immediately try to access a property of it
    tomlynchRNA committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    92454f5 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2024

  1. Configuration menu
    Copy the full SHA
    b7908e7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    87514b1 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #158 from rnadigital/refactor-model-builder

    Fix issue with `OpenAIEmbeddings` instantiation causing retrieval to fail
    tomlynchRNA committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    c0d5713 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    05de57c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6e1a55e View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2024

  1. Don't send retriever_config in connection test datasource API

    Correct the construction of metadata_field_info
    Make saved descriptions appear after refresh, duh
    tomlynchRNA committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    e7e74a9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f5ee5b0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5744743 View commit details
    Browse the repository at this point in the history
  4. Make updating streams of a datasource (has descriptions) update all t…

    …he tools with that datasourceId
    tomlynchRNA committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    2b33ecd View commit details
    Browse the repository at this point in the history
  5. Overwrite langchain methods that handle metadata in qdrant retriever …

    …to not use nested metadata field
    
    Update retrievers to have separate method for retrieval vs formatting
    Change output of RAG format to be a json with the page_content and metadata
    Include metadata in the formatted output to allow citations
    tomlynchRNA committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    fb73f33 View commit details
    Browse the repository at this point in the history
  6. Reduce logging, use logging and limit to debug log level

    Update build_crew to use logger and log less by default
    Update crewai fork to use logger and log less by default
    tomlynchRNA committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    b6eebd4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2c0859f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0ffa3db View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    efa1043 View commit details
    Browse the repository at this point in the history
  10. Fix default retriever_type

    charl3sj committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    e9117bf View commit details
    Browse the repository at this point in the history
  11. Merge pull request #189 from rnadigital/rag-debug-logs

    #176 Improve RAG debug logs
    tomlynchRNA committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    2e2589b View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2024

  1. Change update datasource streams API to always try to create the coll…

    …ection in qdrant regardless of if they rty to "sync"
    tomlynchRNA committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    d42cf6d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    61c9f5a View commit details
    Browse the repository at this point in the history
  3. Monkey patch the time weighted retriever to work with our metadata an…

    …d remove the buffer_idx bullshit
    tomlynchRNA committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    e7cd466 View commit details
    Browse the repository at this point in the history
  4. Update time weighted format function to includ ethe time weight score…

    … and process the tuple returned from invoke properly
    
    Make pydantic more lax and allow some overlap between retriever_config types
    Update crewai fork
    tomlynchRNA committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    911f27b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    faa38bb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a6239a5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    fd9854f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    63f63fe View commit details
    Browse the repository at this point in the history
  9. Experimentally disable the current context injection and propmt engin…

    …eering for the first task description in build_cr
    tomlynchRNA committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    820eb16 View commit details
    Browse the repository at this point in the history
  10. Improve handling of datasource status/progress bars, show READY if we…

    … reached the total point count
    tomlynchRNA committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    17d5acb View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    836fbc7 View commit details
    Browse the repository at this point in the history
  12. eslint fix

    tomlynchRNA committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    14ee6a9 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    eafb82f View commit details
    Browse the repository at this point in the history

Commits on May 1, 2024

  1. Merge pull request #192 from x-08/feature/80-fix-add-secure-flag-use-…

    …session
    
    feature-80 : added flag for secure session
    tomlynchRNA committed May 1, 2024
    Configuration menu
    Copy the full SHA
    bdc863a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4ccc922 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3caf6a5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c0be35e View commit details
    Browse the repository at this point in the history
  5. Allow socket messages to be overwritten

    Remove some cruft from sockets (socket events for termination, stop_generating, message_complete, etc)
    Fix initial state for session termination on session page
    Switch to develop crewai fork branch
    tomlynchRNA committed May 1, 2024
    Configuration menu
    Copy the full SHA
    240882e View commit details
    Browse the repository at this point in the history
  6. improve loading state of avatar when uploading

    remove TODO in a tag
    fix saving not saving existing icon close #193
    tomlynchRNA committed May 1, 2024
    Configuration menu
    Copy the full SHA
    3fd0051 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    00f8dea View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    56be844 View commit details
    Browse the repository at this point in the history
  9. Allow verbose to be passed to agent from agent config directly

    Make agent name optional and have a default in typing
    tomlynchRNA committed May 1, 2024
    Configuration menu
    Copy the full SHA
    bcb9ebc View commit details
    Browse the repository at this point in the history
  10. Move stop generating button to inside the play button

    Hide app type on app screen since agent backend doesnt handle other apptypes
    tomlynchRNA committed May 1, 2024
    Configuration menu
    Copy the full SHA
    647ef65 View commit details
    Browse the repository at this point in the history
  11. Attach human input tool to multi task apps

    Make human input agent verbose
    tomlynchRNA committed May 1, 2024
    Configuration menu
    Copy the full SHA
    0cdda9a View commit details
    Browse the repository at this point in the history
  12. Revert bcb9ebc

    tomlynchRNA committed May 1, 2024
    Configuration menu
    Copy the full SHA
    f3b4640 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    17d7fd4 View commit details
    Browse the repository at this point in the history
  14. Improved UX of chat messages, showing when thoughts and a more consis…

    …tent appearance for tools
    tomlynchRNA committed May 1, 2024
    Configuration menu
    Copy the full SHA
    9e1d404 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    5bb8ced View commit details
    Browse the repository at this point in the history

Commits on May 2, 2024

  1. Configuration menu
    Copy the full SHA
    4967808 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d86047c View commit details
    Browse the repository at this point in the history
  3. Merge pull request #195 from rnadigital/builtin-tools

    Add Wikipedia and Wikidata langchain tools as builtins
    tomlynchRNA committed May 2, 2024
    Configuration menu
    Copy the full SHA
    08cf0a3 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2024

  1. Configuration menu
    Copy the full SHA
    ead764b View commit details
    Browse the repository at this point in the history
  2. Add cache close #185

    More improvement to avatars, remove some of the name/avatar deduplication on chat to test
    tomlynchRNA committed May 3, 2024
    Configuration menu
    Copy the full SHA
    21e0299 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dcb22b2 View commit details
    Browse the repository at this point in the history
  4. eslint fix import order

    tomlynchRNA committed May 3, 2024
    Configuration menu
    Copy the full SHA
    23ebe2d View commit details
    Browse the repository at this point in the history
  5. Add more builtin tools

    charl3sj committed May 3, 2024
    Configuration menu
    Copy the full SHA
    2e840b2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b09bc03 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #197 from rnadigital/builtin-tools

    Add few more builtin tools
    tomlynchRNA committed May 3, 2024
    Configuration menu
    Copy the full SHA
    0001c81 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b021b01 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6b6588c View commit details
    Browse the repository at this point in the history
  10. add llama3 and 70b

    tomlynchRNA committed May 3, 2024
    Configuration menu
    Copy the full SHA
    0ca6cd7 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

  1. Configuration menu
    Copy the full SHA
    f5bc802 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ccb6343 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9962a9c View commit details
    Browse the repository at this point in the history
  4. add more models

    tomlynchRNA committed May 7, 2024
    Configuration menu
    Copy the full SHA
    8570242 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9451719 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #202 from rnadigital/human-input

    Add requiresHumanInput boolean field to Task
    tomlynchRNA committed May 7, 2024
    Configuration menu
    Copy the full SHA
    e33dba7 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2024

  1. Configuration menu
    Copy the full SHA
    25bb644 View commit details
    Browse the repository at this point in the history
  2. Change server init order

    Add init secret provider in server startup
    tomlynchRNA committed May 8, 2024
    Configuration menu
    Copy the full SHA
    d415025 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    afbf055 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2024

  1. Configuration menu
    Copy the full SHA
    8e077a9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2e5fb54 View commit details
    Browse the repository at this point in the history
  3. eslint fix

    tomlynchRNA committed May 9, 2024
    Configuration menu
    Copy the full SHA
    ccf7fe0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d53656b View commit details
    Browse the repository at this point in the history
  5. Add name to task in mongo models so task name can be templated into p…

    …rompt, accessed by agents, in code, etc
    tomlynchRNA committed May 9, 2024
    Configuration menu
    Copy the full SHA
    93b2515 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4beb137 View commit details
    Browse the repository at this point in the history
  7. update crewai fork

    tomlynchRNA committed May 9, 2024
    Configuration menu
    Copy the full SHA
    9be8b50 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4195183 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2e19a7e View commit details
    Browse the repository at this point in the history
  10. Fix inconsistent amazon secret key

    Update secret key library
    Ensure webapp can send emails with ses now close #205
    tomlynchRNA committed May 9, 2024
    Configuration menu
    Copy the full SHA
    2f155ff View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    8d83bf1 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    099ddff View commit details
    Browse the repository at this point in the history
  13. Revert "feature-80 : added flag for secure session"

    This reverts commit eafb82f.
    tomlynchRNA committed May 9, 2024
    Configuration menu
    Copy the full SHA
    53cd778 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    038fcbe View commit details
    Browse the repository at this point in the history

Commits on May 10, 2024

  1. Configuration menu
    Copy the full SHA
    f4cb1bb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    42d44ac View commit details
    Browse the repository at this point in the history
  3. Adjust middleware orders and logic so unauthed users to e.g. billign …

    …are redirected but authed users will use currentOrg and currentTeam if no resourceSlug in req.params or req.query
    tomlynchRNA committed May 10, 2024
    Configuration menu
    Copy the full SHA
    cd46658 View commit details
    Browse the repository at this point in the history
  4. Auth middleware tweaks

    tomlynchRNA committed May 10, 2024
    Configuration menu
    Copy the full SHA
    de1bb4e View commit details
    Browse the repository at this point in the history
  5. Add start of usage calculation method and usage check middlewares.

    Add back plan change buttons to billing page
    Set default free plan (no stripe customer yet)
    tomlynchRNA committed May 10, 2024
    Configuration menu
    Copy the full SHA
    1cdd238 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    710878c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    832aa08 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    301bdf9 View commit details
    Browse the repository at this point in the history
  9. Implement usage fetch middleware, sets usages before checkSubscriptio…

    …nLimit
    
    Add a limit check for number of team members when inviting to a team
    tomlynchRNA committed May 10, 2024
    Configuration menu
    Copy the full SHA
    d4ab207 View commit details
    Browse the repository at this point in the history
  10. eslint fix

    tomlynchRNA committed May 10, 2024
    Configuration menu
    Copy the full SHA
    4118668 View commit details
    Browse the repository at this point in the history
  11. Limit model (type) selection based on plan

    Auth/rbac/subscription flow fixes
    tomlynchRNA committed May 10, 2024
    Configuration menu
    Copy the full SHA
    8c483ce View commit details
    Browse the repository at this point in the history
  12. update poetry lock

    tomlynchRNA committed May 10, 2024
    Configuration menu
    Copy the full SHA
    b3aff04 View commit details
    Browse the repository at this point in the history
  13. Add restriction (front and backend) on actual datasources depending o…

    …n plan according to spreadsheet
    tomlynchRNA committed May 10, 2024
    Configuration menu
    Copy the full SHA
    a9ce956 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    0629d01 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2024

  1. eslint fix

    tomlynchRNA committed May 11, 2024
    Configuration menu
    Copy the full SHA
    ed74cc5 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

  1. Configuration menu
    Copy the full SHA
    4d41517 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7bc8212 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2517ad7 View commit details
    Browse the repository at this point in the history
  4. Add NEXT_PUBLIC_HUBSPOT_MEETING_LINK for the enterprise plan button link

    Set maxSize in dropzone correctly to the plans max filesize limit
    Add backend check to reject too large files based on plan
    Overwrite users stripe in res.locals.account with org stripe
    Add updated images for plans
    Update stripe price IDs and update stripe plan images (in stripe)
    tomlynchRNA committed May 13, 2024
    Configuration menu
    Copy the full SHA
    8051246 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    86431ea View commit details
    Browse the repository at this point in the history
  6. Add missing import

    tomlynchRNA committed May 13, 2024
    Configuration menu
    Copy the full SHA
    d9da3d2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    08efc4b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c21e92e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c8c1786 View commit details
    Browse the repository at this point in the history
  10. Ad banner for subscription ending with date and manage subscription b…

    …utton
    
    Fix stripe not setting plan and/or setting test plan on initial subscription
    Fix a middleware order issue
    Change appearance of cards and position of plan renewal text
    tomlynchRNA committed May 13, 2024
    Configuration menu
    Copy the full SHA
    dda85c3 View commit details
    Browse the repository at this point in the history
  11. Update poetry lock

    tomlynchRNA committed May 13, 2024
    Configuration menu
    Copy the full SHA
    d7938b7 View commit details
    Browse the repository at this point in the history
  12. eslint fix

    tomlynchRNA committed May 13, 2024
    Configuration menu
    Copy the full SHA
    1123216 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    d6fbe1f View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    7758a7b View commit details
    Browse the repository at this point in the history
  15. Make trial banner notification a component

    Change default retrieval strategy in form for file vs connector sources
    tomlynchRNA committed May 13, 2024
    Configuration menu
    Copy the full SHA
    13a53ad View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

  1. Configuration menu
    Copy the full SHA
    a02e66e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4f4b253 View commit details
    Browse the repository at this point in the history
  3. Add addons for stripe

    Simplify how stripe is handled
    Improve appearance of plan cards
    tomlynchRNA committed May 14, 2024
    Configuration menu
    Copy the full SHA
    e5e0763 View commit details
    Browse the repository at this point in the history
  4. Add the +/- for addons and display addons current count in sub cards

    Change text when editing the amounts
    ref #161
    tomlynchRNA committed May 14, 2024
    Configuration menu
    Copy the full SHA
    de2eb35 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1aa90f9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    934b61a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    df48489 View commit details
    Browse the repository at this point in the history
  8. Update datasource status indicator progress bar and datasource contro…

    …ller to not set a spinner or "total" cound for files (which dont have embedding progress tracked)
    tomlynchRNA committed May 14, 2024
    Configuration menu
    Copy the full SHA
    b90dc2f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    191e742 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f0abb39 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2024

  1. Configuration menu
    Copy the full SHA
    78b7fb4 View commit details
    Browse the repository at this point in the history
  2. Make account creation still work, but set enterprise plan and skip st…

    …ripe calls if no stripe api key in env
    tomlynchRNA committed May 15, 2024
    Configuration menu
    Copy the full SHA
    1831349 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9c4384c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5a42aa5 View commit details
    Browse the repository at this point in the history