Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: FlowiseAI/Flowise
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: flowise@1.8.4
Choose a base ref
...
head repository: FlowiseAI/Flowise
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: flowise@2.0.0
Choose a head ref
  • 9 commits
  • 162 files changed
  • 7 contributors

Commits on Jul 15, 2024

  1. Release/1.8.4 (#2805)

    * 🥳 flowise release 1.8.4
    
    * 🥳 flowise-components release 1.8.6
    HenryHengZJ authored Jul 15, 2024
    Configuration menu
    Copy the full SHA
    074bb73 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2024

  1. Feature/extract import all (#2796)

    * use existing route to get all chatflows
    
    * add export all chatflows functionality
    
    * add read exported all chatflows json file functionality
    
    * add save chatflows functionality in server
    
    * chore rename saveChatflows to importChatflows and others
    
    * chore rewrite snackbar message
    
    * fix import chatflows when no data in chatflows db
    
    * add handle when import file array length is 0
    
    * chore update and add meaning comment in importChatflows
    
    * update method of storing flowdata for importChatflows function
    
    * Refresh/redirect to chatflows when import is successful
    
    * fix lint
    
    ---------
    
    Co-authored-by: Ilango <rajagopalilango@gmail.com>
    chungyau97 and 0xi4o authored Jul 16, 2024
    Configuration menu
    Copy the full SHA
    95b2cf7 View commit details
    Browse the repository at this point in the history
  2. Bugfix/HF custom endpoint (#2811)

    include fix for hf custom endpoint
    HenryHengZJ authored Jul 16, 2024
    Configuration menu
    Copy the full SHA
    54ff43e View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2024

  1. Add OpenAI new model gpt-4o-mini (#2830)

    * add openai new model (gpt-4o) in the assistant
    
    * add openai new model (gpt-4o) in the models.json
    
    * add openai new model: gpt-40 mini
    
    * fix the new model name
    
    * Add OpenAI new model gpt-4o-mini
    AsharibAli authored Jul 18, 2024
    Configuration menu
    Copy the full SHA
    0188c5f View commit details
    Browse the repository at this point in the history
  2. chore/Add Mistral Nemo (#2831)

    * add gemini flash
    
    * add gemin flash to vertex
    
    * add gemin-1.5-flash-preview to vertex
    
    * add azure gpt 4o
    
    * add claude 3.5 sonnet
    
    * add mistral nemo
    HenryHengZJ authored Jul 18, 2024
    Configuration menu
    Copy the full SHA
    9b0b383 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2024

  1. S3 Directory Document Loading Component (#2818)

    * Add new S3Directory component
    
    * Add Additional Metadata and Omit Metadata Keys parameters
    
    * Update S3Directory.ts
    
    add placeholder for prefix
    
    ---------
    
    Co-authored-by: Scott Laplante <scott.laplante@Scotts-MacBook-Pro.local>
    Co-authored-by: Henry Heng <henryheng@flowiseai.com>
    3 people authored Jul 21, 2024
    Configuration menu
    Copy the full SHA
    34d0e43 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2024

  1. Feature/seq agents (#2798)

    * update build functions
    
    * sequential agents
    
    * update langchain to 0.2, added sequential agent nodes
    
    * add marketplace templates
    
    * update howto wordings
    
    * Merge branch 'main' into feature/Seq-Agents
    
    # Conflicts:
    #	pnpm-lock.yaml
    
    * update deprecated functions and add new sequential nodes
    
    * add marketplace templates
    
    * update marketplace templates, add structured output to llm node
    
    * add multi agents template
    
    * update llm node with bindmodels
    
    * update cypress version
    
    * update templates sticky note wordings
    
    * update tool node to include human in loop action
    
    * update structured outputs error from models
    
    * update cohere package to resolve google genai pipeThrough bug
    
    * update mistral package version, added message reconstruction before invoke seq agent
    
    * add HITL to agent
    
    * update state messages restructuring
    
    * update load and split methods for s3 directory
    HenryHengZJ authored Jul 22, 2024
    Configuration menu
    Copy the full SHA
    bca4de0 View commit details
    Browse the repository at this point in the history
  2. Bugfix/update loaders to community package (#2843)

    update loaders to community package
    HenryHengZJ authored Jul 22, 2024
    Configuration menu
    Copy the full SHA
    9035509 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e82d7ac View commit details
    Browse the repository at this point in the history
Loading