Discussions
Wedding photography
A great wedding photographer captures not just the big events but also the small, heartfelt details — creating timeless images that allow couples to relive their love story for years to come.
ใครเคยใช้งาน fwfans บ้าง? แพลตฟอร์มนี้เหมาะกับใคร แล้วใช้งานยังไงให้ได้ผลลัพธ์ดีที่สุด?
ช่วงนี้เห็นหลายคนพูดถึงแพลตฟอร์มชื่อว่า fwfans ซึ่งดูเหมือนจะเป็นพื้นที่ใหม่สำหรับการแบ่งปันตัวตน ความชอบ หรือคอนเทนต์ส่วนตัวในแบบที่เปิดกว้าง ไม่ว่าจะเป็นเรื่องไลฟ์สไตล์ ความสัมพันธ์ หรือแม้แต่เรื่องเซนซิทีฟที่ไม่ค่อยพูดกันในพื้นที่สาธารณะ
I'm getting different embeddings for the SAME encoding
Here is my code
which is the best assignment writing help service in the UK?
Could anyone recommend a reliable assignment writing service?
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.
Checking token count on typescript
I see reference to count_tokens in python. What about typescript or just a REST api is fine
status code 404: badresponse status code 404
Using the voyage-code-3 model, the API address is https://api.voyageai.com/v1/embeddings. An error occurred.
Support for Arabic Language
Hi guys,
Input Token
If tokens exceed a certain length, the interface response will time out. the service cannot be used at all.
Checking Input Token Size Before API Call
I want to verify whether my input token size exceeds the model’s limit. Is there a built-in function to calculate token length without making an API call and incurring costs? If using tiktoken is the only option, which encoding should I use?