1.3.8
Added 6
- Text output for Text File and Plain Text components
- Ollama node
- AWS Bedrock embeddings
- In-memory LLM cache
- Support for ElasticSearch as a vector store
- S3 loader
Changed 2
- Use default prompt placeholder from langchain instead of hardcoding in the file
- Remove unnecessary Langfuse inputs
What's Changed
Node
- Use default prompt placeholder from langchain than hardcoding in the file. by @skhm in https://github.com/FlowiseAI/Flowise/pull/1028
- Text output for Text File and Plain Text components by @jan-stanek in https://github.com/FlowiseAI/Flowise/pull/1029
- Feature/Add Ollama by @HenryHengZJ in https://github.com/FlowiseAI/Flowise/pull/1033
- Feature/AWSBedrock embeddings by @HenryHengZJ in https://github.com/FlowiseAI/Flowise/pull/1034
- Feature/In-Mem LLMcache by @HenryHengZJ in https://github.com/FlowiseAI/Flowise/pull/1036
- Support for ElasticSearch as a vector store by @vinodkiran in https://github.com/FlowiseAI/Flowise/pull/982
- Feature/Add S3 loader by @HenryHengZJ in https://github.com/FlowiseAI/Flowise/pull/1039
Core
- Remove unnecessary Langfuse inputs by @marcklingen in https://github.com/FlowiseAI/Flowise/pull/1042
New Contributors
- @skhm made their first contribution in https://github.com/FlowiseAI/Flowise/pull/1028
- @jan-stanek made their first contribution in https://github.com/FlowiseAI/Flowise/pull/1029
- @marcklingen made their first contribution in https://github.com/FlowiseAI/Flowise/pull/1042
Full Changelog: https://github.com/FlowiseAI/Flowise/compare/flowise@1.3.7...flowise@1.3.8