MLMay Lauinmaylau.hashnode.dev·Feb 19 · 2 min readMoving from Fixed-Size Chunks to Semantic Integritysemantic is good at accuracy but need to balance the time (if have limited machine) for general article, lead + body actually good I was working on my multi language news bank with the pgvector + e00
MLMay Lauinmaylau.hashnode.dev·Feb 3 · 2 min readLessons in Conversational AI: What I Learned from Using Tool Callslow temperature for LLM using tools if possible split responsible to fulfil both good temperature and using tools It's essential to offer tools to agents handling various tasks, especially when we 00
MLMay Lauinmaylau.hashnode.dev·Jan 5 · 3 min readOrchestrating Agents vs Reality: My Failure to Delegate and What I LearnedIn short: Narrow the manager’s expertise so it can’t do everything. Not always need a complex multi-agent system Try not to think in a human company way, by context instead Last year, Orchestrati00
MLMay Lauinmaylau.hashnode.dev·Jan 31, 2025 · 3 min readRSA Encryption and Signature1. RSA Encryption OAEP (Optimal Asymmetric Encryption Padding): The default RSA encryption padding scheme, known for its high security. Enhances security using randomness and hash functions. Default configuration: Hash function: SHA-256 (specifi...00
MLMay Lauinmaylau.hashnode.dev·Jul 7, 2024 · 3 min readNavigating ExoPlayer Surface TypesExoPlayer has become the go-to video player for Android development. During my recent integrations, I faced some challenges with its surface types. In this article, I'll dive into these surface types and share valuable insights to help you navigate t...00