v0.4.8
- Jina AI
jina-embeddings-v2-base-zh
model supported. - Minimax
abab5.5s-chat
model supported. - App OpenAPI add LLM usage return
- 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 qdrant tag in docker-compose.yaml by @takatost in #2047
- fix: dataset sidebar by @zxhlyh in #2048
- Add jina-embeddings-v2-base-zh model configuration by @rickythink in #2049
- fix multi-dataset retrieve score limit by @JohnJyong in #2050
- timeout parameter error by @JohnJyong in #2052
- Update contribution guide by @guchenhe in #2053
- fix indentation & move contact into community section by @guchenhe in #2055
- Update README.md by @crazywoola in #2058
- fix: add sharp package to fix sharp-missing-in-production warning by @bowenliang123 in #2060
- Fix aspect ratio of buttons in readme by @guchenhe in #2062
- feat: add abab5.5s-chat by @crazywoola in #2063
- fix: free quota type apply button missing by @takatost in #2069
- fix: azure customize model name duplicate by @takatost in #2073
- feat: service api add llm usage by @takatost in #2051
- bump version to 0.4.8 by @takatost in #2074
Full Changelog: 0.4.7...0.4.8