Merge branch 'main' of https://github.com/use-the-fork/Flowise into maintenance/pnpm-vite-jsx

# Conflicts:
#	packages/ui/src/views/canvas/index.jsx
#	packages/ui/src/views/chatflows/APICodeDialog.jsx
#	packages/ui/src/views/chatmessage/ChatMessage.jsx
This commit is contained in:
Greg L
2023-11-23 18:35:39 -05:00
124 changed files with 11050 additions and 4823 deletions
+7
View File
@@ -0,0 +1,7 @@
import client from './client'
const upsertVectorStore = (id, input) => client.post(`/vector/internal-upsert/${id}`, input)
export default {
upsertVectorStore
}