Commit Graph

2575 Commits

Author SHA1 Message Date
Jingun Jung ea680484d3 [FEATURE] Add "base path" to Azure OpenAI embeddings node (#3086)
Add "base path" to Azure OpenAI embeddings node #3048

Co-authored-by: Jingun Jung <jingun.jung@wedx.cc>
2024-08-26 16:12:04 +01:00
Henry Heng a781576f16 Feature/custom model name for gemini (#3088)
custom model name for gemini
2024-08-26 16:11:54 +01:00
Henry Heng 75f779f861 Bugfix/whitelist urls for non password protected instance (#3085)
whitelist urls for non password protected instance
2024-08-26 11:29:46 +01:00
Henry Heng 759e07dfaa Chore/update flowise-embed version to 1.3.12 (#3080)
update flowise-embed version to 1.3.12
2024-08-25 19:08:42 +01:00
Henry Heng d9a2c334a0 Feature/Update API Docs README (#3078)
* Add interactive swagger-ui auto-generated API docs from express

* Update README.md

* Update index.ts //@ts-ignore

* Fix eslint no-console error

* Add swagger paths

* Add all end  points

* Update swagger.yml

* update swagger yml file

* update swagger config

* update swagger response indentation

* update api-docs README

* update README

---------

Co-authored-by: Octavian FlowiseAI <154992625+ocflowiseai@users.noreply.github.com>
2024-08-25 14:53:59 +01:00
Meltcap eb595d2a66 Bugfix/langwatch missing returnids (#3077)
* Update handler.ts

Add missing langWatch: {} to onLLMStart and onLLMStart

* Update handler.ts

Revert changes so I can make bugfix branch

* Update handler.ts - missing langWatch

Add missing langWatch object to returnIds for missing 'span' bug.
2024-08-25 13:39:19 +01:00
Rafael Reis 43f11f21f8 Enhance Airtable Document Loader with Filter and Text Output (#3074) 2024-08-25 13:26:39 +01:00
Henry Heng 66acd0c000 Feature/add ability to upload file from chat (#3059)
add ability to upload file from chat
2024-08-25 13:22:48 +01:00
Octavian FlowiseAI e8f5f07735 Feature: interactive swagger-ui auto-generated API docs from express (#1812)
* Add interactive swagger-ui auto-generated API docs from express

* Update README.md

* Update index.ts //@ts-ignore

* Fix eslint no-console error

* Add swagger paths

* Add all end  points

* Update swagger.yml

* update swagger yml file

* update swagger config

---------

Co-authored-by: Henry <hzj94@hotmail.com>
2024-08-25 13:22:07 +01:00
Mohamed Yasser Oaf 0f58d31493 Meilisearch - Added metadata as filterable attributes and polling on enqueued tasks (#3042)
* added polling for enqueued tasks,metadata filterable

* delete index feature with polling on task

* added search filter interface

* Update pnpm-lock.yaml

---------

Co-authored-by: Henry Heng <henryheng@flowiseai.com>
2024-08-23 16:27:07 +01:00
Henry Heng 72a03dc6e8 Bugfix/Returned message array (#3065)
add fix for returned message array
2024-08-23 13:52:07 +01:00
Kaiwalya Koparkar 949996bb12 chore: Deploy to Elestio button updated (#3039) 2024-08-22 15:01:02 +01:00
Tan Le 8bb55e07b6 fix: ignore allowedOrigins config for undefined origin header to ensure correct CORS behavior (#3033)
fix: ignore allowed origins from chatbot config when origin header is undefined as correct cors behavior
2024-08-18 21:02:31 +01:00
Alex Linder 2e689f2cff bugfix: update placeholder for SQL database connection string (#3034)
chore: update placeholder for SQL database connection string
2024-08-18 21:02:16 +01:00
Mohamed Yasser Oaf d5153c3840 Added meilisearch retriever component (#2824)
* added meilisearch retriever and credentials.ts

* added semantic ratio

* removed a TODO implementatio

* meilisearch component implemented with searching and upsert functionality (#3)

meilisearch retriever component created , searching for an existing index and upserting a new or existing index has been implemented , component utilizes langchain and meilisearch vector search

Reviewed-on: https://git.beyond.cc/ntg/flowise/pulls/3
Reviewed-by: mohamed1999akram <mohamed1999akram@gmail.com>

* added CI/CD for ntg branch, added proper dockerfile for flowise-ntg (#4)

Reviewed-on: https://git.beyond.cc/ntg/flowise/pulls/4
Reviewed-by: mohammad <mohammad@noreply.git.beyond.cc>

* modified os version , removed linting errors , removed cypress github actions (#5)

added --no-lock-file flag to pass CICD , made the runner run on debian and not ubuntu , removed code that caused warnings to pass linting

Reviewed-on: https://git.beyond.cc/ntg/flowise/pulls/5
Reviewed-by: omaryassery <omarryassser@gmail.com>

* removed unnecessary QEMU install action (#6)

Reviewed-on: https://git.beyond.cc/ntg/flowise/pulls/6
Reviewed-by: omaryassery <omarryassser@gmail.com>

* removed cypress installation and linting from dockerfile (#7)

Reviewed-on: https://git.beyond.cc/ntg/flowise/pulls/7
Reviewed-by: isameh <isameh@ntgclarity.com>

* dockerfile-ntg-modification (#9)

dockerfile-ntg modified to copy all working directory before calling pnpm install
Reviewed-on: https://git.beyond.cc/ntg/flowise/pulls/9
Reviewed-by: isameh <isameh@ntgclarity.com>

* resolved comments, reverted CI/CD

* add test docker build yml back

* moved meilisearch to vector store folder

* Update Meilisearch.ts

---------

Co-authored-by: Henry <hzj94@hotmail.com>
Co-authored-by: Henry Heng <henryheng@flowiseai.com>
2024-08-18 12:23:45 +01:00
Henry Heng 0a36aa7ef4 Feature/Add message history to agents (#3031)
add message history to agents
2024-08-17 19:28:01 +01:00
apeng-singlestore 36c6c6425c Updated logo for singlestore (#3018) 2024-08-16 19:46:46 +01:00
Henry Heng b9f0ec3a3f Bugfix/stream custom tool return direct (#3003)
stream custom tool return direct
2024-08-12 18:35:15 +01:00
Henry Heng f57dc2477f Release/2.0.5 (#3001)
🥳 flowise patch bugfix @2.0.5
2024-08-12 14:51:17 +01:00
Henry Heng 3f1a10250f Bugfix/Loader delete error (#3002)
fix loader delete error
2024-08-12 14:42:15 +01:00
Henry Heng 68769f4bbc Feature/Add content and metadata key for qdrant (#2997)
add content and metadata key for qdrant
2024-08-11 21:00:48 +01:00
Henry Heng d4b41689da Bugfix/Tool Agent output message (#2990)
* add fix for tool agent output message

* pin langchain core dependency
2024-08-10 13:56:08 +01:00
Henry Heng 376e644cec Feature/Add ability to get vars from text input (#2986)
add ability to get vars from text input
2024-08-09 17:31:21 +01:00
Henry Heng d1da628b7c Feature/Add base path to azure (#2984)
add base path to azure
2024-08-09 14:28:52 +01:00
Henry Heng 9da05acc30 Bugfix/add regex to csv and airtable agent (#2983)
add regex to csv and airtable agent
2024-08-09 13:03:07 +01:00
xyh136138 b833fd8f7d bug-fix:https://ts.llamaindex.ai/modules/low_level/response_synthesizer The webpage has expired. (#2974)
bug-fix:https://ts.llamaindex.ai/modules/low_level/response_synthesizer The webpage is no longer valid and has been moved to https://ts.llamaindex.ai/modules/response_synthesizer

Co-authored-by: =熊宇豪 <xiongyuhao@pachiratech.com>
2024-08-09 11:39:45 +01:00
toi500 bf7a7f8a96 Spider Search / Scrape as a Tool (#2972)
adding tools

Co-authored-by: toi500 <toi500@gmail.com>
2024-08-09 11:35:18 +01:00
Henry Heng 0c161956ad Release/2.0.4 (#2971)
🥳 flowise patch bugfix @2.0.4
2024-08-08 00:32:57 +01:00
Henry Heng 75ff97ef12 Bugfix/Add langchainhub dependency (#2970)
add langchainhub dependency
2024-08-08 00:25:20 +01:00
Henry Heng f4dfe1803d Release/2.0.3 (#2966)
🥳 flowise@2.0.3
2024-08-07 19:20:44 +01:00
Henry Heng cd65d66145 Chore/update flowise embed version @1.3.10 (#2965)
* update flowise-embed version on lock file

* add agent messages to share chatbot

* Update pnpm-lock.yaml

* update flowise-embed version

* update flowise-embed to 1.3.9
2024-08-07 19:08:46 +01:00
Vinod Kiran c0bae635b0 Document Store - Phase 2 (#2912)
* Document Store - Phase 2

* Adding additional columns for vector store config, document store phase 2

* Adding additional columns for vector store config, document store phase 2

* Document Store - Phase 2 - Upsert and Query

* ux cleanup

* retrieval settings and more ux changes

* adding MMR params to execution

* Making the upsert process async.

* add upsert history changes

* making the searchParams dynamic

* removing unnecessary params

* add ability to delete data from vector store

* update margin for vector store query

* adding option to save config in the retrieval playground

* adding chunk number for query return chunks

* Adding a Document Store node in the VectorStore category

* update doc store status, ui touchup

---------

Co-authored-by: Henry <hzj94@hotmail.com>
2024-08-07 18:59:52 +01:00
Lucas Cruz c7306c93d7 Add prompt template from langfuse (#2883)
* feat: add langfuse prompt template

* style: change component label

* style: adjust some semi-colons and add author field

* add credential to PromptLangfuse.ts

* fix linting issue

---------

Co-authored-by: Henry Heng <henryheng@flowiseai.com>
2024-08-07 12:08:31 +01:00
Kyle Nakamura 44adebe953 Chore/Vertically center text labels in MuiDrawer side menu (#2954)
* Chore/Vertically center side menu button labels

- Some labels, such as 'Agentflows', were not vertically centered in
  their containers in the side menu (MuiDrawer component).
- Fixed the alignment by styling text containers (`<ListItemText>`) with
  automatic vertical margins.
- Maintained existing vertical margins by adding a 4px vertical margin
  to the primary text element (`<Typography>`).
- Note: future work is needed to fix vertical alignment of the BETA
  chip, plus the margin between primary text elements and the secondary
  captions should probably be reduced by half.

* Chore/Vertically center side menu BETA chips

- The 'BETA' chips in the side menu were not vertically centered in
  their containers in the side menu (MuiDrawer component).
- These chips previously appeared to be vertically centered only by
  coincidence and only when their corresponding text label had no caption.

* Chore/Adjust top margin of captions in side menu

- Added `mt: -0.6` to the secondary (caption) label to replicate the
  original gap between the primary and secondary labels.
- This adjustment was needed only after the vertical alignment of the
  primary text labels were fixed in a prior commit.
2024-08-07 11:47:30 +01:00
saatchi-david 67c119c1ca OpenAI Model Updates (#2956)
* Added distinct GPT4o and GPT4o-mini versions, updated label of models that point to latest versions.

* fix linting issue

---------

Co-authored-by: Henry Heng <henryheng@flowiseai.com>
2024-08-07 11:47:21 +01:00
Ong Chung Yau 5c78f77be9 fix migration with wrong unix timestamp (#2958) 2024-08-07 18:33:53 +08:00
Henry Heng ee8f9bb37c Chore/Move @langchain/core dependency to components (#2945)
* move lc core dependency to components

* anchor @langchain/aws version

* update agentic RAG template
2024-08-06 14:41:21 +01:00
Henry Heng 70d7420d02 Feature/Seq Agent Nodes Update (#2942)
update all seg agent nodes to 2.0 for UI UX improvements
2024-08-06 11:30:08 +01:00
Henry Heng 7153093bfc Release/2.0.2 (#2934)
🥳 flowise@2.0.2 release
2024-08-05 13:18:39 +01:00
Henry Heng 40802fbee9 Chore/update flowise embed version (#2932)
* update flowise-embed version on lock file

* add agent messages to share chatbot

* Update pnpm-lock.yaml

* update flowise-embed version

* update flowise-embed to 1.3.9
2024-08-05 12:57:08 +01:00
Cosso edbaa539df AWS Bedrock embeddings call retry extension (#2917)
* AWS Bedrock embeddings call retry extension

* Removed unnecessary commented line

---------

Co-authored-by: Rok Pajk Kosec <rok.pajkkosec@gmail.com>
2024-08-02 22:49:15 +01:00
William Espegren 99ef9214c7 feat: additional metadata added to Spider tool (#2923)
* feat: additional metadata added to Spider tool

* console.log error instead of throwing to keep flow

* add omit

* pnpm lint
2024-08-02 22:48:48 +01:00
William Espegren 64d9de205f acknowledge and provide fix for common error (#2924) 2024-08-01 15:51:04 +01:00
Asharib Ali c103835d49 Update Perplexity AI Tool: BugFix Authorization and Update Model (#2916)
Fix Authorization Bug and Update Model in Perplexity AI Tool
2024-07-31 17:38:05 +01:00
Henry Heng dd7e3eef04 Bugfix/Check condition when input is undefined (#2914)
fix check condition when input is undefined
2024-07-30 23:20:36 +01:00
Cosso c899c05693 Feature/AWS Bedrock Knowledge Bases retriever (#2905)
* AWS Bedrock Knowledge bases retriever added

* Moved @langchain/aws from root dependency to overrides

* pnpm-lock.yaml update

---------

Co-authored-by: Rok Pajk Kosec <rok.pajkkosec@gmail.com>
2024-07-30 16:40:59 +01:00
Henry Heng 7f668e6413 Bugfix/modify column types to longtext (#2908)
modify column types to longtext
2024-07-30 16:39:19 +01:00
Brad 5d906e7b5c update Dockerfile to fix broken build (increase node js memory limit) (#2898)
fix Dockerfile to fix node js mem limit
2024-07-30 01:14:51 +01:00
Henry Heng 27cb143fef Feature/Community Node (#2902)
add feature to enable community node
2024-07-29 16:52:47 +01:00
Henry Heng b5d969b2bb Feature/prepend messages to agent graph (#2897)
prepend messages to agent graph
2024-07-29 11:09:38 +01:00