Commit Graph

1709 Commits

Author SHA1 Message Date
Ilango 9637c12297 Show a dialog to fetch and manage links in web scraper nodes 2024-01-19 12:33:54 +05:30
Ilango 1b8813a8b9 Show a manage links button for web scraper nodes - cheerio, puppeteer, playwright 2024-01-19 12:32:58 +05:30
Ilango e7edbc695c Add api endpoint for fetching links from a url 2024-01-19 12:29:41 +05:30
Ilango 27f2a7f6ba Merge pull request #1513 from 0xi4o/feature/sticky-notes-node
FEATURE: Sticky Note node
2024-01-17 07:37:24 +05:30
Ong Chung Yau 2c5e8d01ae Merge pull request #1523 from FlowiseAI/feature/GoogleGemini 2024-01-17 06:34:11 +08:00
Henry 8c1e62be42 🥳 flowise@1.4.10 release 2024-01-16 16:09:13 +00:00
Henry f16b29503d 🥳 flowise-ui@1.4.7 release 2024-01-16 16:08:25 +00:00
Henry 019e7caac3 🥳 flowise-components@1.5.1 release 2024-01-16 16:07:28 +00:00
Henry Heng 60ebbaa0c5 Merge pull request #1544 from 0xi4o/bug/add-credentials-error
FIX: Upstash redis error causing deployment and adding credentials error
2024-01-16 15:35:31 +00:00
Ilango 0e7df3a5b5 Lock upstash redis version which will fix the credentials and deployment issues 2024-01-16 20:52:25 +05:30
chungyau97 2661a42a13 modify google gemini based on requested changes 2024-01-16 22:13:43 +08:00
Henry Heng 149d7f3851 Merge pull request #1539 from mokeyish/patch-4
Fix CustomFunction receiving excaped inputs
2024-01-16 10:42:55 +00:00
Henry Heng bf166ab267 Merge pull request #1537 from automaton82/update-turbo-version
Fix for #1535
2024-01-16 10:41:44 +00:00
Ilango 9b114212c0 Apply prettier 2024-01-16 14:25:36 +05:30
Ilango 74602484b2 Fix sticky note in marketplace chatflows 2024-01-16 14:25:18 +05:30
chungyau97 f3a244a93c modify google gemini based on request changes 2024-01-16 16:19:21 +08:00
YISH c77e23b0d1 Fix CustomFunction receiving excaped inputs 2024-01-16 15:32:51 +08:00
Ilango f9d6089245 Fix package.json 2024-01-16 11:20:51 +05:30
Ilango 0790c8ecb4 Fix merge conflicts 2024-01-16 11:19:01 +05:30
Ofer Mendelevitch 7fd339982e na 2024-01-16 11:13:50 +05:30
Henry 779e036c23 add ts-ignore 2024-01-16 11:13:50 +05:30
Henry 8bf72493b4 add sessionId tracking 2024-01-16 11:13:50 +05:30
Joshua Carter 853992949d Correct DockerHub link in docs from private to public repo page 2024-01-16 11:13:50 +05:30
Henry 3d96169b75 update README-ZH md 2024-01-16 11:13:50 +05:30
Carson Yang 8f92bba145 Update README-ZH.md 2024-01-16 11:13:50 +05:30
Keith Kacsh b9d1d75d6a Fixing naming, handling embeddings for LocalAI also 2024-01-16 11:13:50 +05:30
Keith Kacsh 06201e7cf0 Revert model var to string, refactor for case without a key and just override if so 2024-01-16 11:13:50 +05:30
Keith Kacsh d9b75cdf8e Updating docs 2024-01-16 11:13:50 +05:30
Keith Kacsh 58f9e88b1f Introduce new credential for LocalAI, Pass optional auth to LocalAI, New env var 2024-01-16 11:13:50 +05:30
Henry 79e988be09 delete message API 2024-01-16 11:13:50 +05:30
YISH c8f624de9c Fix OpenAIFunctionAgent that function not return string result
refer to https://github.com/langchain-ai/langchain/blob/master/libs/langchain/langchain/agents/format_scratchpad/openai_functions.py#L29

and fix the role of systemMessage from `ai` to `system`.
2024-01-16 11:13:49 +05:30
Ofer Mendelevitch a3ea487ecb after yarn lint-fix 2024-01-16 11:13:07 +05:30
Ofer Mendelevitch 7acbc0b068 updated component to V2.0
Updated marketplace  "Chain Upload" JSON file
2024-01-16 11:13:07 +05:30
Ofer Mendelevitch 2484d2a676 added step to diversityBias 2024-01-16 11:13:07 +05:30
Ofer Mendelevitch c93b01e821 updates per PR comments 2024-01-16 11:13:07 +05:30
Ofer Mendelevitch 9a63d30333 extra comma 2024-01-16 11:13:07 +05:30
Ofer Mendelevitch 2ae8a60ec1 na 2024-01-16 11:13:06 +05:30
Ofer Mendelevitch 0c2252c642 bugfix 2024-01-16 11:12:17 +05:30
Ofer Mendelevitch 356137b88b bug fix 2 2024-01-16 11:12:17 +05:30
Ofer Mendelevitch 78bc93cc9e bug fix 2024-01-16 11:12:17 +05:30
Ofer Mendelevitch b1b9b9fcff added support for MMR 2024-01-16 11:12:17 +05:30
hakeemsyd adfeb37e8b svg added and refactored again 2024-01-16 11:12:17 +05:30
hakeemsyd b3c9c32a48 Update AstraApi.credential.ts 2024-01-16 11:12:17 +05:30
hakeemsyd 4b39b4115b chore: refactoring (naming convention) 2024-01-16 11:12:17 +05:30
hakeemsyd 4b9b30bf7a feature: Integrate Astra Vectorstore 2024-01-16 11:12:17 +05:30
YISH 4364537595 Add milvusTextField configuration for Milvus
langchain python use `text` 
https://github.com/langchain-ai/langchain/blob/master/libs/community/langchain_community/vectorstores/milvus.py#L119

while langchian js use `langchain` 
https://github.com/langchain-ai/langchainjs/blob/main/libs/langchain-community/src/vectorstores/milvus.ts#L61

so it is necessary to add milvusTextField configuration for Milvus.
2024-01-16 11:12:17 +05:30
Henry f66c03ab0a change agent/chain with memory to use runnable 2024-01-16 11:12:17 +05:30
automaton82 d7a998f266 Update package.json
Updating turbo to the latest compatible version to fix a bug with github actions not able to build arm64 docker images.
2024-01-15 23:27:33 -05:00
Henry Heng 24d227598b Merge pull request #1532 from FlowiseAI/feature/Lagnfuse-Session-Id
Feature/SessionId Tracking
2024-01-15 19:12:57 +00:00
Henry b3ab8527f5 add ts-ignore 2024-01-15 18:36:31 +00:00