Anush008
|
73d7d4ecbc
|
feat: filter qdrant upsert
|
2023-09-12 20:22:03 +05:30 |
|
Anush008
|
0bf298e890
|
feat: filter qdrant existing
|
2023-09-12 20:20:29 +05:30 |
|
Henry Heng
|
fcae6f080f
|
Merge pull request #880 from pooriaarab/patch-1
Update Chroma_Existing.ts to add metadatafilter
|
2023-09-08 15:57:32 +01:00 |
|
Henry Heng
|
ba9c1cd568
|
Update Chroma_Existing.ts
remove not needed code
|
2023-09-08 14:34:07 +01:00 |
|
Henry Heng
|
f9f18b6d2c
|
Update Chroma_Existing.ts
add accidentally removed chromaApiKey
|
2023-09-08 14:32:46 +01:00 |
|
Henry
|
06a5a71d26
|
update apify for metadata
|
2023-09-08 12:42:26 +01:00 |
|
Pooria Arab
|
bf459bf5ab
|
Update Chroma_Existing.ts - first OSS PR that works!!
|
2023-09-07 08:00:09 -07: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 |
|
Pooria Arab
|
86e09d726a
|
Update Chroma_Existing.ts to add metadatafilter
|
2023-09-05 11:23:08 -07:00 |
|
Henry Heng
|
cc0e7b3703
|
Merge pull request #869 from Yongtae723/fix/add_new_model_embedding_vertexai
Add input option for Model Name in GoogleVertexAIEmbedding
|
2023-09-04 10:24:15 +01: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
|
4d8b24180c
|
add 32k model
|
2023-09-03 19:27:00 +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 |
|
Henry Heng
|
1ae88f6760
|
Merge pull request #854 from FlowiseAI/feature/GithubLoader
Feature/GithubLoader AdditionalParams
|
2023-08-30 14:53:37 +01:00 |
|
Henry Heng
|
776f818784
|
Merge pull request #853 from FlowiseAI/feature/ChatOpenAI-FineTuned
Feature/Update Custom ChatOpenAI
|
2023-08-30 14:53:14 +01:00 |
|
Henry
|
6372cb9c72
|
update marketplace
|
2023-08-30 12:34:50 +01:00 |
|
Henry
|
b2627cafa3
|
update steps
|
2023-08-30 12:29:32 +01:00 |
|
Henry
|
fda49637ce
|
add additional params
|
2023-08-30 12:28:01 +01:00 |
|
Henry
|
16684192bc
|
update custom chat open ai
|
2023-08-30 11:49:13 +01:00 |
|
Henry
|
a4f9b75d04
|
update autogpt
|
2023-08-30 11:37:28 +01:00 |
|
Henry
|
3f0157dab1
|
add custom prompt to sql db chain
|
2023-08-29 15:07:59 +01:00 |
|
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 |
|