Henry Heng
2edb63175f
Merge pull request #518 from FlowiseAI/feature/LogComponent
...
Feature/Log Component Level
2023-07-11 23:53:01 +01:00
Ong Chung Yau
bc903c7645
Merge pull request #510 from FlowiseAI/feature/API-Config
...
modify options and password api config
2023-07-11 09:25:44 +08:00
Henry
eb19c206cf
add logs to component chains/agents
2023-07-11 01:53:22 +01:00
Henry Heng
2bcc2f90b8
Merge pull request #469 from matthias/feature/winston-logging-clean
...
Added winston logging
2023-07-10 17:35:44 +01:00
Henry
cf3bd72a98
update message schema
2023-07-10 16:51:36 +01:00
chungyau97
9dd19178ff
modify password api config
2023-07-10 21:19:22 +08:00
chungyau97
f13c16569f
modify options api config
2023-07-09 18:18:04 +08:00
Henry Heng
f83f1c64d3
allow logger by default
2023-07-08 23:26:28 +01:00
Henry Heng
e66c07d336
Update utils isFlowValidForStream
...
Some chains/agents streaming are not working atm, disabling streaming for those chains/agents
2023-07-08 22:38:56 +01:00
Matthias Platzer
e977fe7d70
Update config.ts
...
/logs was in /packages -> moved it to project root (one level up)
2023-07-06 14:29:37 +02:00
Matthias Platzer
f9c76bd6b6
Merge branch 'FlowiseAI:main' into feature/winston-logging-clean
2023-07-06 11:26:09 +02:00
Henry
1d74473ef3
update deployed as nullable
2023-07-05 18:50:09 +01:00
Henry
9bca78b66a
add nullable to isPublic
2023-07-05 18:27:02 +01:00
Henry
636ad5dc0c
add deployed boolean back
2023-07-05 18:14:54 +01:00
Henry Heng
7ee2b1194d
Only enable logger when DEBUG=true
2023-07-03 23:05:51 +01:00
Henry Heng
c0f36387a7
Update start.ts
2023-07-03 22:28:17 +01:00
Henry Heng
ec777c65ea
Update logger.ts
2023-07-03 22:23:54 +01:00
Henry Heng
89511c8395
Update config.ts
2023-07-03 22:23:34 +01:00
Matthias Platzer
a9e269b52c
Added winston logging
...
- use logger.xxx instead of console.xxx
- added express middleware logging (using jsonl)
- added LOG_PATH as environment variable
- more configs postponed for later iteration
2023-07-03 17:58:41 +02:00
Henry
c8ba8e2aee
add tools marketplace
2023-07-01 23:59:51 +01:00
Henry
c66c7eadc7
add APIKEY_PATH
2023-06-30 18:31:41 +01:00
Henry
55489c1c77
add blank space
2023-06-30 14:00:57 +01:00
chungyau97
4796d84b50
fix missing public-chatflows in whitelist
2023-06-30 17:37:33 +08:00
chungyau97
7195c588dd
Merge branch 'main' into feature/Zapier
2023-06-30 09:30:38 +08:00
chungyau97
0729d0dea3
modify whitelistURLs
2023-06-30 09:18:32 +08:00
Ong Chung Yau
a5ccc991af
Merge pull request #444 from FlowiseAI/feature/Zapier
2023-06-30 08:13:03 +08:00
Henry
7141401e26
fix bug where share chatflow is not able to open on any other browser
2023-06-29 23:47:20 +01:00
chungyau97
dd8b59abb8
add zapier integration
2023-06-27 23:01:09 +08:00
Henry
e554ac54dd
add full page chatbot and react chatbot
2023-06-26 02:37:40 +01:00
Henry
8745776342
add env variables
2023-06-23 23:03:53 +01:00
Henry
4a63b68bbe
add DATABSE_PATH
2023-06-22 16:22:12 +01:00
Henry
6d931caf91
Merge branch 'main' into feature/CustomTool
2023-06-22 16:17:26 +01:00
Henry
dd328dcd51
add db_path
2023-06-22 15:47:03 +01:00
Henry
70da39629c
add custom tool
2023-06-21 18:31:53 +01:00
Henry
d10dce0ccb
add first chat message not found from API call
2023-06-17 09:57:26 +01:00
Henry
86ab30510c
add openai function calling support
2023-06-14 01:05:37 +01:00
Henry
243eca348d
disable stream when in child mode
2023-06-12 22:41:45 +01:00
Henry Heng
9809919868
Merge pull request #284 from wangerzi/feature/SupportZepMemoryAndAutoSummary
...
feature/SupportZepMemoryAndAutoSummary
2023-06-12 22:33:46 +01:00
Jeffrey-Wang
a5c408dbe8
fix: remove useless query
2023-06-12 23:45:41 +08:00
Jeffrey-Wang
fe6737a6cb
fix: childprocess chatId.
2023-06-12 21:52:46 +08:00
Jeffrey-Wang
fd9d6fcb03
fix: zep memory
2023-06-11 23:30:26 +08:00
Jeffrey-Wang
023967e0c2
feat: unique chat id
2023-06-11 13:14:53 +08:00
Henry
6522b3a602
add PORT and EXECUTION_MODE flags
2023-06-10 17:46:27 +01:00
Henry Heng
ff93d11913
Merge pull request #274 from FlowiseAI/feature/ConversationalRetrievalQAChain_Prompt
...
Feature/Return SourceDocuments
2023-06-09 09:59:24 +01:00
Henry
b071790a5a
add return source documents functioanality
2023-06-08 23:51:34 +01:00
Henry Heng
1cf22c3155
Merge pull request #252 from yaredtsy/bugfix/undefined_nodeClass
...
[server] check `nodeModule.nodeClass` is not undefined before trying to intialize
2023-06-06 10:17:56 +01:00
Yared Tsegaye
96dc0f5386
fix: fixed undefined class initialization
2023-06-06 03:26:43 +03:00
Henry
d98854d85e
add faiss
2023-06-05 11:02:22 +01:00
Henry Heng
0e6e5476cc
Revert "Feature/Add faiss"
2023-05-31 14:29:59 +01:00
Henry
cc42702cd0
add faiss
2023-05-28 12:59:41 +01:00