Fix some problems.
Update Guide
Deploying with Docker Compose:
-
Get the latest code from the main branch:
git checkout main git pull origin main
-
Go to the next step and update to the latest image:
cd docker docker-compose up -d
Deploying from Source Code:
-
Stop API server, Worker and Web frontend Server.
-
Get the latest code from the main branch:
git checkout main git pull origin main
-
Then, let's run the migration script:
cd api flask db upgrade
-
Finally, run API server, Worker and Web frontend Server again.
What's Changed
- fix: chat log wont show up by @rickythink in #2007
- fix: model provider credentials null value validate failed by @takatost in #2009
- text spliter length method use default embedding model tokenizer by @JohnJyong in #2011
- Update CONTRIBUTING.md by @WeepsDanky in #2010
- fixup /stop api by @killpanda in #2012
- fix: tongyi stream generate not incremental and add qwen max models by @takatost in #2013
- feat: huggingface llm add new params. by @GarfieldDai in #2014
- fix: datasets indexing-status api document by @vikeychen in #2019
- fix: openai tool tokens by @Yeuoly in #2026
- doc: replace readme images by @crazywoola in #2030
- ascii filter Unicode U+FFFE by @JohnJyong in #2038
- doc: replace readme images by @crazywoola in #2039
- fix: dependencies security problems by @takatost in #2040
- feat: fix debug rerank params error by @iamjoel in #2041
- fix: dataset and moderation. by @GarfieldDai in #2042
- fix SQL slow query by @JohnJyong in #2043
- fix: qwen top_p min/max wrong by @takatost in #2044
- bump version to 0.4.7 by @takatost in #2045
New Contributors
- @WeepsDanky made their first contribution in #2010
- @vikeychen made their first contribution in #2019
Full Changelog: 0.4.6...0.4.7