Commit Graph

58 Commits

Author SHA1 Message Date
Henry 12c688aae0 update langchain version 2023-11-24 14:29:50 +00: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
vinodkiran 7d4337724d Updating of Type LLMCache to BaseCache and renaming vars for clarity 2023-10-08 22:59:43 +05:30
Henry Heng 91581250a7
Merge branch 'main' into FEATURE/llm-cache 2023-10-06 19:04:24 +01:00
Brian Krygsman ca6b0f2b22 Add AWS Bedrock LLM support.
Note: stop sequences parameter not yet implemented.
2023-10-02 08:50:17 -04:00
vinodkiran d81869fd59 Extending support for Caching to all LLM's. 2023-09-29 08:19:44 +05:30
vinodkiran d588ac0480 Adding support for LLM Caching. 2023-09-29 07:54:16 +05:30
BitVoyagerMan 37d8b3f310 fix lint 2023-09-21 07:12:28 -04:00
BitVoyagerMan 50903453f0 add bittensor chatmodel 2023-09-21 02:40:55 -04:00
Henry 096451f82f update langchain version 2023-09-20 20:07:13 +01:00
Henry 4682be5c03 update openai models 2023-09-19 11:53:16 +01:00
Martin Andrews 19824bf339 Moved APIkey helper text, and fixed linter complaints 2023-09-06 08:41:12 +00:00
Martin Andrews e5167f3e20 First draft of PaLM API LLM component 2023-09-05 18:43:14 +00:00
Yongtae 4d8b24180c add 32k model 2023-09-03 19:27:00 +09:00
Henry c25eaa1139 add chatOpenAI Finetuned 2023-08-28 13:11:15 +01:00
Yongtae 9dff0646ce adopt optional credential on LLM 2023-08-25 16:47:44 +09:00
Yongtae 495919a1d8 Revert "implementation of embedding model"
This reverts commit 0830b8fbe5.
2023-08-25 00:40:25 +09:00
Yongtae d9113da6bb lint fix 2023-08-24 11:42:49 +09:00
Yongtae 0830b8fbe5 implementation of embedding model 2023-08-24 11:39:22 +09:00
Henry 76e132bd9f fix replicate api key 2023-08-15 13:15:44 +01:00
Yongtae 74abaa367c Rename GoogleVertexAI file 2023-08-09 10:29:04 +09:00
Yongtae 7d6828a361 Add Google Vertex Auth credential and make necessary changes for GoogleVertexAI 2023-08-08 12:46:12 +09:00
Yongtae 701005ecb3 remove un-use model name 2023-08-08 12:36:48 +09:00
Yongtae 16c008dba7 Fix incorrect variable name for maxOutputTokens in GoogleVertexAI_LLMs class 2023-08-03 00:21:13 +09:00
Yongtae 45069e10f2 lint-fix 2023-08-03 00:04:22 +09:00
Yongtae a26f76c705 Add GoogleVertexAI_LLMs node class 2023-08-03 00:00:08 +09:00
Yongtae 2f0c40e503 Add GoogleVertexAI SVG icon 2023-08-02 22:32:42 +09:00
Henry 05dd23b01d - update marketplaces
- add version to nodes and credentials
- hover over node actions
2023-07-28 15:56:40 +01:00
Henry 976e74f13f Merge branch 'main' into feature/Credential 2023-07-27 11:37:30 +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
chungyau97 2ad873c34f modify parse for topP and topK 2023-07-26 01:13:16 +08:00
chungyau97 b454083eaf change parseInt to parseFloat 2023-07-25 23:53:42 +08:00
Henry 5d561bfd4e add replicate 2023-07-18 20:55:03 +01:00
Henry ff755c3d1b update credentials 2023-07-15 19:43:09 +01:00
Henry 413d654493 add credentials 2023-07-15 14:25:52 +01:00
Henry 3cda348e95 add fix to HF endpoint 2023-07-08 21:31:43 +01:00
Henry 0923a35683 add endpoint to HF 2023-07-07 17:36:23 +01:00
Henry 2ac229a242 add 16k model to Azure 2023-07-02 00:55:25 +01:00
Jeffrey-Wang 184a783847 fix: temperature convert to float 2023-06-29 21:23:21 +08:00
Henry 9d66432926 update HuggingFace nodes 2023-06-12 09:43:48 +01:00
微笑 1a35bad434 feat: support basePath 2023-06-07 19:38:25 +08:00
Ong Chung Yau 2968dccd83
Merge pull request #149 from FlowiseAI/feature/Streaming
Feature/Streaming
2023-05-26 09:01:40 +07:00
Henry Heng ff882046b4
Merge pull request #165 from FlowiseAI/feature/Cohere
Bugfix/Cohere API key not found
2023-05-24 13:40:01 +01:00
Henry 0ed8431252 fix Cohere API key not found 2023-05-24 13:27:38 +01:00
Henry e89785080b enable streaming 2023-05-22 17:16:21 +01:00
chungyau97 8805cd8e8f remove unsupported params in AzureChatOpenAI & AzureOpenAI 2023-05-12 21:02:13 +07:00
chungyau97 c596feb09a modify input parameters 2023-05-12 20:26:09 +07:00
chungyau97 abeacdf906 modify modelName options in AzureOpenAI 2023-05-12 18:29:01 +07:00