Refactor docsum (#1336)

Signed-off-by: Xinyao Wang <xinyao.wang@intel.com>
This commit is contained in:
XinyaoWa
2025-01-13 15:49:48 +08:00
committed by GitHub
parent ca15fe9bdb
commit ff1310b11a
16 changed files with 94 additions and 75 deletions

View File

@@ -293,7 +293,7 @@ Please refer to **[keycloak_setup_guide](keycloak_setup_guide.md)** for more det
10. DocSum LLM Microservice
```bash
curl http://${host_ip}:9003/v1/chat/docsum\
curl http://${host_ip}:9003/v1/docsum\
-X POST \
-d '{"query":"Text Embeddings Inference (TEI) is a toolkit for deploying and serving open source text embeddings and sequence classification models. TEI enables high-performance extraction for the most popular models, including FlagEmbedding, Ember, GTE and E5"}' \
-H 'Content-Type: application/json'