Pavlo Paliychuk
1015e1193f
chore: Bump zep cloud sdk version and clean up zep cloud vector store node ( #2767 )
2024-07-12 18:01:00 +01:00
Henry Heng
3cbbd59242
Bugfix/Enum type tools for gemini ( #2766 )
...
fix enum type tools for gemini
2024-07-09 00:25:18 +01:00
Ahmed Osman
90558ca688
FIX #2617 Cherio Web Crawler doesn't work with large sites ( #2678 )
...
* FIX #2617 Big sites scan error
* FIX #2617 Big sites scan error - review fix
---------
Co-authored-by: Ahmed Osman <ahmed.osman@evolpe.pl>
2024-07-05 11:34:47 +01:00
Arun Lodhi
b1e38783e4
Bugfix/observation-includes-not-function ( #2744 )
...
* Bugfix: observation?.includes is not a function
* Check type of observation before checking source document prefix
* lint-fix
---------
Co-authored-by: Henry Heng <henryheng@flowiseai.com>
2024-07-05 11:26:05 +01:00
Mubashir Shariq
dfdeb02b3a
Feat/added chattBaiduWenxin chat model ( #2752 )
...
* added cahtBaiduWenxin model
* fix linting
* fixed linting
* added baidu secret key
2024-07-05 11:25:37 +01:00
William Espegren
cacbfa8162
feat: Add limit parameter to Spider tool ( #2762 )
...
* feat: Add limit parameter to Spider tool
* fix pnpm lint
2024-07-05 11:23:34 +01:00
William Espegren
656f6cad81
Feature/Spider (open-source web scraper & crawler) ( #2738 )
...
* Add Spider Scraper & Crawler
* fix pnpm lint
* chore: Update metadata to be correct format
* fix pnpm lint
2024-07-02 00:00:52 +01:00
Henry Heng
cc24f94358
Release/1.8.3 ( #2730 )
...
* release flowise 1.8.3
* update flowise-components to 1.8.5
* Update pnpm-lock.yaml
2024-06-26 14:55:30 +01:00
Henry Heng
b55f87cc40
Feature/FireCrawl ( #2728 )
...
* add firecrawl
* Update FireCrawl.ts (#2692 )
---------
Co-authored-by: Eric Ciarla <43451761+ericciarla@users.noreply.github.com>
2024-06-26 14:40:43 +01:00
Henry Heng
7067f90153
Release/1.8.3 ( #2727 )
...
release flowise 1.8.3
2024-06-26 14:01:26 +01:00
Henry Heng
d0354bb25c
Chore/update flowise embed version ( #2722 )
...
* update flowise-embed version on lock file
* add agent messages to share chatbot
2024-06-26 02:18:08 +01:00
Henry Heng
109b0367cc
Bugfix/Pinecone Text Key ( #2708 )
...
* add source tag to pinecone
* update pinecone
* add text key to pinecone
* update pinecone version, and singleton
2024-06-24 02:08:30 +01:00
rennokki
eff1336b82
update: VoyageAI Models ( #2688 )
...
* Updated VoyageAI Models
* Update VoyageAI Rerankers
* Update VoyageAIRerankRetriever.ts
---------
Co-authored-by: Henry Heng <henryheng@flowiseai.com>
2024-06-21 16:52:54 +01:00
YISH
18b83333d3
Fix `observation?.includes is not a function` ( #2696 )
2024-06-21 16:45:20 +01:00
Rogério Chaves
0fc5e3d0c5
Add LangWatch integration ( #2677 )
...
Add langwatch integration
2024-06-21 16:26:55 +01:00
Henry Heng
f811fc4e5d
Chore/Sonnet 3.5 ( #2698 )
...
* 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
2024-06-21 14:23:06 +01:00
Daniel D'Abate
d4f80394d3
Feature - Add option to start a new session with each interaction with the Chatflow tool ( #2633 )
...
* Feature - Add option to start a new session with each interaction with the Chatflow tool
* ChatflowTool - Create random chatId when startNewSession is set
2024-06-20 00:03:45 +01:00
Henry Heng
842bfc66fe
Feature/Add ability to upload image url when calling API ( #2683 )
...
add ability to upload image url when calling API
2024-06-19 23:26:56 +01:00
Henry Heng
72e5287343
Feature/Add tool choices to openai assistant ( #2682 )
...
add tool choices to openai
2024-06-19 22:41:53 +01:00
Henry Heng
b662dd79c6
Feature/Add Text Key to Pinecone ( #2681 )
...
* add source tag to pinecone
* update pinecone
* add text key to pinecone
* update pinecone version, and singleton
2024-06-19 21:10:09 +01:00
Henry Heng
1849637af8
Bugfix/Update retriever tool wordings ( #2679 )
...
update retriever tool wordings
2024-06-19 18:49:01 +01:00
Henry Heng
21743656a8
Feature/Add multi query retriever ( #2676 )
...
add multi query retriever
2024-06-19 14:52:58 +01:00
Henry Heng
b5ead0745b
Feature/Add filter to Postgres VectorStore ( #2674 )
...
* add filter to pgvs
* fix types
2024-06-19 13:44:20 +01:00
Mohamed Akram
c34eb8ee15
Unstructured Upsert bug ( #2628 )
...
* Unstructured Upsert bug
When upserting with the API, the uploaded files are of type pdfFile, txtFile, etc.
but the code reads only fileObject which is the uploaded file using the button
* Update UnstructuredFile.ts
fixed linting error
---------
Co-authored-by: Mohamed Akram <makram@ntgclarity.com>
2024-06-14 02:39:46 +01:00
Henry Heng
f2c6a1988f
Chore/models update ( #2634 )
...
* add gemini flash
* add gemin flash to vertex
* add gemin-1.5-flash-preview to vertex
* add azure gpt 4o
2024-06-13 14:35:35 +01:00
Henry Heng
5ba468b4cc
🥳 flowise@1.8.2 release ( #2625 )
2024-06-11 22:39:59 +01:00
jiabaow
6fb775fe95
add Fireworks LLM ( #2597 )
...
* add Fireworks LLM
* support multiple models
* Update Fireworks.ts
* fix linting
---------
Co-authored-by: Henry Heng <henryheng@flowiseai.com>
2024-06-11 21:56:34 +01:00
Mingxin Hou
88ee9b09a7
Fireworks ai chat model ( #2596 )
...
* fireworks chat model
* add chatFireworks to streamAvaliableLLMs
* add model parameter input
* Update ChatFireworks.ts
* fix linting
---------
Co-authored-by: Henry Heng <henryheng@flowiseai.com>
2024-06-11 21:56:22 +01:00
Torsten Raudssus
66e1296a06
Searxng Tool implementation ( #2599 )
...
* Searxng Tool implementation, first commit with most functionality
* Fixed complains of pnpm lint
* Picky linter
2024-06-11 16:29:07 +01:00
Daniel D'Abate
34251fa336
Bugfix - Add x-forwarded-proto as source for http protocol for base url and add base url field to ChatflowTool ( #2592 )
2024-06-07 12:04:25 +01:00
Daniel D'Abate
a799ac8087
Improve OpenSearchURL credential storing user and password in separate fields from the URL ( #2549 )
...
OpenSearch - Improve OpenSearchURL credential storing user and password in separate fields from the URL
2024-06-04 02:31:36 +01:00
Henry
76abd20e85
🥳 flowise-components@1.8.2 minor bugfix release
2024-06-03 13:34:21 +01:00
Henry Heng
272fd914bd
Bugfix/supabase upsert ids ( #2561 )
...
* fix upserting same id with supabase
* remove dedicated addvectors logic for ids
* Update pnpm-lock.yaml
* add fix for null id column
2024-06-03 13:09:59 +01:00
Henry Heng
f2a0ffe542
Bugfix/Check for proper thread id and avoid throwing error ( #2551 )
...
check for proper thread id and avoid throwing error
2024-06-02 02:41:48 +01:00
Henry Heng
8c66d2c735
Bugfix/Avoid passing runnable assign when worker agent has no input variables ( #2550 )
...
avoid passing runnable assign when worker agent has no input variables
2024-06-02 02:33:40 +01:00
Henry Heng
e15e6fafdc
Bugfix/Disable output prediction from llmchain streaming ( #2543 )
...
disable output prediction from llmchain streaming
2024-06-01 12:37:00 +01:00
Daniel D'Abate
e5f0ca2dd3
Fix OpenSearch vector store upsert ( #2545 )
2024-06-01 12:36:39 +01:00
Henry
f64931bfcc
🥳 flowise-components@1.8.1 minor bugfix release
2024-06-01 00:08:49 +01:00
Henry Heng
b5b929e192
Feat/Exa Search Tool ( #2524 )
...
* add exa search tool
* add exa svg
2024-05-30 22:27:17 +01:00
Fahreddin Özcan
7706b3484a
Update Upstash Logo for White Background ( #2511 )
...
* update: upstash logo for white background
* update: upstash chat memory logo
2024-05-30 22:20:02 +01:00
Rafael Reis
eb738a1552
Fix for Whisper Error: 'File is not defined' when using Speech to Text ( #2526 )
...
* tested ok
* update localai stt file
* update toFile method for OpenAI Assistant uploads
---------
Co-authored-by: Henry Heng <henryheng@flowiseai.com>
Co-authored-by: Henry <hzj94@hotmail.com>
2024-05-30 12:54:55 +01:00
Henry Heng
059eae4268
Bugfix/model list unreachable ( #2522 )
...
* fallback to fetch local models json file
* enable user to specify local path to load models.json
* Update pnpm-lock.yaml
2024-05-30 11:59:19 +01:00
Henry Heng
d734747ec0
Bugfix/Upserting same id with supabase ( #2521 )
...
fix upserting same id with supabase
2024-05-30 00:18:51 +01:00
Daniel D'Abate
912c8f3d5b
Feature: Support role-based authentication for AWS ( #2470 )
...
* Storage, DynamoDBChatMemory - Make AWS credentials optional to support role-based authentication
* Lint fix
2024-05-29 23:40:01 +01:00
Henry Heng
48ac815f8e
Bugfix/Restore Requests Tool ( #2513 )
...
restore requests tool
2024-05-29 23:39:11 +01:00
patrickreinan
2878af69e4
Added LOG_JSON_SPACES to control json beautify ( #2483 )
...
* Added: environment var LOG_JSON_SPACES with default value 2. Used to no beautify JSON on handler.ts
Fix: logger.verbose was not working because default log level was info
* Update handler.ts
---------
Co-authored-by: patrick <patrick.alves@br.experian.com>
Co-authored-by: Henry Heng <henryheng@flowiseai.com>
2024-05-29 18:25:32 +01:00
Henry Heng
22f39692e5
Bugfix/Use vm2 for chatflow tool ( #2482 )
...
use vm2 for chatflow tool
2024-05-24 18:57:49 +01:00
jiabaow
50c53de296
Together AI llms ( #2454 )
...
* add TogetherAI.ts skeleton
* add TogetherAI api links
* fix constructing final obj
* fix INodeData import
* fix category
* fix version & streaming
* add stop
* update constructor
* update constructor with default values
* add togetherAI logo
* add credential
* change logo
* update streaming
* disable streaming
* remove model
* clean up comment
* delete unused icon
* add togetherAI for streaming
* Update index.ts
---------
Co-authored-by: Henry Heng <henryheng@flowiseai.com>
2024-05-24 01:22:41 +01:00
patrickreinan
265de4e97e
Added Opensearch credential ( #2458 )
...
* Added Openserch credential
* fix issues detected by linter
* rename to camelcase openSearchUrl
* Update OpenSearch.ts
---------
Co-authored-by: patrick <patrick.alves@br.experian.com>
Co-authored-by: Henry Heng <henryheng@flowiseai.com>
2024-05-23 11:49:15 +01:00
Vinod Kiran
ff2381741e
Chore/upgrade llamaindex version ( #2440 )
...
* updates to loader to support file upload
* adding a todo
* upgrade llamaindex
* update groq icon
* update azure models
* update llamaindex version
---------
Co-authored-by: Henry <hzj94@hotmail.com>
2024-05-22 13:35:08 +01:00