Skip to content

Commit

Permalink
Add new voyageAI models (#290)
Browse files Browse the repository at this point in the history
* Added parameter map for two recently-added VoyageAI models

* changes file
  • Loading branch information
hemidactylus committed Jul 3, 2024
1 parent 48a9ffa commit 462c6f6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 2 additions & 0 deletions tests/vectorize_idiomatic/vectorize_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 462c6f6

Please sign in to comment.