Commit Graph

429 Commits

Author SHA1 Message Date
Henry d37bc6acf6 fix conversation retrieval qa agent original prompt 2023-08-15 17:20:53 +01:00
Henry 76e132bd9f fix replicate api key 2023-08-15 13:15:44 +01:00
Henry Heng 1fc66d361d
Merge pull request #762 from vectara/Fix-filter
Fix Vectara filter
2023-08-14 20:47:08 +01:00
Seif cb5fbb9040 Add description for Vectara filter 2023-08-14 11:41:51 -07:00
chungyau97 350a265cac fix vectara upsert naming 2023-08-14 17:07:56 +08:00
Seif 9989f6f70a Fix filters 2023-08-13 19:40:33 -07:00
Henry 99c068d508 remove make tool 2023-08-11 14:27:14 +01:00
Henry 56c4ca5cb3 🥳 flowise-components@1.3.3 release 2023-08-10 12:35:34 +01:00
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