FlowiseAI / Flowise

Drag & drop UI to build your customized LLM flow
https://flowiseai.com
Apache License 2.0
27.28k stars 14.08k forks source link

[FEATURE]support for rerank models #1528

Open mousounikki opened 5 months ago

mousounikki commented 5 months ago

Describe the feature you'd like there is an open source rerank model bge-rerank similar to the one provided by Cohere, which is a very obvious efficiency improvement for building RAG applications. Are there any plans to develop functional support for related models, such as integrating Cohere-style APIs and providing custom BasePath?

Additional context image

HenryHengZJ commented 5 months ago

@mousounikki we've added some rerank retrievers - https://github.com/FlowiseAI/Flowise/pull/1426 image

will improve in future to add more

mousounikki commented 5 months ago

@HenryHengZJ awesome!

wegylexy commented 1 month ago

How about custom API, or custom JavaScript function as a retriever?