agentscope icon indicating copy to clipboard operation
agentscope copied to clipboard

Add post API for embedding model and fix embedding model wrappers

Open ZiTao-Li opened this issue 1 year ago • 0 comments


Add post API for embedding model and fix embedding model wrappers


Description

  • Add post API for embedding model to provide a default choice for some response format.
  • Fix some bugs (which will not be trigger) in the existing embedding models.

By default, now the return of embedding model wrappers are ModelResponse with list of embeddings.

Checklist

Please check the following items before code is ready to be reviewed.

  • [x] Code has passed all tests
  • [x] Docstrings have been added/updated in Google Style
  • [x] Documentation has been updated
  • [x] Code is ready for review

ZiTao-Li avatar Apr 28 '24 07:04 ZiTao-Li