Commit Graph

421 Commits

Author SHA1 Message Date
Henry Heng b3867438ef Merge pull request #713 from Yongtae723/feature/add_vertexAI
Feature/add vertex ai
2023-08-09 14:03:49 +01:00
Henry Heng b4f3d70d89 Merge pull request #399 from apify/main
feat: Add document loader for Apify Website Content Crawler
2023-08-09 13:04:29 +01:00
drobnikj 83d8e96f9c fix: fix credentials and parsing of numbers 2023-08-09 09:49:39 +02:00
Yongtae 74abaa367c Rename GoogleVertexAI file 2023-08-09 10:29:04 +09:00
Yongtae 95a40ea116 Rename GoogleVertexAI.ts to ChatGoogleVertexAI.ts in chatmodels folder 2023-08-09 10:00:21 +09:00
Henry Heng f4b85ff659 Merge pull request #704 from FlowiseAI/feature/ConversationRetrievalQAAgent
Feature/Conversation Retrieval Agent
2023-08-08 14:50:04 +01:00
Yongtae 0f567becf0 Merge branch 'feature/vertex_ai_embeddings' into feature/add_vertexAI 2023-08-08 19:47:28 +09:00
Yongtae b8af3ea8f5 Merge branch 'feature/vertex_ai_llm' into feature/add_vertexAI 2023-08-08 19:47:17 +09:00
Yongtae f7894ed4bf Add Google Vertex AI credential support to GoogleVertexAI node 2023-08-08 13:06:38 +09:00
Yongtae 812077c2aa remove un-use model name 2023-08-08 12:51:59 +09:00
Yongtae fc3238348f Update langchain dependency version to ^0.0.122 2023-08-08 12:47:55 +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 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
drobnikj e09bad0440 fix: account link 2023-08-07 16:57:44 +02:00
Yongtae a0d0d5e6e3 move project id and remove location 2023-08-07 12:11:35 +09:00
Henry 68b6d4f30a add override customToolFunc 2023-08-07 01:45:40 +01:00
Henry 5ef0324304 add output keys fix 2023-08-07 00:14:00 +01:00
Henry 3029880967 Merge branch 'main' into feature/ConversationRetrievalQAAgent
# Conflicts:
#	packages/server/src/ChildProcess.ts
#	packages/server/src/index.ts
2023-08-06 21:32:36 +01:00
Henry 0ae6f53295 add conversational retrieval agent 2023-08-06 19:45:21 +01:00
chungyau97 45ffa62f0f add additional systemMessagePrompt into CSV Agent 2023-08-05 18:22:05 +08: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
Henry 3669eeee41 add auth to chroma 2023-08-03 11:52:17 +01:00
Yongtae 7aaeab12c7 lint fix 2023-08-03 00:41:10 +09:00
Yongtae fdb4450755 Add GoogleVertexAI chat model node class implementation 2023-08-03 00:39:31 +09:00
Yongtae 16c008dba7 Fix incorrect variable name for maxOutputTokens in GoogleVertexAI_LLMs class 2023-08-03 00:21:13 +09:00
Yongtae d71a7d5790 Add google-auth-library dependency 2023-08-03 00:09:26 +09:00
Yongtae 24befbd5da Add GoogleVertexAI logo SVG file 2023-08-03 00:08:24 +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 fd7ef866fb add google-auth-library 2023-08-02 23:59:51 +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 2f0c40e503 Add GoogleVertexAI SVG icon 2023-08-02 22:32:42 +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 129f411c26 add google-auth-library in package 2023-08-02 22:16:43 +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 d8749bd495 chroma auth 2023-08-01 12:23:25 +01:00
drobnikj 5146f6bde3 feat: improve apify content crawler input 2023-08-01 11:19:57 +02:00
drobnikj 3aa301119b feat: add apifyApiToken credentials v1 2023-08-01 10:22:51 +02:00
Henry Heng 7a3a5fe367 Merge pull request #627 from xiexin12138/feature/i18n
Translate the Readme file into Simplified Chinese
2023-08-01 01:38:32 +01:00
Jakub Drobník f3d74248dd Merge branch 'main' into main 2023-07-31 13:15:05 +02:00
Henry Heng 7c45961964 Merge pull request #660 from FlowiseAI/bugfix/PromptChaining
Bugfix/LLMChain PromptValues Undefined
2023-07-31 01:53:25 +01:00