langgenius / dify

Dify is an open-source LLM app development platform. Dify's intuitive interface combines AI workflow, RAG pipeline, agent capabilities, model management, observability features and more, letting you quickly go from prototype to production.
https://dify.ai
Other
46.76k stars 6.61k forks source link

Add embedding models in fireworks provider #8728

Closed yaoice closed 4 days ago

yaoice commented 4 days ago

Checklist:

[!IMPORTANT]
Please review the checklist below before submitting your pull request.

Description

Fixes #8726

Embedding model list in fireworks provider:https://docs.fireworks.ai/guides/querying-embeddings-models

Type of Change

Testing Instructions

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration

Embedding model list like following:

image image

verify the embedding function in rag:

image image image image
yaoice commented 4 days ago

Please refer this #8724 as well :)

@crazywoola I've done.