Henry Heng
|
e422ce287b
|
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>
|
2024-04-02 23:47:19 +01:00 |
|
Octavian FlowiseAI
|
957694a912
|
feature: modularized express routes for reusability, testability, composability and performance (#2030)
* transition GET /api/v1/apikey
* transition POST /api/v1/apikey
* transition PUT /api/v1/apikey/:id
* transition DELETE /api/v1/apikey/:id
* Enable e2e tests for api/v1/apikey routes
* remove unused addChatflowsCount
* Enable e2e tests for api/v1/variables routes
* Enable Cypress in GitHub Action
* Update main.yml
* Update main.yml
* Transition GET /api/v1/variables
* Enable cypress on github workflow
* Transition POST /api/v1/variables
* Transition PUT /api/v1/variables
* Transition DELETE /api/v1/variables
* Transition GET /api/v1/variables
* Transition GET /api/v1/chatflows
* Transition GET /api/v1/chatflows/:id
* Transition POST /api/v1/chatflows
* Transition DELETE /api/v1/chatflows/:id
* Transition PUT /api/v1/chatflows/:id
* Transition GET /api/v1/chatflows/apikey/:apiKey
* Transition GET /api/v1/credentials
* Transition POST /api/v1/credentials
* Transition GET /api/v1/credentials/:id
* Transition PUT /api/v1/credentials/:id
* Transition DELETE /api/v1/credentials/:id
* Transition GET /api/v1/tools
* Transition GET /api/v1/tools/:id
* Transition POST /api/v1/tools
* Transition PUT & DELETE /api/v1/tools/:id
* Transition /api/v1/assistants routes
* Transition /api/v1/nodes routes
* Transition GET /api/v1/chatflows-streaming/:id & GET /api/v1/chatflows-uploads/:id
* wip-all-routes
* Transition GET /api/v1/public-chatflows/:id & /api/v1/public-chatbotConfig/:id
* Remove ts-ignore annotations
* Transition GET /api/v1/chatmessage/:id
* Transition POST /api/v1/chatmessage/:id
* delete /api/v1/chatmessage/:id
* transition /api/v1/feedback/:id routes
* transition /api/v1/stats/:id
* Transition GET /api/v1/openai-assistants/:id
* Transition GET /api/v1/openai-assistants
* Transition POST /api/v1/openai-assistants-file
* transition GET /api/v1/get-upload-path
* transition GET /api/v1/get-upload-file
* transition GET /api/v1/flow-config/:id
* transition POST /api/v1/node-config
* transition GET /api/v1/version
* transition GET /api/v1/fetch-links
* transition POST /api/v1/vector/upsert/:id
* transition POST /api/v1/vector/internal-upsert/:id
* transition POST /api/v1/load-prompt
* Update index.ts
* transition POST /api/v1/prompts-list
* transition predictions
* Update index.ts
* transition GET /api/v1/marketplaces/templates
* Router update modularity cleanup
* extend request interface - express namespace
* Update index.ts
* add errorMiddleware
* Add custom application error handler
* Fix pnpm lock file
* prediction return and vector upsert
* Move the getUploadsConfig into its own file
* Remove lint warnings
* fix undefined variable value
* Fix node-load-method api call
* standardize the error message display
* Apply review comment bugfixes
* Update index.ts
* standardize error message display in snack notifications
* Error message standard in the UI
* Rename flowXpressApp to appServer
* Upload middleware fix and axios update
* fix async await
---------
Co-authored-by: Henry <hzj94@hotmail.com>
|
2024-04-02 16:44:04 +01:00 |
|
Octavian FlowiseAI
|
ea255db15d
|
Bugfix/closing mongodb connections (#2085)
* mongodb connection issue
* updating and pinning mongodb version
* removing pnpm-lock.yaml
* converting to a singleton
* Update pnpm lock file
* Downgrade mongodb
---------
Co-authored-by: vinodkiran <vinodkiran@usa.net>
Co-authored-by: Vinod Paidimarry <vinodkiran@outlook.in>
|
2024-04-02 14:57:20 +02:00 |
|
Henry Heng
|
dad30472b6
|
Chore/Pin Pinecone dep (#2036)
* pin pinecone dep
* fix openai assistant types
* Merge branch 'main' into chore/Pin-Pinecone-Dependency
# Conflicts:
# pnpm-lock.yaml
|
2024-03-31 14:55:33 +08:00 |
|
Zheng Can
|
a09b7f7e39
|
Use mysql2 to fix mysql connection issue for mysql 8 (#1955)
* Use mysql2 to fix mysql connection issue for mysql 8
* update pnpm-lock
* update pnpm-lock
* fix lint issue
* fix lint issue
|
2024-03-30 23:58:15 +08:00 |
|
Marc Klingen
|
a57cd76757
|
chore: upgrade langfuse to support metadata and tags (#2055)
* chore: upgrade langfuse to support metadata and tags
* pnpm i
|
2024-03-30 13:01:04 +08:00 |
|
Henry Heng
|
3a7c2fd4db
|
Chore/Upgrade llamaindex (#2017)
upgrade llamaindex
|
2024-03-25 16:10:28 +08:00 |
|
Henry Heng
|
cd4c659009
|
Feature/Mistral FunctionAgent (#1912)
* add mistral ai agent, add used tools streaming
* fix AWS Bedrock imports
* update pnpm lock
|
2024-03-18 13:17:00 +08:00 |
|
Octavian FlowiseAI
|
536da36d48
|
Update pnpm-lock.yaml
|
2024-03-15 09:05:27 +01:00 |
|
Octavian FlowiseAI
|
39e380eac2
|
Update lockFileVersion
|
2024-03-15 09:04:12 +01:00 |
|
Henry
|
3ff5a5ee05
|
update lock file
|
2024-03-15 15:41:31 +08:00 |
|
Henry
|
134ecb8b2a
|
update lock file
|
2024-03-15 15:36:45 +08:00 |
|
Henry
|
fa081acea0
|
Merge branch 'main' into feature/Indexing
# Conflicts:
# pnpm-lock.yaml
|
2024-03-15 15:30:37 +08:00 |
|
Ilango
|
0ebfa68b93
|
Merge pull request #1873 from 0xi4o/feature/chatflow-configuration
Feature: Add configuration dialog for chatflow
|
2024-03-13 17:48:33 +05:30 |
|
Ilango
|
f98509226d
|
Fix faiss-node not building when using pnpm
|
2024-03-13 15:14:19 +05:30 |
|
Ilango
|
dc59b0468f
|
Fix merge conflicts and build issues
|
2024-03-12 13:19:16 +05:30 |
|
Ilango
|
6db48a97ed
|
Fix build errors
|
2024-03-12 12:55:52 +05:30 |
|
Ilango
|
e1e5ff66f4
|
Update lock file
|
2024-03-12 12:48:20 +05:30 |
|
Ilango
|
6331a351c6
|
Fix build issues
|
2024-03-06 16:31:02 +05:30 |
|
Greg L
|
53c330a53b
|
Minor changes to running in dev mode.
|
2023-12-05 18:05:38 -05:00 |
|
Greg L
|
0ad9b9ae3d
|
- Bring PR current with main branch.
|
2023-12-05 17:41:03 -05:00 |
|
Henry
|
8ce32179ee
|
add turbo, changes to make it work across docker, docker-compose, npx
|
2023-11-27 11:56:40 +00:00 |
|
Greg L
|
4061dd0abb
|
- Missed a few files that needed to be .jsx
- seperated out package locks per package
|
2023-11-23 18:34:19 -05:00 |
|
Greg L
|
0f09faa1bc
|
- Updated .js files to .jsx on frontend.
- Removed Yarn dependency and replaced with PNPM
- Changed Frontend to render via vite
|
2023-11-23 08:17:06 -05:00 |
|