niztal
|
1b69ebdb93
|
mysql-ssl
|
2024-01-29 23:30:38 +02:00 |
Henry Heng
|
18c9c1cc51
|
Merge pull request #1632 from fletch-ai/bugfix/AzureOpenAIEmbedding-Batch-Size
Bugfix/AzureOpenAIEmbedding - Updated Default Batch Size from 1 to 100
|
2024-01-29 10:12:22 +00:00 |
Henry Heng
|
f460b761fb
|
Merge pull request #1613 from Jaredude/feature/database-postgres-self-signed-ssl
adds DATABASE_SSL_KEY_BASE64 for pg connection
|
2024-01-29 10:11:50 +00:00 |
Henry Heng
|
985e454a7f
|
Merge pull request #1631 from fletch-ai/feature/airtable-include-fields
Feature/airtable include fields
|
2024-01-29 10:11:31 +00:00 |
Henry Heng
|
ca0af72325
|
Merge pull request #1633 from fletch-ai/bugfix/RedisCache-TTL
Bugfix/Switching Redis TTL from EX to PX to match TTL in milliseconds
|
2024-01-29 10:04:50 +00:00 |
Henry Heng
|
071232091f
|
Merge pull request #1608 from automaton82/FEATURE-CORS-CSP-headers-security
Implementing CORS and CSP headers from config
|
2024-01-29 10:04:19 +00:00 |
Darien Kindlund
|
63665b37ce
|
Switching Redis TTL from EX to PX to match TTL in milliseconds (as specified in the input param).
|
2024-01-28 21:58:04 -08:00 |
Darien Kindlund
|
9f4619e408
|
Switching default batch size from 1 to 100 in order to support higher volume of document loading into vector stores before timing out.
|
2024-01-28 21:52:40 -08:00 |
Darien Kindlund
|
905c9fc2be
|
Reverting version bump
|
2024-01-28 20:49:21 -08:00 |
Darien Kindlund
|
b960f061eb
|
Clarifying that the Limit value is ignored when Return All is set to true.
|
2024-01-28 20:42:19 -08:00 |
Darien Kindlund
|
66eef84633
|
Forgot to make maxRecords optional now
|
2024-01-28 20:42:19 -08:00 |
Darien Kindlund
|
37945fc998
|
The loadAll() function should ignore any maxRecords specified, because the intention is the load *all* of the records. Also, marking both the Return All and Limit params as optional, so as to not confuse the user. Making them both required adds a lot of confusion that doesn't make sense. Ideally, the user either specifies Return All OR specifies the Limit value but not BOTH. It seems there's no way to define "conditional requirements" in Flowise params, so it's better to make both params optional.
|
2024-01-28 20:42:19 -08:00 |
Darien Kindlund
|
dc39d7e2be
|
So Airtable API expects a maxRecords value to be the total set of records you want across multiple API calls. If the maxRecords is greater than 100, then it will provide pagination hints accordingly.
|
2024-01-28 20:42:19 -08:00 |
Darien Kindlund
|
9b71f683ff
|
Support pagination even in loadLimit(), so that if a user wants to load more than 100 records but not all of them, they can. Currently, there's a bug where the document loader doesn't work on loading more than 100 records because of internal Airtable API limitations. The Airtable API can only fetch up to 100 records per call - anything more than that requires pagination.
|
2024-01-28 20:42:19 -08:00 |
Darien Kindlund
|
2237b1ab16
|
Fix worked, removing debug logging, and bumped node version.
|
2024-01-28 20:42:19 -08:00 |
Darien Kindlund
|
3b788e42e1
|
When you switch from GET to POST, you're supposed to adjust the Airtable URL to use the /listRecords endpoint. I didn't RTFM clearly. This is currently documented here: https://support.airtable.com/docs/enforcement-of-url-length-limit-for-web-api-requests
|
2024-01-28 20:42:19 -08:00 |
Darien Kindlund
|
456dfabc6f
|
For some reason, Airtable doesn't like the POST operations, so I need to add logging to figure out why this happens
|
2024-01-28 20:42:18 -08:00 |
Darien Kindlund
|
8ae848110e
|
Clarifying the description for the optional fields param
|
2024-01-28 20:42:18 -08:00 |
Darien Kindlund
|
72ec7878b6
|
Added more error checking and also fixed yet more build errors
|
2024-01-28 20:42:18 -08:00 |
Darien Kindlund
|
1a7cb5a010
|
Fixing more build errors
|
2024-01-28 20:42:18 -08:00 |
Darien Kindlund
|
ae64854bae
|
Fixing a bunch of build errors
|
2024-01-28 20:42:18 -08:00 |
Darien Kindlund
|
71f456af90
|
Switched to specifying Airtable fields to include rather than exclude - this helps reduce the amount of data fetched by the DocumentLoader when there are massive numbers of fields in an Airtable table.
|
2024-01-28 20:42:18 -08:00 |
Darien Kindlund
|
6f7b7408e1
|
Merge branch 'FlowiseAI:main' into main
|
2024-01-28 20:34:00 -08:00 |
Henry
|
21c47d8049
|
add subquery engine
|
2024-01-28 23:46:55 +00:00 |
Henry Heng
|
e72d9e4094
|
Merge pull request #1630 from apricotbot/bugfix/setting.json-not-found
fix bug settings.json not found on upsert
|
2024-01-28 23:36:15 +00:00 |
niztal
|
30ff29afc7
|
fix lint errors
|
2024-01-28 23:49:42 +02:00 |
niztal
|
74f7cd6e31
|
fix bug settings.json not found on upsert
|
2024-01-28 23:34:21 +02:00 |
Henry
|
3e59b9b658
|
Merge branch 'main' into feature/LlamaIndex
|
2024-01-28 20:39:08 +00:00 |
Henry Heng
|
aeb036bb47
|
Merge pull request #1628 from FlowiseAI/bugfix/Redis-Connection-Max-Client
Feature/Singleton Redis Connection
|
2024-01-28 20:34:50 +00:00 |
Henry Heng
|
0f09782874
|
Merge pull request #1627 from Ashes47/main
Mongodb for Chat history #1622
|
2024-01-28 18:32:11 +00:00 |
Henry
|
393f9b57c6
|
use singleton redis connection
|
2024-01-28 17:18:18 +00:00 |
Ashes47
|
1c108f3599
|
update
|
2024-01-28 21:51:27 +05:30 |
Ashes47
|
51388d5057
|
update
|
2024-01-28 21:48:15 +05:30 |
Ashes47
|
36ab1681ac
|
lint
|
2024-01-28 21:39:22 +05:30 |
Anuj Verma
|
e154461f1d
|
Update MongoDBMemory.ts
|
2024-01-28 21:33:09 +05:30 |
Anuj Verma
|
e8deeb25cf
|
Update MongoDBMemory.ts
|
2024-01-28 19:45:19 +05:30 |
Henry
|
b636b4384c
|
Merge branch 'main' into feature/LlamaIndex
# Conflicts:
# packages/server/src/index.ts
|
2024-01-27 23:22:05 +00:00 |
vinodkiran
|
d61e3d53ec
|
SpeechToText: Adding SpeechToText at the Chatflow level.
|
2024-01-27 20:26:46 +05:30 |
Henry Heng
|
b382dd4c43
|
Merge pull request #1621 from FlowiseAI/feature/OpenAI-Embedding
Feature/open ai embedding
|
2024-01-27 12:36:43 +00:00 |
Henry
|
7b0416b680
|
Merge branch 'main' into chore/Upgrade-LC-version
# Conflicts:
# packages/components/nodes/vectorstores/Qdrant/Qdrant.ts
|
2024-01-27 00:59:15 +00:00 |
Henry
|
29d840c09e
|
update pinecone marketplace version
|
2024-01-27 00:56:33 +00:00 |
Henry
|
a711e21ac7
|
update embeddings and marketplace templates
|
2024-01-27 00:52:23 +00:00 |
Henry Heng
|
c1767f302d
|
Merge pull request #1610 from raffareis/feat/new-gpt-4-models
Update ChatOpenAI.ts to include new openai's Chat models
|
2024-01-27 00:14:58 +00:00 |
Henry
|
0606d2c6dd
|
upgrade langchain version 0.1.0
|
2024-01-26 23:41:55 +00:00 |
Henry Heng
|
ee058139ed
|
Merge pull request #1620 from FlowiseAI/bugfix/Qdrant-Filter
Bugfix/Qdrant Filter
|
2024-01-26 21:50:14 +00:00 |
Henry
|
b050920a77
|
filter fix
|
2024-01-26 20:10:43 +00:00 |
Henry Heng
|
20b2cd2933
|
Merge pull request #1619 from FlowiseAI/bugfix/Custom-Function-Ending-Node
Bugfix/custom function ending node
|
2024-01-26 19:50:37 +00:00 |
Henry
|
d6030f8e9c
|
fix custom function ending node
|
2024-01-26 19:24:48 +00:00 |
Henry Heng
|
601a4d6b66
|
Merge pull request #1591 from mokeyish/patch-2
Allows CustomFunction to be set as an Ending Node.
|
2024-01-26 12:15:40 +00:00 |
YISH
|
50cef64193
|
Allows CustomFunction to be set as an Ending Node
|
2024-01-26 09:17:33 +08:00 |