Vinod Kiran
40e36d1b39
Feature/DocumentStore ( #2106 )
...
* datasource: initial commit
* datasource: datasource details and chunks
* datasource: Document Store Node
* more changes
* Document Store - Base functionality
* Document Store Loader Component
* Document Store Loader Component
* before merging the modularity PR
* after merging the modularity PR
* preview mode
* initial draft PR
* fixes
* minor updates and fixes
* preview with loader and splitter
* preview with credential
* show stored chunks
* preview update...
* edit config
* save, preview and other changes
* save, preview and other changes
* save, process and other changes
* save, process and other changes
* alpha1 - for internal testing
* rerouting urls
* bug fix on new leader create
* pagination support for chunks
* delete document store
* Update pnpm-lock.yaml
* doc store card view
* Update store files to use updated storage functions, Document Store Table View and other changes
* ui changes
* add expanded chunk dialog, improve ui
* change throw Error to InternalError
* Bug Fixes and removal of subFolder, adding of view chunks for store
* lint fixes
* merge changes
* DocumentStoreStatus component
* ui changes for doc store
* add remove metadata key field, add custom document loader
* add chatflows used doc store chips
* add types/interfaces to DocumentStore Services
* document loader list dialog title bar color change
* update interfaces
* Whereused Chatflow Name and Added chunkNo to retain order of created chunks.
* use typeorm order chunkNo, ui changes
---------
Co-authored-by: Henry <hzj94@hotmail.com>
Co-authored-by: Henry Heng <henryheng@flowiseai.com>
2024-05-06 15:23:27 +01:00
Henry Heng
5a137a478c
Feature/TogetherAI ( #2318 )
...
add togetherAI
2024-05-04 18:25:13 +01:00
Ilango
db452cd74d
Feature: Collect contact information from users inside the chatbot ( #1948 )
...
* Add leads settings to chatflow configuration
* Add leads tab to chatflow configuration with options for lead capture
* Add database entity and migrations for leads
* Add endpoint for adding and fetching leads
* Show lead capture form in UI chat window when enabled
* Add view leads dialog
* Make export leads functional
* Add input for configuring message on successful lead capture
* Add migrations for adding lead email in chat message if available
* show lead email in view messages
* ui touch up
* Remove unused code and update how lead email is shown in view messages dialog
* Fix lead not getting saved
* Disable input when lead form is shown and save lead info to localstorage
* Fix lead capture form not working
* disabled lead save button until at least one form field is turned on, get rid of local storage _LEAD
* add leads API to as whitelist public endpoint
* Send leadEmail in internal chat inputs
* Fix condition for disabling input field and related buttons when lead is enabled/disabled and when lead is saved
* update leads ui
* update error message and alter table add column sqlite migration
---------
Co-authored-by: Henry <hzj94@hotmail.com>
2024-05-02 01:54:59 +01:00
Henry Heng
5775947586
Bugfix/IP API ( #2283 )
...
fix ip API
2024-04-29 22:19:31 +01:00
Naga31
51058b2a31
Fix for 1869 Issue of Update Crendential ( #2260 )
...
Fix 1869 Issue of Update Crendential
2024-04-26 16:10:47 +01:00
Henry
723837b30f
🥳 flowise@1.6.6 release
2024-04-25 21:28:48 +01:00
Henry Heng
7360d1d9a6
Feature/OpenAI Assistant V2 ( #2258 )
...
* add gpt4 turbo to assistant
* OpenAI Assistant V2
* update langfuse handler
2024-04-25 20:14:04 +01:00
Vinod Kiran
7006d64de0
Feature/s3 storage ( #2226 )
...
* centralizing file writing....
* allowing s3 as storage option
* allowing s3 as storage option
* update s3 storage
---------
Co-authored-by: Henry <hzj94@hotmail.com>
2024-04-23 11:35:38 +01:00
Henry Heng
95beaba9d9
Chore/Update langchain version, openai, mistral, vertex, anthropic ( #2180 )
...
* update langchain version, openai, mistral, vertex, anthropic, introduced toolagent
* upgrade @google/generative-ai 0.7.0, replicate and faiss-node
* update cohere ver
* adding chatCohere to streaming
* update gemini to have image upload
* update google genai, remove aiplugin
2024-04-20 02:20:30 +01:00
YISH
b7e4fc9517
Optimize `getEndingNodes` ( #2133 )
2024-04-19 02:12:24 +01:00
Vinod Kiran
6bd8aaefc8
Bugfix/speech input on Safari/iOS ( #1971 )
...
* debug to identify
* Safari sends audio file as mp4 and nor webp
* Safari on iOS needs special handling
* lint fixes
* updated condition
* Remove unused import
---------
Co-authored-by: Ilango <rajagopalilango@gmail.com>
2024-04-19 01:28:09 +01:00
automaton82
2cadd68a43
Changing 'Output Schema' to 'Input Schema' ( #2199 )
2024-04-17 10:30:41 +01:00
Henry
b34094035d
🥳 flowise@1.6.5 minor release
2024-04-13 01:04:13 +01:00
Vinod Kiran
788d40f26b
Feature/externalize model list ( #2113 )
...
* fixes
* test json
* test json
* externalize model list
* externalize model list
* correcting awsChatBedRock Name
* lint fixes
* externalize models
* externalize chat models
* externalize chat models
* externalize llm models
* externalize llm models
* lint fixes
* addition of models for ChatMistral
* updating version numbers for all imapacted nodes.
* marketplace template updates
* update embeddings, marketplaces, add chatCohere
* config changes for new env variable
* removal of local models.json
* update models json file
---------
Co-authored-by: Henry <hzj94@hotmail.com>
2024-04-12 12:46:10 +01:00
Henry Heng
c33642cdf9
Feature/Buffer Memory SessionId ( #2111 )
...
* add sessionId to buffer memory, add conversation summary buffer memory
* add fix for conv retrieval qa chain
2024-04-11 11:18:39 +01:00
Octavian FlowiseAI
d7194e8aaa
Chore/consistent services and error handlers ( #2101 )
...
* Update index.ts
* Update buildChatflow.ts
* Update index.ts
* Update index.ts
* Update index.ts
* Update index.ts
* Update index.ts
* Update index.ts
* Update index.ts
* Update index.ts
* Consistency
* Rename ApiError to InternalServerError
* Use InternalFlowiseError in controllers
* Use InternalFlowiseError in services
* Catch routes without preconditioned parameters
* Reconfigure the route precondition checks
* Fix router precondition checks
* cleanup status codes, get proper error messages
---------
Co-authored-by: Henry <hzj94@hotmail.com>
2024-04-11 11:11:01 +01:00
Henry Heng
024b2ad22e
Feature/Update csv agent ( #2143 )
...
update csv agent
2024-04-09 21:22:00 +01:00
Henry
d96459d87b
🥳 flowise@1.6.4 minor release
2024-04-09 16:38:45 +01:00
Henry Heng
19e14c4798
Bugfix/Undefined Flowdata ( #2116 )
...
add fix for undefined flowdata
2024-04-07 12:01:57 +01:00
Vinod Kiran
658fa3984e
Feature/externalize files from chatflow - do not save as base64 ( #1976 )
...
* initial commit. Externalizing the file base64 string from flowData
* csv - docloader - Externalizing the file base64 string from flowData
* csv - docloader - Externalizing the file base64 string from flowData
* DocX - docloader - Externalizing the file base64 string from flowData
* Json - docloader - Externalizing the file base64 string from flowData
* Jsonlines - docloader - Externalizing the file base64 string from flowData
* PDF - docloader - Externalizing the file base64 string from flowData
* Vectara - vector store - Externalizing the file base64 string from flowData
* OpenAPIToolkit - tools - Externalizing the file base64 string from flowData
* OpenAPIChain - chain - Externalizing the file base64 string from flowData
* lint fixes
* datasource enabled - initial commit
* CSVAgent - agents - Externalizing the file base64 string from flowData
* Externalizing the file base64 string from flowData
* Externalizing the file base64 string from flowData
* add pnpm-lock.yaml
* update filerepository to add try catch
* Rename FileRepository.ts to fileRepository.ts
---------
Co-authored-by: Henry <hzj94@hotmail.com>
Co-authored-by: Henry Heng <henryheng@flowiseai.com>
2024-04-04 21:41:06 +05:30
Henry
eed7de6df5
🥳 flowise@1.6.3 release
2024-04-04 15:16:44 +01:00
falkor
87e30399d4
fix missing comma upon sql migration query ( #2095 )
...
* fix missing comma upon sql migration query
* fix missing comma
2024-04-03 23:46:10 +01:00
Henry Heng
e422ce287b
Feature/Indexing ( #1802 )
...
* indexing
* fix for multiple files upsert
* fix default Postgres port
* fix SQLite node description
* add MySQLRecordManager node
* fix MySQL unique index
* add upsert history
* update jsx ui
* lint-fix
* update dialog details
* update llamaindex pinecone
---------
Co-authored-by: chungyau97 <chungyau97@gmail.com>
2024-04-02 23:47:19 +01:00
Octavian FlowiseAI
957694a912
feature: modularized express routes for reusability, testability, composability and performance ( #2030 )
...
* transition GET /api/v1/apikey
* transition POST /api/v1/apikey
* transition PUT /api/v1/apikey/:id
* transition DELETE /api/v1/apikey/:id
* Enable e2e tests for api/v1/apikey routes
* remove unused addChatflowsCount
* Enable e2e tests for api/v1/variables routes
* Enable Cypress in GitHub Action
* Update main.yml
* Update main.yml
* Transition GET /api/v1/variables
* Enable cypress on github workflow
* Transition POST /api/v1/variables
* Transition PUT /api/v1/variables
* Transition DELETE /api/v1/variables
* Transition GET /api/v1/variables
* Transition GET /api/v1/chatflows
* Transition GET /api/v1/chatflows/:id
* Transition POST /api/v1/chatflows
* Transition DELETE /api/v1/chatflows/:id
* Transition PUT /api/v1/chatflows/:id
* Transition GET /api/v1/chatflows/apikey/:apiKey
* Transition GET /api/v1/credentials
* Transition POST /api/v1/credentials
* Transition GET /api/v1/credentials/:id
* Transition PUT /api/v1/credentials/:id
* Transition DELETE /api/v1/credentials/:id
* Transition GET /api/v1/tools
* Transition GET /api/v1/tools/:id
* Transition POST /api/v1/tools
* Transition PUT & DELETE /api/v1/tools/:id
* Transition /api/v1/assistants routes
* Transition /api/v1/nodes routes
* Transition GET /api/v1/chatflows-streaming/:id & GET /api/v1/chatflows-uploads/:id
* wip-all-routes
* Transition GET /api/v1/public-chatflows/:id & /api/v1/public-chatbotConfig/:id
* Remove ts-ignore annotations
* Transition GET /api/v1/chatmessage/:id
* Transition POST /api/v1/chatmessage/:id
* delete /api/v1/chatmessage/:id
* transition /api/v1/feedback/:id routes
* transition /api/v1/stats/:id
* Transition GET /api/v1/openai-assistants/:id
* Transition GET /api/v1/openai-assistants
* Transition POST /api/v1/openai-assistants-file
* transition GET /api/v1/get-upload-path
* transition GET /api/v1/get-upload-file
* transition GET /api/v1/flow-config/:id
* transition POST /api/v1/node-config
* transition GET /api/v1/version
* transition GET /api/v1/fetch-links
* transition POST /api/v1/vector/upsert/:id
* transition POST /api/v1/vector/internal-upsert/:id
* transition POST /api/v1/load-prompt
* Update index.ts
* transition POST /api/v1/prompts-list
* transition predictions
* Update index.ts
* transition GET /api/v1/marketplaces/templates
* Router update modularity cleanup
* extend request interface - express namespace
* Update index.ts
* add errorMiddleware
* Add custom application error handler
* Fix pnpm lock file
* prediction return and vector upsert
* Move the getUploadsConfig into its own file
* Remove lint warnings
* fix undefined variable value
* Fix node-load-method api call
* standardize the error message display
* Apply review comment bugfixes
* Update index.ts
* standardize error message display in snack notifications
* Error message standard in the UI
* Rename flowXpressApp to appServer
* Upload middleware fix and axios update
* fix async await
---------
Co-authored-by: Henry <hzj94@hotmail.com>
2024-04-02 16:44:04 +01:00
Zheng Can
a09b7f7e39
Use mysql2 to fix mysql connection issue for mysql 8 ( #1955 )
...
* Use mysql2 to fix mysql connection issue for mysql 8
* update pnpm-lock
* update pnpm-lock
* fix lint issue
* fix lint issue
2024-03-30 23:58:15 +08:00
Henry Heng
7e84049990
Bugfix/Postgres migration column type ( #2026 )
...
fix postgres migration column type
2024-03-24 19:56:07 +08:00
Emrah TOY
813f622f6d
Fix #2000 ( #2021 )
...
* ChatId andSessionId returned back to varchar type.
* Will fix problems for the users whom already migrated to 1.6.2
---------
Co-authored-by: Emrah TOY <emrah.toy@mtekbilisim.com>
2024-03-23 15:11:43 +08:00
Vinod Paidimarry
0c0308b9c4
BugFix/Spelling correction in telemetry payload ( #2001 )
...
spelling correction
2024-03-21 01:51:50 +08:00
Henry
57efa25fe5
🥳 flowise@1.6.2 release
2024-03-20 01:17:50 +08:00
Henry Heng
c11c43cf0d
Feature/OpenAI Tool Agent ( #1991 )
...
add openai tool agent
2024-03-19 19:07:13 +08:00
Emrah TOY
ec1bbc84bc
Fix#1947 ( #1960 )
...
* Fixes #1947
* Lint fix
* fallback from timestamp with timezone to timestamp
---------
Co-authored-by: Emrah TOY <emrah.toy@mtekbilisim.com>
2024-03-19 17:57:45 +08:00
Henry Heng
cd4c659009
Feature/Mistral FunctionAgent ( #1912 )
...
* add mistral ai agent, add used tools streaming
* fix AWS Bedrock imports
* update pnpm lock
2024-03-18 13:17:00 +08:00
vinodkiran
01559d4da3
Adding support for AzureChatOpenAI
2024-03-16 09:39:09 +05:30
Henry
fa081acea0
Merge branch 'main' into feature/Indexing
...
# Conflicts:
# pnpm-lock.yaml
2024-03-15 15:30:37 +08:00
Ilango
0ebfa68b93
Merge pull request #1873 from 0xi4o/feature/chatflow-configuration
...
Feature: Add configuration dialog for chatflow
2024-03-13 17:48:33 +05:30
Ilango
02963ce0d5
Fix warnings
2024-03-13 05:57:10 +05:30
Emrah TOY
c4cc13c9c7
Primary Key name must be unique
...
Former pk were used in AddVariables migration file
2024-03-12 22:22:59 +03:00
Henry
56b610cfa2
🥳 flowise@1.6.1
2024-03-13 01:51:11 +08:00
Ilango
0726fc3751
Merge pull request #1733 from 0xi4o/feature/chat-message-feedback
...
Feature: Chat message feedback
2024-03-12 16:35:43 +05:30
Henry Heng
474681e113
Merge pull request #1832 from mokeyish/patch-2
...
Fix the logic error of `getStartingNodes`
2024-03-12 16:49:08 +08:00
Ilango
b6e0b08f92
Fix merge conflicts
2024-03-12 13:29:30 +05:30
Ilango
63d9c94048
Merge pull request #1272 from use-the-fork/maintenance/pnpm-vite-jsx
...
Maintenance/pnpm vite jsx (Enhancements to the Project Infrastructure)
2024-03-12 12:59:04 +05:30
Ilango
7313891ea1
Fix merge conflict
2024-03-12 12:46:25 +05:30
Henry Heng
e58cf02227
Merge pull request #1834 from mokeyish/patch-4
...
Fix duplicated calculation of nodes and dependent nodes are not initialized
2024-03-12 14:14:00 +08:00
Ilango
150da68dc8
Fix merge conflicts
2024-03-11 22:21:25 +05:30
Ilango
2a30dbfd4c
Fix issue in total feedback received stat
2024-03-11 22:00:43 +05:30
Ilango
ed6b3b2a6d
Update stats API - date and source filters apply to stats
2024-03-11 21:54:42 +05:30
Ilango
131eccef45
Implement chat message feedback for UI chat window
2024-03-11 21:07:20 +05:30
YISH
b625104433
Update index.ts
2024-03-11 20:00:43 +08:00
Henry Heng
90d40e115f
Merge pull request #1843 from mokeyish/patch-6
...
Fix the failure to resolve variables for OverrideConfig(Json Object)
2024-03-11 18:59:36 +08:00