Discussions

Ask a Question

How Can an iOS App Development Agency Accelerate Digital Transformation

In today’s digital-first world, businesses are turning to mobile apps not only to engage customers but also to streamline operations and expand globally. Partnering with an iOS app development agency can offer more than just coding they bring expertise in UX/UI, security, compliance, and long-term scalability. But how crucial is their role in driving innovation? Can such agencies help businesses stay ahead in areas like AR, AI integration, or enterprise mobility? What do you think are they shaping the next phase of digital growth.

How can capstone project assignment help improve my final project performance?

Capstone project assignment help provides expert guidance in structuring, researching, and presenting your final project effectively. Professionals assist with topic selection, research methodology, data analysis, and writing to ensure your project meets academic standards. They also help in organizing reports, presentations, and practical applications, making your work more comprehensive and polished. With expert support, you gain clarity in complex areas, avoid common mistakes, and ensure timely submission. This guidance not only helps you score better but also enhances your understanding of real-world applications of your field of study.

Benefits of Outsourcing BPO Services for Small Businesses

BPO services for small businesses provide cost-effective solutions, streamline operations, improve customer support, enhance efficiency, and enable focus on core growth.

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?

ANSWERED

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

ANSWERED

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.

ANSWERED

Multimodal Reranker

Is a multimodal reranker in the works?

I'm getting different embeddings for the SAME encoding

Here is my code

Is it normal for API responses to take 3 - 5 seconds

We're currently using OpenAI and we're used to couple hundred millisecond response times. Benchmarking voyage and recall is definitely improved but it comes at the cost of 10X slower embeddings? Am I doing something wrong.