1.6.3
Added 5
- Extend Confluence Document Loader to support Server/Data Center with PAT authentication
- Add GPT-4 Turbo to Assistant node
- Add Voyage AI credentials, embeddings, and rerank support
- Add Cohere embed models
- Support fetching OpenAI key via overrideConfig variables
Changed 3
- Upgrade LlamaIndex to latest version
- Modularize Express routes for reusability, testability, composability and performance
- Upgrade Langfuse to support metadata and tags
Fixed 11
- Fix spelling correction in telemetry payload
- Fix CSV Agent overwriting contents when multiple files were uploaded
- Fix Dynamo Memory messageAttributeName configuration
- Fix PostgreSQL migration column type
- Remove hardcoded max tokens restriction
- Update streaming how-to URL
- Fix MySQL connection issue for MySQL 8 by using mysql2
- Add AstraDB collection name and namespace support
- Fix Web Scraper limit
- Fix closing MongoDB connections
- Fix missing comma in SQL migration query
Deprecated 1
- Deprecate ChatGPT Plugin node
What's Changed
Nodes
- Extend Confluence Document Loader to Support Server/Data Center with PAT by @mrkhachaturov in https://github.com/FlowiseAI/Flowise/pull/1998
- Chore/Upgrade llamaindex by @HenryHengZJ in https://github.com/FlowiseAI/Flowise/pull/2017
- Feature/Indexing by @HenryHengZJ in https://github.com/FlowiseAI/Flowise/pull/1802
- Feature/Add gpt4 turbo to assistant by @HenryHengZJ in https://github.com/FlowiseAI/Flowise/pull/2038
- Voyage AI - Credentials, Embeddings and Rerank by @vinodkiran in https://github.com/FlowiseAI/Flowise/pull/2015
- Chore/cohere embed models by @vinodkiran in https://github.com/FlowiseAI/Flowise/pull/2035
Core
- feature: modularized express routes for reusability, testability, composability and performance by @ocflowiseai in https://github.com/FlowiseAI/Flowise/pull/2030
- chore: upgrade langfuse to support metadata and tags by @marcklingen in https://github.com/FlowiseAI/Flowise/pull/2055
Bugfix
- BugFix/Spelling correction in telemetry payload by @vinodkiran in https://github.com/FlowiseAI/Flowise/pull/2001
- Update SqlDatabaseChain.ts by @eltociear in https://github.com/FlowiseAI/Flowise/pull/2004
- bugfix: CSV Agent was overwriting contents when multiple files were u… by @vinodkiran in https://github.com/FlowiseAI/Flowise/pull/2002
- Fix #2000 by @emrahtoy in https://github.com/FlowiseAI/Flowise/pull/2021
- bugfix: Dynamo Memory - messageAttributeName by @vinodkiran in https://github.com/FlowiseAI/Flowise/pull/2011
- Bugfix/Postgres migration column type by @HenryHengZJ in https://github.com/FlowiseAI/Flowise/pull/2026
- Bugfix/Avoid hardcoded max tokens by @HenryHengZJ in https://github.com/FlowiseAI/Flowise/pull/2003
- feature/fetch openaiKey via overrideConfig (vars) by @niztal in https://github.com/FlowiseAI/Flowise/pull/2018
- fix: update streaming how-to url by @yavisht in https://github.com/FlowiseAI/Flowise/pull/2037
- bugfix: depreciating chatgpt plugin by @AsharibAli in https://github.com/FlowiseAI/Flowise/pull/2070
- Use mysql2 to fix mysql connection issue for mysql 8 by @zhengcan in https://github.com/FlowiseAI/Flowise/pull/1955
- Bugfix/Add astradb collection name and namespace by @HenryHengZJ in https://github.com/FlowiseAI/Flowise/pull/2071
- Chore/Pin Pinecone dep by @HenryHengZJ in https://github.com/FlowiseAI/Flowise/pull/2036
- Bugfix/Web Scraper Limit by @HenryHengZJ in https://github.com/FlowiseAI/Flowise/pull/2083
- Bugfix/closing mongodb connections by @ocflowiseai in https://github.com/FlowiseAI/Flowise/pull/2085
- fix missing comma upon sql migration query by @niztal in https://github.com/FlowiseAI/Flowise/pull/2095
New Contributors
- @mrkhachaturov made their first contribution in https://github.com/FlowiseAI/Flowise/pull/1998
- @AsharibAli made their first contribution in https://github.com/FlowiseAI/Flowise/pull/2070
- @zhengcan made their first contribution in https://github.com/FlowiseAI/Flowise/pull/1955
Full Changelog: https://github.com/FlowiseAI/Flowise/compare/flowise@1.6.2...flowise@1.6.3