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 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
|
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
|
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
|
b050920a77
|
filter fix
|
2024-01-26 20:10:43 +00:00 |
|
YISH
|
50cef64193
|
Allows CustomFunction to be set as an Ending Node
|
2024-01-26 09:17:33 +08:00 |
|
Ilango
|
94d8e003e7
|
Merge branch 'main' of github.com:0xi4o/Flowise into feature/scrapped-links
|
2024-01-26 03:57:21 +05:30 |
|
Rafael Reis
|
274125a289
|
Update ChatOpenAI.ts
|
2024-01-25 16:38:15 -03:00 |
|
Henry
|
049a35968a
|
remove pinecone env linting issue
|
2024-01-25 18:30:27 +00:00 |
|
Henry
|
dc19fde063
|
🥳 flowise-components@1.5.2 release
|
2024-01-25 16:21:05 +00:00 |
|
Darien Kindlund
|
61e1866615
|
Added support for gpt-4 and gpt-4-32k models
|
2024-01-23 17:53:57 -05:00 |
|
Ilango
|
193e5c4640
|
Update console statements to use logger
|
2024-01-22 08:49:04 +05:30 |
|
Ilango
|
c24708f53b
|
Set default value for get links limit in web scraper nodes - cheerio, playwright, and puppeteer
|
2024-01-22 08:42:44 +05:30 |
|
Ilango
|
bf60a1a2a9
|
Fix multiple calls to parseInt
|
2024-01-22 08:30:36 +05:30 |
|
Darien Kindlund
|
b76c3b27a9
|
Merge branch 'FlowiseAI:main' into main
|
2024-01-20 00:01:41 -05:00 |
|
Henry
|
2b2a5b9028
|
add console call back to chains
|
2024-01-19 18:36:49 +00:00 |
|
Henry Heng
|
6b369d4ab9
|
Merge pull request #1561 from apricotbot/feature/pinecone_serverless
support pinecone serverless indexes
|
2024-01-19 16:26:46 +00:00 |
|
Henry
|
31a4769079
|
fix output prediction output parser
|
2024-01-19 14:27:40 +00:00 |
|
Ilango
|
bfa26a72c4
|
Use selected links if available when scraping in cheerio, puppeteer, and playwright nodes
|
2024-01-19 14:25:04 +05:30 |
|
niztal
|
0214ed1a73
|
support pinecone serverless indexes
|
2024-01-18 19:28:38 +02:00 |
|
Henry Heng
|
4ca7bc058e
|
Merge pull request #1557 from FlowiseAI/feature/Figma
Feature/update figma loader
|
2024-01-18 16:53:09 +00:00 |
|
Henry
|
4256655c7b
|
add $vars and $flow to custom function
|
2024-01-17 23:47:11 +00:00 |
|
Henry
|
f26a99ade2
|
update figma loader
|
2024-01-17 22:08:04 +00:00 |
|
Henry Heng
|
207a3f3dd7
|
Merge pull request #1426 from vinodkiran/FEATURE/RAG-VectorStores-Updates
FEATURE Addition : MMR and Document Compressors
|
2024-01-17 17:52:55 +00:00 |
|
Henry
|
60d0fad62c
|
Merge branch 'feature/RAG-VectorStores-Updates-2' into feature/RAG-VectorStores-Updates
# Conflicts:
# packages/components/nodes/retrievers/CohereRerankRetriever/CohereRerank.ts
# packages/components/nodes/retrievers/CohereRerankRetriever/CohereRerankRetriever.ts
|
2024-01-17 17:43:50 +00:00 |
|
Henry
|
1bf7944776
|
update retrievers and add mmr to other vector stores
|
2024-01-17 15:55:56 +00:00 |
|
vinodkiran
|
3407fa92f4
|
Compression Retriever - Cohere Rerank - Add max chunks per document as optional parameter
|
2024-01-17 18:29:37 +05:30 |
|
Ilango
|
27f2a7f6ba
|
Merge pull request #1513 from 0xi4o/feature/sticky-notes-node
FEATURE: Sticky Note node
|
2024-01-17 07:37:24 +05:30 |
|
Henry
|
f151a77d3f
|
Merge branch 'main' into feature/RAG-VectorStores-Updates
|
2024-01-17 00:53:26 +00:00 |
|
Ong Chung Yau
|
2c5e8d01ae
|
Merge pull request #1523 from FlowiseAI/feature/GoogleGemini
|
2024-01-17 06:34:11 +08:00 |
|
Henry
|
019e7caac3
|
🥳 flowise-components@1.5.1 release
|
2024-01-16 16:07:28 +00:00 |
|