Commit graph

7 commits

Author SHA1 Message Date
ReindeerFlotilla
be886f7d61
feat: add support for voyage-3-large and voyage-code-3 embedding models ()
* feat: add support for voyage-3-large and voyage-code-3 embedding models

- Add voyage-3-large and voyage-code-3 to VoyageAiOptions dropdown
- Update getMaxEmbeddingLength to support 32k context for new models
- Update .env.example with new model options

* unset env example

---------

Co-authored-by: timothycarambat <rambat1010@gmail.com>
2025-01-08 17:21:30 -08:00
timothycarambat
ec3b3010f8 Patch VoyageAI implementation from LC
resolves 
2024-11-06 11:43:41 -08:00
Blazej Owczarczyk
e07535471f
Added voyage-3 and voyage-3-lite. () 2024-09-30 09:37:25 -07:00
Sean Hatfield
86ba16acdc
Add new Voyage AI embedding models ()
new voyageai embedding models
2024-08-29 14:11:00 -07:00
timothycarambat
7bace20769 Improve VoyageAI error responses and textChunk handler
resolves 
2024-05-22 13:42:48 -05:00
Timothy Carambat
8c5a30db9d
Support dynamic context length - VoyageAI () 2024-05-22 10:53:49 -05:00
Sean Hatfield
5bf4b4db58
[FEAT] Add support for Voyage AI embedder ()
* add support for voyageai embedder

* remove unneeded import

* linting

* Add ENV examples
Update how chunks are processed for Voyage
use correct langchain import
Add data handling

---------

Co-authored-by: Timothy Carambat <rambat1010@gmail.com>
2024-05-19 13:20:23 -05:00