From 462c6f6022dfd10de050ed1389740c02d1ca6b9e Mon Sep 17 00:00:00 2001 From: Stefano Lottini Date: Wed, 3 Jul 2024 15:12:55 +0200 Subject: [PATCH] Add new voyageAI models (#290) * Added parameter map for two recently-added VoyageAI models * changes file --- CHANGES | 6 ++++++ tests/vectorize_idiomatic/vectorize_models.py | 2 ++ 2 files changed, 8 insertions(+) diff --git a/CHANGES b/CHANGES index 32be10a..0387e0f 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,9 @@ +(master) +======== +Testing: + - restructure CI to fully support HCD alongside Astra DB + - add details for testing new embedding providers + v. 1.3.1 ======== Fixed bug in parsing endpoint domain names containing hyphens (#287), by @bradfordcp diff --git a/tests/vectorize_idiomatic/vectorize_models.py b/tests/vectorize_idiomatic/vectorize_models.py index dfcde71..29b9928 100644 --- a/tests/vectorize_idiomatic/vectorize_models.py +++ b/tests/vectorize_idiomatic/vectorize_models.py @@ -121,9 +121,11 @@ ], ("voyageAI", "voyage-2", "autoTruncate"): True, ("voyageAI", "voyage-code-2", "autoTruncate"): True, + ("voyageAI", "voyage-finance-2", "autoTruncate"): True, ("voyageAI", "voyage-large-2", "autoTruncate"): True, ("voyageAI", "voyage-large-2-instruct", "autoTruncate"): True, ("voyageAI", "voyage-law-2", "autoTruncate"): True, + ("voyageAI", "voyage-multilingual-2", "autoTruncate"): True, # ("huggingfaceDedicated", "endpoint-defined-model", "endpointName"): os.environ[ "HUGGINGFACEDED_ENDPOINTNAME"