Henry Heng
|
98eddee2a2
|
Merge pull request #1259 from FlowiseAI/feature/VectaraChain
Feature/Add vectara chain
|
2023-11-21 14:44:43 +00:00 |
|
Henry Heng
|
d4e68f2a79
|
Merge pull request #1231 from vinodkiran/FEATURE/UI-Updates
Feature/UI updates - Reorganizing Chatflow Dashboard
|
2023-11-21 11:02:41 +00:00 |
|
Henry
|
40a63008ec
|
add vectara chain
|
2023-11-20 19:34:30 +00:00 |
|
Henry
|
9a3be5f4bf
|
fix sessionid undefined
|
2023-11-20 14:38:33 +00:00 |
|
Henry
|
de7f343f90
|
Merge branch 'main' into FEATURE/UI-Updates
# Conflicts:
# packages/server/src/database/migrations/mysql/index.ts
# packages/server/src/database/migrations/postgres/index.ts
# packages/server/src/database/migrations/sqlite/index.ts
|
2023-11-20 12:18:23 +00:00 |
|
Henry Heng
|
10c3066a91
|
Merge pull request #1252 from FlowiseAI/feature/OpenAI-Assistant
Feature/Add file annotations, sync and delete assistant
|
2023-11-20 12:14:52 +00:00 |
|
Henry
|
c7add45647
|
add file annotations, sync and delete assistant
|
2023-11-20 00:55:58 +00:00 |
|
vinodkiran
|
97247713ef
|
UX Changes: Fixed 2 edge cases, (1) UI-tag not added, when the user clicks the submit without hitting enter and (2) server side error when the update/rename is attempted before any flow is opened
|
2023-11-17 11:24:55 +05:30 |
|
vinodkiran
|
a7b34848cd
|
UX Changes: Ability to set category (tags) to each chatflow; corresponding changes to table display and table search
|
2023-11-16 08:29:06 +05:30 |
|
Henry
|
4baba784c5
|
🥳 flowise@1.4.2 minor bugfix release
|
2023-11-10 16:42:22 +00:00 |
|
Henry Heng
|
9205a29787
|
Merge pull request #1207 from FlowiseAI/feature/OpenAI-Assistant
Feature/add openai assistant tools and documents fix
|
2023-11-10 16:07:00 +00:00 |
|
Henry
|
b995796938
|
add openai assistant tools and documents fix
|
2023-11-10 15:41:59 +00:00 |
|
Henry Heng
|
6ed80d8d48
|
Merge pull request #1190 from vincent-pli/correct-help-link-apichain
Correct the help link for apichain
|
2023-11-09 17:37:13 +00:00 |
|
Henry
|
0a84c2e093
|
🥳 flowise@1.4.1 minor bugfix release
|
2023-11-09 16:47:34 +00:00 |
|
Henry Heng
|
54486565b8
|
Merge pull request #1202 from FlowiseAI/feature/OpenAI-Assistant
Bugfix/Directory is not created
|
2023-11-09 16:37:23 +00:00 |
|
Henry
|
b7cd38c83d
|
fix when directory is not created
|
2023-11-09 16:12:26 +00:00 |
|
Henry
|
c7fcc90fbe
|
update flowise-ui and components package json
|
2023-11-09 13:55:21 +00:00 |
|
Henry
|
4d2ef9b7ec
|
update marketplace
|
2023-11-09 12:45:58 +00:00 |
|
Henry
|
b607c1228f
|
add upload files and tool features
|
2023-11-09 11:55:30 +00:00 |
|
vincent-pli
|
964b5a263c
|
correct the help link for apichain
|
2023-11-08 08:20:07 +08:00 |
|
Henry
|
6ccac3a544
|
🥳 flowise@1.4.0-rc.1 release
|
2023-11-07 21:23:57 +00:00 |
|
Henry
|
08eb8dd4e0
|
🥳 flowise@1.4.0-rc.1 release
|
2023-11-07 21:21:48 +00:00 |
|
Henry
|
0f293e5a59
|
add openai assistant
|
2023-11-07 20:45:25 +00:00 |
|
Henry
|
005693d19a
|
🥳 flowise@1.3.9 release
|
2023-11-03 20:05:04 +00:00 |
|
Henry
|
ec76b3c0d9
|
update marketplace llmchain templates
|
2023-11-03 13:33:38 +00:00 |
|
Henry
|
b44c203807
|
Merge branch 'main' into feature/output-parsers
# Conflicts:
# packages/ui/src/views/chatmessage/ChatMessage.js
|
2023-11-03 13:10:06 +00:00 |
|
Henry
|
4f6cab47f8
|
code cleanup
|
2023-11-03 01:33:08 +00:00 |
|
Henry
|
6ab20cd445
|
Merge branch 'main' into feature/ChatHistory2
|
2023-11-02 21:48:18 +00:00 |
|
Henry Heng
|
4f3d352606
|
Merge pull request #1162 from SearchApi/feature/add-searchapi
Add SearchApi documentloader, tool & podcast QA example
|
2023-11-02 21:46:13 +00:00 |
|
SebastjanPrachovskij
|
a240333e79
|
Run yarn lint-fix
|
2023-11-02 22:17:36 +02:00 |
|
Henry
|
689612b0d6
|
add query to vec2doc
|
2023-11-02 19:46:52 +00:00 |
|
Henry
|
039d8d26be
|
expand text file supported file types
|
2023-10-31 16:32:33 +00:00 |
|
SebastjanPrachovskij
|
7bc41939e4
|
Add SearchApi documentloader, tool & podcast QA example
|
2023-10-31 16:27:37 +02:00 |
|
Henry
|
5ff720d66c
|
remove console log
|
2023-10-31 14:11:11 +00:00 |
|
Henry
|
f57a08f59b
|
disabled ouput parser streaming
|
2023-10-31 14:07:29 +00:00 |
|
Henry
|
8857530f29
|
return JSON output in the chat
|
2023-10-29 10:27:04 +00:00 |
|
vinodkiran
|
cd6538c5f2
|
Spelling Corrections.
|
2023-10-26 11:11:10 +05:30 |
|
Henry
|
ac888844cf
|
Merge branch 'main' into feature/ChatHistory2
|
2023-10-24 14:34:37 +01:00 |
|
Henry
|
2f0b4e18f4
|
update fix when no chatflow apikey is set
|
2023-10-23 15:52:28 +01:00 |
|
Henry
|
f8130fdff9
|
fix Chatflow API Authentication
|
2023-10-23 15:46:27 +01:00 |
|
Henry
|
eef11eccca
|
Merge branch 'main' into feature/ChatHistory2
|
2023-10-18 11:57:39 +01:00 |
|
Henry
|
ea1f3f6789
|
add fix for backed chat message
|
2023-10-17 16:24:21 +01:00 |
|
automaton82
|
1595676c61
|
Fix for #911, CRLF line endings, new fix.
|
2023-10-16 16:30:25 -04:00 |
|
Henry
|
e5720f0860
|
Merge branch 'main' into feature/ChatHistory2
|
2023-10-16 13:30:03 +01:00 |
|
Henry Heng
|
49d5a86fcc
|
Revert "Fix for #911, CRLF line endings on Linux scripts."
|
2023-10-14 23:17:08 +01:00 |
|
automaton82
|
e0a1188857
|
Fix for #911, CRLF line endings on linux scripts.
|
2023-10-13 14:30:08 -04:00 |
|
Henry
|
f822745e38
|
update marketplaces
|
2023-10-13 15:58:10 +01:00 |
|
Ofer Mendelevitch
|
6a29ee8c02
|
minor update to labels
Upd 'source' in Vectara constructor
|
2023-10-12 19:45:44 -07:00 |
|
Henry
|
84a33bb404
|
🥳 flowise@1.3.8 release
|
2023-10-12 16:26:27 +01:00 |
|
Henry
|
f42a2d3387
|
add in-mem llm cache
|
2023-10-11 19:54:10 +01:00 |
|