Add nomic embedding model provider (#8640)

This commit is contained in:
ice yao 2024-09-23 19:57:21 +08:00 committed by GitHub
commit d7aada38a1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
17 changed files with 506 additions and 2 deletions

View file

@ -7,4 +7,5 @@ pytest api/tests/integration_tests/model_runtime/anthropic \
api/tests/integration_tests/model_runtime/google api/tests/integration_tests/model_runtime/xinference \
api/tests/integration_tests/model_runtime/huggingface_hub/test_llm.py \
api/tests/integration_tests/model_runtime/upstage \
api/tests/integration_tests/model_runtime/fireworks
api/tests/integration_tests/model_runtime/fireworks \
api/tests/integration_tests/model_runtime/nomic