Commit Graph

57 Commits

Author SHA1 Message Date
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
Yongtae d9113da6bb lint fix 2023-08-24 11:42:49 +09:00
Yongtae 51e9cdf4c1 implementation of llm model 2023-08-24 11:39:12 +09:00
Yongtae 9e0d2ccb3a Refactor GoogleAuth.credential to support both file path and JSON object credentials. Update GoogleVertexAIEmbedding to handle both cases 2023-08-08 10:39:13 +09:00
Yongtae a0d0d5e6e3 move project id and remove location 2023-08-07 12:11:35 +09:00
Yongtae d6844655cc Unify the names of what is being returned 2023-08-05 12:08:39 +09:00
Yongtae adffc7cb1d Add error handling for missing Google Application Credential file path 2023-08-05 03:33:26 +09:00
Yongtae 3154399404 lint fix GoogleAuth and GoogleVertexAIEmbedding code 2023-08-05 03:29:03 +09:00
Yongtae c3b90e3875 Add optional inputs for project ID and location in GoogleVertexAIEmbedding 2023-08-05 03:28:00 +09:00
Yongtae 6ef37eade3 remove model name 2023-08-05 03:19:35 +09:00
Yongtae 31cb4c1c64 Add Google Vertex Auth credential and update langchain version 2023-08-05 03:18:29 +09:00
Yongtae d408c06ab0 Add support for 'textembedding-gecko@001' in GoogleVertexAIEmbedding 2023-08-02 23:19:59 +09:00
Yongtae 5b5cec408c Remove unnecessary import statement and parameter in the async init function 2023-08-02 23:19:05 +09:00
Yongtae 63d920158c lint-fix 2023-08-02 22:28:49 +09:00
Yongtae 6f80f87c55 Add GoogleVertexAIEmbedding_Embeddings class for GoogleVertexAIEmbeddings 2023-08-02 22:16:54 +09:00
Yongtae 2b8cf7acdc Add Google Vertex AI embedding icon 2023-08-02 19:39:07 +09:00
Yongtae 850cbbf3d9 Add Google Vertex AI Embedding SVG icon file 2023-08-02 19:38:50 +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 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 741b97e80e add fix to HF Embeddings 2023-07-20 01:07:29 +01:00
Henry ff755c3d1b update credentials 2023-07-15 19:43:09 +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
chungyau97 c2b35f6c95 AzureOpenAIEmbedding modify user input 2023-06-16 16:57:54 +07:00
Henry f68637150f add localai embeddings 2023-06-11 01:29:03 +01:00
微笑 1a35bad434 feat: support basePath 2023-06-07 19:38:25 +08:00
chungyau97 d5da8626b2 add bathSize into AzureOpenAIEmbedding 2023-05-29 22:00:01 +07:00
chungyau97 913eebab4f error in installing TensorFlow JS on Windows OS 2023-05-22 16:51:18 +07:00
Ong Chung Yau 37f8d1f409
Merge pull request #128 from FlowiseAI/feature/TensorFlowEmbeddings
feature/TensorFlowEmbeddings
2023-05-20 20:35:17 +07:00
chungyau97 8ce044b052 replace description 2023-05-20 10:25:54 +07:00
chungyau97 ed82fca2a2 move modelName out from additional parameter 2023-05-20 10:19:51 +07:00
chungyau97 9796f07520 add HuggingFace Inference Embeddings 2023-05-20 10:18:08 +07:00
chungyau97 db902a2145 add TensorFlow JS embeddings 2023-05-19 23:16:46 +07:00
chungyau97 e55e1d4eaf remove unsupported params in AzureOpenAIEmbedding 2023-05-12 20:54:32 +07:00
chungyau97 c596feb09a modify input parameters 2023-05-12 20:26:09 +07:00
chungyau97 cae4fb4e09 remove modelName in AzureOpenAIEmbedding 2023-05-12 17:54:09 +07:00