New Features
- Supported the
rerank
model ofxinference
for local deployment, such as:bge-reranker-large
,bge-reranker-base
. - ChatGLM2/3 support
⚠️ Breaking Change
We've recently switched provider ChatGLM
to the OpenAI API protocol, so from now on, we'll only be supporting ChatGLM3
and ChatGLM2
. Unfortunately, support for ChatGLM1
has been deprecated.
What's Changed
- fix: retrieval test page hide rerank model also hide retrieval config by @iamjoel in #1585
- fix: chat on start bug by @iamjoel in #1588
- Update docker-compose.yaml by @JohnJyong in #1587
- feat: bump version to 0.3.31-fix1 by @takatost in #1589
- fix: safari can not in by @iamjoel in #1590
- feat: add anthropic claude-2.1 support by @takatost in #1591
- feat: bump version to 0.3.31-fix2 by @takatost in #1592
- fix sql transaction error in statistic API by @waltcow in #1586
- fix: chat token spent info style by @zxhlyh in #1597
- fix weaviate hybrid search issue by @JohnJyong in #1600
- feat: optimize db connections in thread by @takatost in #1601
- fix: hybrid search when document is none by @JohnJyong in #1603
- Fix/multi thread parameter by @JohnJyong in #1604
- feat: bump version to 0.3.31-fix3 by @takatost in #1606
- feat: xinference rerank model support by @takatost in #1615
- feat: chatglm3 support by @takatost in #1616
- fix: dataset tool missing in n-to-1 retrieve mode by @takatost in #1617
- fix: provider chatglm tests error by @takatost in #1618
- feat: add xinference rerank model by @zxhlyh in #1619
- feat: bump version to 0.3.32 by @takatost in #1620
New Contributors
Full Changelog: 0.3.31...0.3.32