Henry
|
c25eaa1139
|
add chatOpenAI Finetuned
|
2023-08-28 13:11:15 +01:00 |
Yongtae
|
ecf71c8db7
|
Add optional Google Vertex AI credential input with description
|
2023-08-25 17:24:03 +09:00 |
Yongtae
|
97a05ed3c4
|
Remove unnecessary console.log statement and add error handling for missing Google Application Credential
|
2023-08-25 17:22:36 +09:00 |
Yongtae
|
f929a57c71
|
optional credential on Embedding
|
2023-08-25 17:05:58 +09:00 |
Yongtae
|
ed8d9bf050
|
optional credential on chatmodel
|
2023-08-25 17:05:47 +09: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
|
32b0e1584d
|
refactoring_chatmodel
|
2023-08-24 12:33:45 +09:00 |
Yongtae
|
b7107ce782
|
Merge branch 'fix/rename_chatvertexAI' into fix/google_credential
|
2023-08-24 12:24:12 +09:00 |
Yongtae
|
0a8fbc6e2e
|
Rename GoogleVertexAI folder to ChatGoogleVertexAI
|
2023-08-24 12:20:18 +09:00 |
Yongtae
|
d696ffeb85
|
implementation of chat model
|
2023-08-24 12:14:44 +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 |
Yongtae
|
51e9cdf4c1
|
implementation of llm model
|
2023-08-24 11:39:12 +09:00 |
Henry Heng
|
bf275cf598
|
Merge pull request #802 from fantastic-genius/feature/serpapi-loader-integration
Feature/serpapi loader integration
|
2023-08-20 21:34:43 +01:00 |
Henry
|
609ba652ad
|
update Zep vector store label
|
2023-08-20 21:12:18 +01:00 |
Hamzah Abdulfattah
|
939daff0a1
|
fix linting
|
2023-08-20 01:43:35 +01:00 |
Hamzah Abdulfattah
|
3b0c5b0c0d
|
implemented serpapi loader integration and added its corresponding template
|
2023-08-19 17:23:19 +01:00 |
fabiovalencio
|
e4b783304b
|
fix: removes the optional credential key and unnecessary inputs
|
2023-08-18 18:45:54 +01:00 |
Fabio Valencio
|
a6bdda5f2c
|
Merge branch 'FlowiseAI:main' into Feature/Postgres-Vector-Store
|
2023-08-18 18:41:25 +01:00 |
Henry Heng
|
5512b7d013
|
Merge pull request #794 from FlowiseAI/feature/Milvus
Feature/Milvus
|
2023-08-17 23:18:27 +01:00 |
Henry
|
b4c2550c77
|
add Milvus
|
2023-08-17 21:23:40 +01:00 |
Henry
|
bfa14fb290
|
Merge branch 'main' into feature/Milvus
# Conflicts:
# packages/components/package.json
|
2023-08-17 21:22:05 +01:00 |
Henry
|
ab60a6bda1
|
enable faiss streaming
|
2023-08-17 18:38:38 +01:00 |
fabiovalencio
|
be147a6e4d
|
fix: add 'document' as the default table name following the langchain/vectorstores/typeorm documentation
|
2023-08-17 15:56:18 +01:00 |
Henry Heng
|
e9adc15ff2
|
Merge pull request #775 from FlowiseAI/feature/Vec2Doc
Feature/Vector to Prompt
|
2023-08-17 14:22:48 +01:00 |
Henry
|
a7b1c8c8b3
|
Merge branch 'main' into feature/ZepVS
# Conflicts:
# packages/components/package.json
|
2023-08-17 10:23:41 +01:00 |
Henry Heng
|
5a8db9a534
|
Merge pull request #774 from vectara/sentence-config
Add sentence config option to Vectara
|
2023-08-17 10:20:09 +01:00 |
Henry Heng
|
e998b6a984
|
Merge pull request #784 from atishamte/puppeteer-options
Puppeteer & Playwright additional config options
|
2023-08-17 10:18:58 +01:00 |
Rafael Reis
|
35c3555a65
|
Added BaseOptions to ChatOpenAI
|
2023-08-16 20:07:22 -03:00 |
Henry
|
913b343956
|
add Zep VS and update Zep Memory
|
2023-08-16 23:26:18 +01:00 |
Atish Amte
|
888fa356b9
|
lint fixes
|
2023-08-17 01:11:31 +05:30 |
Atish Amte
|
338082f0aa
|
playwright config
|
2023-08-17 00:52:35 +05:30 |
Atish Amte
|
8414f347de
|
spelling correction
|
2023-08-17 00:36:03 +05:30 |
Atish Amte
|
c83d0ab320
|
added puppeteer options
|
2023-08-17 00:33:01 +05:30 |
Seif
|
e4e1e756ec
|
Merge branch 'FlowiseAI:main' into sentence-config
|
2023-08-16 09:50:35 -07:00 |
fabiovalencio
|
44bac07b90
|
Add Postgres vector store using pgvector
|
2023-08-16 11:59:50 +01:00 |
Henry
|
6240461a78
|
Merge branch 'main' into feature/Vec2Doc
|
2023-08-16 11:33:41 +01:00 |
Henry Heng
|
760ab3148c
|
Merge pull request #733 from rkeshwani/Feature/Additional-File-Loaders-in-Folder-Loader
Issue #731: Add additional optional input parameter for adding additional file loaders
|
2023-08-16 01:57:34 +01:00 |
Henry Heng
|
7339e3856c
|
Merge pull request #761 from lpongetti/feature/add-some-db-type-to-sql-chain
Issue #740: Added postgres, mssql and mysql to Sql Database Chain
|
2023-08-16 01:57:09 +01:00 |
Henry
|
94461025dc
|
add vector to prompt
|
2023-08-16 01:43:11 +01:00 |
rkeshwani
|
d10f3800e6
|
Fixed spaces and comma issue.
|
2023-08-15 23:36:50 +00:00 |
Seif
|
2e8bbaeab1
|
Add descriptions
|
2023-08-15 11:50:37 -07:00 |
Seif
|
f80547af60
|
Add sentence config to Flowise
|
2023-08-15 11:45:31 -07:00 |
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 |
rkeshwani
|
f6933b592d
|
Added additional file extensions and removed abstracted inputs.
|
2023-08-15 00:13:38 +00: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 |
Lorenzo
|
1e90db7989
|
Remove unsupported databases
|
2023-08-14 16:18:10 +02:00 |