Replies: 1 comment 3 replies
-
I have the same problem. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a Text File Input node.
I have loaded 37 txt files total size 16.3 meg.
When upserting I get this:
Error: TypeError: this.embeddings.embededDocuments is not a function
Is this related to the total file size / number of files ?
I have flowise installed on render with parameter
FLOWISE_FILES_SIZE_LIMIT = 150mb
I have 1192 txt file in total that I eventually have to upload. How do I handle this ? Add multiple txt node. Does merging the txt files help or cause any issues with retrieving data?
Last question pinecone node now has Pinecode retriever & pinecone Vector Store. What are these parameters for please.

Beta Was this translation helpful? Give feedback.
All reactions