Commit Graph

93 Commits

Author SHA1 Message Date
Jingun Jung ea680484d3
[FEATURE] Add "base path" to Azure OpenAI embeddings node (#3086)
Add "base path" to Azure OpenAI embeddings node #3048

Co-authored-by: Jingun Jung <jingun.jung@wedx.cc>
2024-08-26 16:12:04 +01:00
Cosso edbaa539df
AWS Bedrock embeddings call retry extension (#2917)
* AWS Bedrock embeddings call retry extension

* Removed unnecessary commented line

---------

Co-authored-by: Rok Pajk Kosec <rok.pajkkosec@gmail.com>
2024-08-02 22:49:15 +01:00
Henry Heng ab34b2daf4
Bugfix/Update ollama embedding to use mmap true by default (#2862)
update ollama embedding to use mmap true by default
2024-07-24 02:38:14 +01:00
Henry Heng bca4de0c63
Feature/seq agents (#2798)
* update build functions

* sequential agents

* update langchain to 0.2, added sequential agent nodes

* add marketplace templates

* update howto wordings

* Merge branch 'main' into feature/Seq-Agents

# Conflicts:
#	pnpm-lock.yaml

* update deprecated functions and add new sequential nodes

* add marketplace templates

* update marketplace templates, add structured output to llm node

* add multi agents template

* update llm node with bindmodels

* update cypress version

* update templates sticky note wordings

* update tool node to include human in loop action

* update structured outputs error from models

* update cohere package to resolve google genai pipeThrough bug

* update mistral package version, added message reconstruction before invoke seq agent

* add HITL to agent

* update state messages restructuring

* update load and split methods for s3 directory
2024-07-22 17:46:14 +01:00
Henry Heng 5a137a478c
Feature/TogetherAI (#2318)
add togetherAI
2024-05-04 18:25:13 +01:00
Nikolay Stankov f378dcc332
Add Custom Dimensionality Support for OpenAI Embedding Components (#2249)
* Add Dimentions Feature to the OpenAIEmbeddings, based on https://js.langchain.com/docs/integrations/text_embedding/openai

* Fixing typos and pushing it under Additional Data

* peer-review comments, incremented version with a major and linted
2024-04-25 18:33:57 +01:00
Quinn e4ab2a9e33
Added bedrock cohere embed model requirements (#2207) 2024-04-18 11:51:48 +01:00
Vinod Kiran 788d40f26b
Feature/externalize model list (#2113)
* fixes

* test json

* test json

* externalize model list

* externalize model list

* correcting awsChatBedRock Name

* lint fixes

* externalize models

* externalize chat models

* externalize chat models

* externalize llm models

* externalize llm models

* lint fixes

* addition of models for ChatMistral

* updating version numbers for all imapacted nodes.

* marketplace template updates

* update embeddings, marketplaces, add chatCohere

* config changes for new env variable

* removal of local models.json

* update models json file

---------

Co-authored-by: Henry <hzj94@hotmail.com>
2024-04-12 12:46:10 +01:00
louyongjiu 827de07e94
Feature: Add BasePath parameter setting support to ChatOpenAI LlamaIndex (#2132)
* ChatOpenAI LlamaIndex support BasePath Param

* Add BasePath parameter setting support to ChatOpenAI LlamaIndex

* Add BasePath parameter setting support to ChatOpenAI LlamaIndex
2024-04-09 14:35:23 +01:00
Vinod Paidimarry f116dba84e
Chore/cohere embed models (#2035)
* Update of Cohere embedding models

* Update of Cohere embedding models

* adding official docs link to inputType
2024-03-26 11:50:50 +05:30
Vinod Paidimarry 794818b434
Voyage AI - Credentials, Embeddings and Rerank (#2015)
* Voyage AI - Credentials and Embeddings

* reranker and fixes for embeddings
2024-03-26 11:50:16 +05:30
falkor b177644354
feature/fetch openaiKey via overrideConfig (vars) (#2018)
* fetch openaiKey via overrideConfig (vars)

* support dynamic openai credentialId via chatflowConfig

* fix lint
2024-03-26 12:05:39 +08:00
Henry 73112ad122 Merge branch 'main' into chore/Upgrade-LC-version
# Conflicts:
#	packages/components/package.json
2024-02-07 02:01:32 +08:00
Henry Heng 340e85da91
Merge pull request #1611 from FlowiseAI/feature/LlamaIndex
Feature/llama index
2024-02-02 20:00:21 +00:00
Henry 02fe500f21 Merge branch 'main' into chore/Upgrade-LC-version
# Conflicts:
#	packages/components/nodes/cache/RedisCache/RedisCache.ts
#	packages/components/nodes/cache/RedisCache/RedisEmbeddingsCache.ts
#	packages/components/nodes/chains/ConversationChain/ConversationChain.ts
#	packages/components/nodes/tools/RetrieverTool/RetrieverTool.ts
#	packages/components/nodes/vectorstores/Qdrant/Qdrant.ts
#	packages/components/nodes/vectorstores/Redis/Redis.ts
#	packages/components/nodes/vectorstores/Redis/RedisSearchBase.ts
#	packages/components/nodes/vectorstores/Redis/Redis_Existing.ts
#	packages/components/nodes/vectorstores/Redis/Redis_Upsert.ts
#	packages/components/src/agents.ts
2024-01-31 00:25:37 +00:00
Darien Kindlund 9f4619e408 Switching default batch size from 1 to 100 in order to support higher volume of document loading into vector stores before timing out. 2024-01-28 21:52:40 -08:00
Henry 21c47d8049 add subquery engine 2024-01-28 23:46:55 +00:00
Henry b636b4384c Merge branch 'main' into feature/LlamaIndex
# Conflicts:
#	packages/server/src/index.ts
2024-01-27 23:22:05 +00:00
Henry a711e21ac7 update embeddings and marketplace templates 2024-01-27 00:52:23 +00:00
Henry 0606d2c6dd upgrade langchain version 0.1.0 2024-01-26 23:41:55 +00:00
Henry 8189f945cc Merge branch 'main' into feature/LlamaIndex
# Conflicts:
#	packages/components/nodes/agents/ConversationalAgent/ConversationalAgent.ts
#	packages/components/nodes/agents/ConversationalRetrievalAgent/ConversationalRetrievalAgent.ts
#	packages/components/nodes/agents/OpenAIAssistant/OpenAIAssistant.ts
#	packages/components/nodes/agents/OpenAIFunctionAgent/OpenAIFunctionAgent.ts
#	packages/components/nodes/chains/ConversationChain/ConversationChain.ts
#	packages/components/nodes/chains/ConversationalRetrievalQAChain/ConversationalRetrievalQAChain.ts
#	packages/components/nodes/memory/BufferMemory/BufferMemory.ts
#	packages/components/nodes/memory/BufferWindowMemory/BufferWindowMemory.ts
#	packages/components/nodes/memory/ConversationSummaryMemory/ConversationSummaryMemory.ts
#	packages/components/nodes/memory/DynamoDb/DynamoDb.ts
#	packages/components/nodes/memory/MongoDBMemory/MongoDBMemory.ts
#	packages/components/nodes/memory/MotorheadMemory/MotorheadMemory.ts
#	packages/components/nodes/memory/RedisBackedChatMemory/RedisBackedChatMemory.ts
#	packages/components/nodes/memory/UpstashRedisBackedChatMemory/UpstashRedisBackedChatMemory.ts
#	packages/components/nodes/memory/ZepMemory/ZepMemory.ts
#	packages/components/src/utils.ts
#	packages/server/marketplaces/chatflows/Long Term Memory.json
#	packages/server/src/index.ts
#	packages/server/src/utils/index.ts
2024-01-24 03:00:31 +00:00
Keith Kacsh 8a4b6a7224 Fixing naming, handling embeddings for LocalAI also 2024-01-13 19:14:45 -07:00
Henry 75b5b33d8d update langchain version 2023-12-30 12:29:00 +00:00
abhishekshankr d8af8ccb09 Update icons 2023-12-21 12:00:14 -05:00
Henry Heng c636a9c914
Merge pull request #1407 from abhishekshankr/UI/Custom-Icons
UI/Custom Icons for Nodes
2023-12-19 23:35:37 +00:00
abhishekshankr 4ce79acdf6 Update OpenAI Icons 2023-12-19 17:52:50 -05:00
Henry 7952ef8df5 fix bedrock model empty bug 2023-12-19 01:31:09 +00:00
abhishekshankr c079781d18 Updated embeddings and llm icons 2023-12-18 03:30:07 -05:00
Henry Heng 2767cf0d1e
Merge pull request #1399 from FlowiseAI/feature/MistralAI
Feature/Add Mistral
2023-12-17 19:51:49 +00:00
Henry Heng 08ddd83b80
Merge pull request #1398 from FlowiseAI/feature/BedrockEmbeddings
Feature/Update bedrock
2023-12-15 19:03:09 +00:00
Henry 05db533396 add mistral 2023-12-15 18:59:11 +00:00
Henry 6e4822c3bb update bedrock 2023-12-15 17:49:29 +00:00
Henry Heng 87233a0e36
Update GoogleGenerativeAIEmbedding.ts 2023-12-15 16:59:08 +00:00
vinodkiran f475732e6b Support for Google Gemini Models: Minor fixes 2023-12-15 22:20:51 +05:30
vinodkiran e7f13c87d8 Addition of Google Gemini Chat Model, Credential and Associated Embeddings 2023-12-15 20:58:08 +05:30
Henry 40f8371de9 add llamaindex 2023-12-04 20:04:09 +00:00
Henry 12c688aae0 update langchain version 2023-11-24 14:29:50 +00:00
tirongi 206394bd80 Add OpenAIEmbeddingCustom
This feature allow to select a customised modelName or the default one.
2023-10-30 17:33:27 +01:00
Henry Heng 9900228eeb
Update AWSBedrockEmbedding.ts 2023-10-23 15:24:55 +01:00
Antonio Rodriguez 31d0facde7
Update AWSBedrockEmbedding.ts
Added the newer v2 for the Amazon Titan Embed model
2023-10-20 13:16:10 +02:00
Antonio Rodriguez b3603d7d08
Update AWSBedrockEmbedding.ts
Corrected the version of the titan embeddings model v2
2023-10-19 14:51:48 +02:00
Henry Heng 0e2cba03cc
Merge pull request #1034 from FlowiseAI/feature/BedrockEmbeddings
Feature/AWSBedrock embeddings
2023-10-11 14:33:13 +01:00
Henry 536ed07f9d add bedrock embeddings 2023-10-11 14:08:04 +01:00
Henry cf9e3499a7 add ollama 2023-10-11 12:24:06 +01:00
Martin Andrews 43e9b63dcd Added Google PaLM embeddings model 2023-09-07 15:03:04 +00:00
Yongtae a373422abf Refactor GoogleVertexAIEmbedding.ts for handling modelName in GoogleVertexAIEmbeddingsParams 2023-09-04 11:02:35 +09:00
Yongtae 95740a8464 Refactor GoogleVertexAIEmbedding.ts to remove unnecessary additionalParams field 2023-09-04 11:01:56 +09:00
Yongtae 0b67afe546 Refactor modelName assignment in GoogleVertexAIEmbedding.ts 2023-09-03 19:16:45 +09:00
Yongtae a05d73d83b Add input option for Model Name in GoogleVertexAIEmbedding 2023-09-03 19:12:42 +09:00
Yongtae f929a57c71 optional credential on Embedding 2023-08-25 17:05:58 +09:00