Commit Graph

69 Commits

Author SHA1 Message Date
Henry 3bddc95087 add user id 2023-11-17 16:41:49 +00:00
automaton82 1f0cc60fcc Adding ability to hide node param from UI 2023-11-10 15:34:38 -05:00
Henry b607c1228f add upload files and tool features 2023-11-09 11:55:30 +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 5147da913c add fix to detect json or string 2023-10-31 23:00:09 +00:00
Henry 82074ee7a1 add datagrid field type 2023-10-31 22:12:09 +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 40b233b8a7 update langfuse initialization types 2023-10-14 01:04:00 +01:00
Henry baa3d2afac minor convert chat history to text empty array fix 2023-10-13 16:23:50 +01:00
Henry db06f85c2a add multi options 2023-10-13 01:28:48 +01:00
Marc Klingen 3137905995 Remove unnecessary Langfuse inputs 2023-10-12 15:25:04 +02:00
Henry Heng 719c8c4e55 only emit token when parentId is undefined 2023-10-09 18:25:36 +01:00
Henry Heng 303e5653dd update cacheValue to capture other outputs object 2023-10-09 16:44:04 +01:00
Henry Heng 8ee4f0fc3c Update Interface.ts
code cleanup
2023-10-06 23:36:09 +01:00
vinodkiran d588ac0480 Adding support for LLM Caching. 2023-09-29 07:54:16 +05:30
vinodkiran f85c935983 Adding support for LLMonitor 2023-09-20 14:31:52 +05:30
Henry 9031057425 add FLOWISE_SECRETKEY_OVERWRITE 2023-09-18 16:45:00 +01:00
Henry d19f72db6f add analytic 2023-09-11 23:44:20 +01:00
Işık fa4d8b6643 fix: unknown error throwing on missing credentials. error handling/message humanized 2023-08-28 02:50:37 +03:00
Henry 94461025dc add vector to prompt 2023-08-16 01:43:11 +01:00
Henry 5ef0324304 add output keys fix 2023-08-07 00:14:00 +01:00
Henry 0ae6f53295 add conversational retrieval agent 2023-08-06 19:45:21 +01:00
Henry cec026a889 add check file paths 2023-07-29 02:01:18 +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 05dd23b01d - update marketplaces
- add version to nodes and credentials
- hover over node actions
2023-07-28 15:56:40 +01: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 49c7ae718f add csv agent 2023-07-22 01:16:23 +01:00
Henry 1da012305a add airtable loader 2023-07-21 11:48:21 +01:00
Henry Heng c4c1f0bbc3 Merge pull request #522 from FlowiseAI/feature/SaveMessageClearMemory
Feature/ClearSessionMemory
2023-07-17 16:12:21 +01:00
chungyau97 97eb80b9b5 add content type text/xml 2023-07-16 09:49:11 +08:00
Henry d76a47b894 Merge branch 'main' into feature/Credential
# Conflicts:
#	packages/components/src/utils.ts
#	packages/server/src/ChildProcess.ts
2023-07-15 14:30:50 +01:00
Henry 413d654493 add credentials 2023-07-15 14:25:52 +01:00
Henry 6827a13e37 clear session memory 2023-07-11 16:29:30 +01:00
Henry eb19c206cf add logs to component chains/agents 2023-07-11 01:53:22 +01:00
Henry 7e076028df add warning description 2023-07-08 01:55:44 +01:00
Henry 5b55ca0389 Merge branch 'main' into feature/WebCrawl
# Conflicts:
#	packages/components/src/utils.ts
2023-07-08 00:09:58 +01:00
Henry 0923a35683 add endpoint to HF 2023-07-07 17:36:23 +01:00
chungyau97 6bd44e2d47 cheerio add xml scraper 2023-07-07 00:10:12 +08:00
chungyau97 af67d70cfc add function desc 2023-07-05 17:28:59 +08:00
chungyau97 c18e98761a modify puppeteer web crawl 2023-07-05 17:07:45 +08:00
chungyau97 92e50a676c add web crawl 2023-07-05 16:47:01 +08:00
Henry 511c4995e9 format prompt values revamp 2023-06-28 22:59:56 +01:00
Henry 70da39629c add custom tool 2023-06-21 18:31:53 +01:00
Henry 4da845745c added fix to get input variables from prompt 2023-06-09 14:35:14 +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
chungyau97 f7dd021b38 remove console.log 2023-06-05 21:59:42 +07:00