MCPcopy Create free account
hub / github.com/FlowiseAI/Flowise / delay

Function delay

packages/ui/src/views/chatmessage/ChatMessage.jsx:993–995  ·  view source on GitHub ↗
(delayInms)

Source from the content-addressed store, hash-verified

991
992 // delay for vector store to be updated
993 const delay = (delayInms) => {
994 return new Promise((resolve) => setTimeout(resolve, delayInms))
995 }
996 await delay(2500) //TODO: check if embeddings can be retrieved using file name as metadata filter
997
998 uploads = uploads.map((upload) => {

Callers 1

handleFileUploadsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected