mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 03:18:23 -05:00
Feature: Embeddings Optimizer (Prompt Rephraser) #851
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @spammenotinoz on GitHub (May 8, 2024).
Brilliant project, but currently using another project as when using this one my API costs are considerably higher.
High API Usage Costs with embeddings.
A clear and concise description of what you want to happen.
Typically this can have a major speed improvement and cost reduction for premium \ large models.
Describe alternatives you've considered
Additional context
Example of a Rephraser and Reranker as used on another project. This pull was not merged into the product, but works extremely well.
I do not use the Reranker jusr the Rephraser.
No modifications to GUI
@Yanyutin753 commented on GitHub (May 11, 2024):
@spammenotinoz Hey dude, with a free high-performance service like Groq, you can use [one-api] (https://github.com/songquanpeng/one-api) to sum it up and then use it in open webui
@spammenotinoz commented on GitHub (May 12, 2024):
Hi I already use one-api for another project that already has the "sum it up feature". I don't use one-api here, as litellm already load-balances multiple API keys.