mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-28 15:00:57 +03:00
Feature/Indexing (#1802)
* indexing * fix for multiple files upsert * fix default Postgres port * fix SQLite node description * add MySQLRecordManager node * fix MySQL unique index * add upsert history * update jsx ui * lint-fix * update dialog details * update llamaindex pinecone --------- Co-authored-by: chungyau97 <chungyau97@gmail.com>
This commit is contained in:
@@ -10,7 +10,7 @@ export class Assistant implements IAssistant {
|
||||
@Column({ type: 'text' })
|
||||
details: string
|
||||
|
||||
@Column({ type: 'uuid'})
|
||||
@Column({ type: 'uuid' })
|
||||
credential: string
|
||||
|
||||
@Column({ nullable: true })
|
||||
|
||||
Reference in New Issue
Block a user