Henry Heng
2e42dfb635
Bugfix/Gemini Structured Output ( #4713 )
...
* fix gemini structured output
* update issues templates
2025-06-23 19:10:41 +01:00
Henry Heng
a107aa7a77
Chore/Update issue templates and add new tools ( #4687 )
...
* Enhancement: Update issue templates and add new tools
- Updated bug report template to include a default label of 'bug'.
- Updated feature request template to include a default label of 'enhancement'.
- Added new credential class for Agentflow API.
- Enhanced Agent and HTTP nodes to improve tool management and error handling.
- Added deprecation badges to several agent and chain classes.
- Introduced new tools for handling requests (GET, POST, DELETE, PUT) with improved error handling.
- Added new chatflows and agentflows for various use cases, including document QnA and translation.
- Updated UI components for better handling of agent flows and marketplace interactions.
- Refactored utility functions for improved functionality and clarity.
* Refactor: Remove beta badge and streamline template title assignment
- Removed the 'BETA' badge from the ExtractMetadataRetriever class.
- Simplified the title assignment in the agentflowv2 generator by using a variable instead of inline string manipulation.
2025-06-19 18:11:24 +01:00
Hans
86a26f6ae3
Fix vector store filter not work ( #4065 )
...
* Fix vector store filter not work
* Update ExtractMetadataRetriever.ts
* Update HydeRetriever.ts
* Update MultiQueryRetriever.ts
* Update SimilarityThresholdRetriever.ts
---------
Co-authored-by: Henry Heng <henryheng@flowiseai.com>
2025-02-26 15:03:54 +00:00
Gene Ruebsamen
7d125d50d4
update cohere rerank models to v3.0 and v3.5 ( #3972 )
2025-02-03 01:44:27 +00:00
Henry Heng
4aa97b0c9a
Bugfix/Escape JSON in Prompt Message ( #3901 )
...
add fix to only get variables when there is no colon
2025-01-20 19:18:28 +00:00
Nguyễn Đức Hùng
9c2203be62
Feature: Add Jina AI Rerank Retriever ( #3898 )
2025-01-20 12:33:42 +00:00
Hans
9cceba2240
Add `rerank-2` and `rerank-2-lite` for Voyage AI Rerank Retriever ( #3776 )
...
Add `rerank-2`
2025-01-02 13:51:59 +00:00
Henry Heng
940c8fd3b0
Chore/LC v0.3 ( #3517 )
...
* bump langchain version to 0.3, upgrades on all chat models
* update all docs loader to have documents and text output options
* fix pnpm lock file
2024-11-28 11:06:12 +00:00
Henry Heng
4c1951d5b6
Feature/Extract Metadata Retriever ( #3579 )
...
add extract metadata retriever
2024-11-26 21:06:17 +00:00
Henry Heng
b28885240d
Feature/Custom Retriever ( #3119 )
...
add custom retriever
2024-08-31 01:53:23 +01:00
Cosso
c899c05693
Feature/AWS Bedrock Knowledge Bases retriever ( #2905 )
...
* AWS Bedrock Knowledge bases retriever added
* Moved @langchain/aws from root dependency to overrides
* pnpm-lock.yaml update
---------
Co-authored-by: Rok Pajk Kosec <rok.pajkkosec@gmail.com>
2024-07-30 16:40:59 +01:00
Henry Heng
363d1bfc44
Chore/update deprecating nodes ( #2540 )
...
* update deprecating nodes
* add filters use cases to marketplace
* update log level
2024-07-12 18:37:57 +01:00
rennokki
eff1336b82
update: VoyageAI Models ( #2688 )
...
* Updated VoyageAI Models
* Update VoyageAI Rerankers
* Update VoyageAIRerankRetriever.ts
---------
Co-authored-by: Henry Heng <henryheng@flowiseai.com>
2024-06-21 16:52:54 +01:00
Henry Heng
21743656a8
Feature/Add multi query retriever ( #2676 )
...
add multi query retriever
2024-06-19 14:52:58 +01:00
Vinod Paidimarry
794818b434
Voyage AI - Credentials, Embeddings and Rerank ( #2015 )
...
* Voyage AI - Credentials and Embeddings
* reranker and fixes for embeddings
2024-03-26 11:50:16 +05:30
Henry
5a45a99620
Merge branch 'main' into chore/Upgrade-LC-version
2024-02-19 17:39:32 +08:00
Henry
caf54bf31b
add document json output
2024-02-09 16:07:34 +08:00
Henry
73112ad122
Merge branch 'main' into chore/Upgrade-LC-version
...
# Conflicts:
# packages/components/package.json
2024-02-07 02:01:32 +08:00
Henry
5c6b5b233c
fix top K
2024-02-01 13:14:02 +00:00
Henry
0606d2c6dd
upgrade langchain version 0.1.0
2024-01-26 23:41:55 +00:00
Henry
60d0fad62c
Merge branch 'feature/RAG-VectorStores-Updates-2' into feature/RAG-VectorStores-Updates
...
# Conflicts:
# packages/components/nodes/retrievers/CohereRerankRetriever/CohereRerank.ts
# packages/components/nodes/retrievers/CohereRerankRetriever/CohereRerankRetriever.ts
2024-01-17 17:43:50 +00:00
Henry
1bf7944776
update retrievers and add mmr to other vector stores
2024-01-17 15:55:56 +00:00
vinodkiran
3407fa92f4
Compression Retriever - Cohere Rerank - Add max chunks per document as optional parameter
2024-01-17 18:29:37 +05:30
vinodkiran
fd55fa62dd
fixes for lint failures
2023-12-30 08:08:15 +05:30
vinodkiran
1bd3b5d0ee
Compression Retriever: Addition of constant to RRF Retriever
2023-12-30 08:07:15 +05:30
vinodkiran
d0ab21e733
Compression Retriever: Addition of topK to Cohere Rerank Retriever
2023-12-29 20:37:25 +05:30
vinodkiran
4dd2f245ff
Compression Retriever: Reciprocal Rank Fusion
2023-12-29 20:35:42 +05:30
vinodkiran
be79adb07c
lint fixes
2023-12-22 12:13:52 +05:30
vinodkiran
f2f8ed6a9c
Compression Retriever - LLM filter
2023-12-22 12:12:25 +05:30
vinodkiran
fb02632f4b
Compression Retriever - Embeddings Filter
2023-12-22 12:12:16 +05:30
vinodkiran
94236c4b5f
Compression Retriever - Cohere Rerank
2023-12-22 12:12:04 +05:30
abhishekshankr
6e68df0d27
Update icons
2023-12-18 03:51:21 -05:00
Henry
c9a7ee2ad4
update hyde retriever
2023-12-07 23:17:27 +00:00
Henry
7d13b6323f
fix namings, update description, show badge and node info
2023-11-22 19:48:01 +00:00
Henry
1cb991a2d7
add similarity threshold
2023-10-06 18:43:41 +01:00
Henry
05dd23b01d
- update marketplaces
...
- add version to nodes and credentials
- hover over node actions
2023-07-28 15:56:40 +01:00
Henry Heng
b567e39f3e
Update HydeRetriever.ts
...
Add custom prompt
2023-07-25 15:44:05 +01:00
Yongtae
0ffdea771c
Add HydeRetriever node class for retrieving from a vector store
2023-07-25 18:27:41 +09:00
Yongtae
8fd9332224
add Hyde component.js
2023-07-25 18:24:10 +09:00
Yongtae
e561f1c30b
add svg
2023-07-25 18:23:47 +09:00
Henry
769b4ea567
add multi retrieval qa chain
2023-05-25 13:50:11 +01:00
Henry
1d42456ba1
add multi prompt chain
2023-05-25 00:36:09 +01:00