chungyau97
c4243d6bd1
add hosting proxy configuration
2023-09-09 23:26:08 +08:00
chungyau97
c4c007b164
add migration queries for rate limit
2023-09-09 23:25:28 +08:00
chungyau97
209b4a6864
Merge branch 'main' into feature/RateLimit
2023-09-09 22:42:49 +08:00
chungyau97
2574b02dd7
add mysql modify tool
2023-09-06 20:03:06 +08:00
chungyau97
b9bdf8435c
add mysql modify credential
2023-09-06 19:56:18 +08:00
chungyau97
1d4761dc2c
add mysql modify chat_message
2023-09-06 19:20:15 +08:00
chungyau97
fa1060f9eb
add mysql modify chat_flow
2023-09-06 19:15:53 +08:00
chungyau97
0d6d15ecf4
add postgres modify tool
2023-09-06 18:55:35 +08:00
chungyau97
d92ca34b00
add postgres modify credential
2023-09-06 18:48:18 +08:00
chungyau97
5facb8fba8
add postgres modify chatmessage
2023-09-06 18:43:52 +08:00
chungyau97
6f1f5ef06b
add postgres modify chatflow
2023-09-06 18:37:30 +08:00
chungyau97
aa1122641c
add sqlite modify tool
2023-09-05 22:41:28 +08:00
chungyau97
1c1b057512
add sqlite modify credential
2023-09-05 22:27:17 +08:00
chungyau97
a7fa3f48e2
add chat_message index
2023-09-05 22:18:28 +08:00
chungyau97
22984618ca
add sqlite modify chatmessage
2023-09-05 22:02:51 +08:00
chungyau97
427ec32dc6
add sqlite modify chatflow
2023-09-05 21:50:00 +08:00
chungyau97
0e891bfb3a
preserve previous user data
2023-09-05 16:13:04 +08:00
chungyau97
ae66f163de
add postgresMigrations
2023-09-05 13:49:50 +08:00
chungyau97
b688f96236
update sqlite init query
2023-09-05 00:55:39 +08:00
chungyau97
17c2309454
add mysqlMigrations
2023-09-05 00:36:37 +08:00
chungyau97
02924f96c8
add text into potential large column
2023-09-05 00:26:47 +08:00
chungyau97
3849169a76
cleanup sqlite migration scripts
2023-09-04 22:36:38 +08:00
chungyau97
008f1a95f1
init migration poc
2023-09-04 17:14:49 +08:00
chungyau97
34dd7a3a3d
modify rateLimit data storage
2023-09-02 14:59:33 +08:00
chungyau97
993698eb55
Merge branch 'main' into feature/RateLimit
2023-09-01 18:42:16 +08:00
chungyau97
cbf17b3624
standardize rate limit return error message
2023-08-31 00:45:15 +08:00
chungyau97
a58adcadf1
add rateLimiter to prediction
2023-08-30 21:43:42 +08:00
chungyau97
1b75121d5e
init rateLimiter
2023-08-30 21:35:16 +08:00
Henry
a4f9b75d04
update autogpt
2023-08-30 11:37:28 +01:00
chungyau97
31fc8f37db
rate limit poc
2023-08-28 18:41:17 +08:00
Henry
7a1d770b8e
add current version
2023-08-24 15:46:14 +01:00
Henry
36338c9197
pass socketIOClientId to incomingInput
2023-08-19 16:10:16 +01:00
Henry
ab60a6bda1
enable faiss streaming
2023-08-17 18:38:38 +01:00
Henry
94461025dc
add vector to prompt
2023-08-16 01:43:11 +01:00
Henry
9daaef7583
removing child mode
2023-08-11 19:06:05 +01:00
Henry
3029880967
Merge branch 'main' into feature/ConversationRetrievalQAAgent
...
# Conflicts:
# packages/server/src/ChildProcess.ts
# packages/server/src/index.ts
2023-08-06 21:32:36 +01:00
Henry
0ae6f53295
add conversational retrieval agent
2023-08-06 19:45:21 +01:00
Henry
bb10d18c88
add appdatasource and databaseEntities to run method
2023-08-05 23:37:51 +01:00
Henry
a7fa827be7
langsmith env variables
2023-08-02 19:00:06 +01:00
Henry
53cb3c3251
add multi config
2023-07-31 23:18:07 +01:00
Henry
b5c9345b2b
add clearSessionMemory fix
2023-07-30 17:41:30 +01:00
Henry
6378e08f27
fix default encryption key file path - Error: Error: Error: ENOENT: no such file or directory, open ''
2023-07-29 01:46:51 +01:00
Henry Heng
a817ab669a
Merge pull request #547 from FlowiseAI/feature/Credential
...
Feature/Credential
2023-07-28 16:22:57 +01:00
Henry
05dd23b01d
- update marketplaces
...
- add version to nodes and credentials
- hover over node actions
2023-07-28 15:56:40 +01:00
Ikko Eltociear Ashimine
89a038cbd2
Fix typo in ChildProcess.ts
...
Initalize -> Initialize
2023-07-28 00:21:42 +09:00
Henry
61dabbb7da
Merge branch 'main' into feature/Credential
...
# Conflicts:
# README.md
# docker/.env.example
# packages/components/nodes/documentloaders/Notion/NotionDB.ts
# packages/components/nodes/memory/DynamoDb/DynamoDb.ts
# packages/components/nodes/memory/MotorheadMemory/MotorheadMemory.ts
# packages/components/nodes/memory/ZepMemory/ZepMemory.ts
# packages/components/package.json
# packages/components/src/utils.ts
# packages/server/.env.example
# packages/server/README.md
# packages/server/marketplaces/chatflows/Conversational Retrieval QA Chain.json
# packages/server/src/ChildProcess.ts
# packages/server/src/DataSource.ts
# packages/server/src/commands/start.ts
# packages/server/src/index.ts
# packages/server/src/utils/index.ts
# packages/server/src/utils/logger.ts
2023-07-27 11:26:34 +01:00
Henry
2f10d46abc
add handleEscapeChar
2023-07-25 00:32:50 +01:00
Henry
bcf3946efb
- add refine chain type custom system message
...
- allow all memory type to conver_re_qa_chain
- fix startsWith undefined where override config file is not passed
- ability to generate new session id when sharing chatbot
2023-07-24 19:11:39 +01:00
Henry
5a76af15b2
add airtable agent
2023-07-22 19:52:32 +01:00
Henry
d4d4f0c8c2
yarn lint
2023-07-22 02:27:52 +01:00