Discussions
Why Knowing the Definition of Scripting is Crucial for DevOps Engineers
In the fast-paced world of DevOps, automation is king. But before you can automate effectively, you need a clear understanding of what you’re actually writing—this is where the definition of scripting comes in. Simply put, scripting refers to writing small programs, often in interpreted languages like Python, Bash, or PowerShell, that automate tasks, configure systems, or manipulate data. Unlike compiled programs, scripts are generally lightweight, easy to modify, and ideal for repetitive or time-sensitive tasks.
Outsourcing Data Entry and Management for Accuracy
Management for accuracy focuses on maintaining precise operations, reducing errors, improving data quality, enhancing efficiency, and ensuring consistent business performance.
OpenAI API compatibitlity
To be compatible with OpenAI API implementation Voyage AI API should also deliver "prompt_tokens" in the "usage" part of the response for Embeddings.
Language Support in Embedding model
Hi there, can you please list the languages that Voyage AI's embedding model natively supports?
How to get 2048 byte embedding for voyage-3.5 model?
Hi, I'm using Typescript library to get voyage-3.5 embedding. Despite the documentation contains description of output_dimension parameetr of a request, Typescript library does not support it. method embed() takes a VoyageAI.EmbedRequest type object which contains only input, model, inputType, truncation, and encodingFormat properties. There is neither output_dimension, nor output_dtype. Even if I try to create a request of any type and include output_dimension: 2048 in it, the embed method still returns 1024 embedding vector. How can I request a different embedding size?
too many concurrent streams
Running into too many concurrent streams
exception -- I take that is a bit different than requests per minute or maximum tokens being exceeded. How many concurrent streams are allowed?
Is Voyage multimodal embedding api supports sinhala language?
I'm on a big, high accuracy needed project. so I want to know that voyage multimodal embedding api will do it's job with best performance for sinhala language
Is rerank-3 coming soon?
Lots of new stuff in the 3rd generation of embeddings like voyage-3-large, 3.5 series and contextual embeddings.
Multimodal Reranker
Is a multimodal reranker in the works?
I'm getting different embeddings for the SAME encoding
Here is my code