feat: replace Jina reranker with custom reranker support in configuration#26
Merged
feat: replace Jina reranker with custom reranker support in configuration#26
Conversation
…tion - Updated `docker-compose.librechat.yml` and `env.local.example` to remove Jina API configurations and introduce new environment variables for a custom reranker, enhancing flexibility in reranking options. - Modified `librechat.yaml` to utilize the new custom reranker settings, ensuring compatibility with the updated configuration. - Adjusted `setup-env.ts` to remove prompts for the Jina API key, streamlining the environment setup process. This change improves the integration capabilities of LibreChat by allowing users to configure a custom reranker, enhancing the overall search experience.
…at, librechat-doc, n8n, and searxng - Updated submodule references for checkbot-rag, firecrawl, librechat, librechat-doc, n8n, and searxng to their latest commits, ensuring all dependencies are up-to-date and improving overall project stability.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
docker-compose.librechat.ymlandenv.local.exampleto remove Jina API configurations and introduce new environment variables for a custom reranker, enhancing flexibility in reranking options.librechat.yamlto utilize the new custom reranker settings, ensuring compatibility with the updated configuration.setup-env.tsto remove prompts for the Jina API key, streamlining the environment setup process.Based on