avatar

zacky syarief

AI Engineer

All Posts

  • Published on
    When we design RAG Architecture, the most important part is how we translate our exisiting data into vectors using embedding query. Let say we have a collection of journals and we want those collections to be context in addtion to our prompt, we need select the relev ...
  • Published on
    Google ADK (Agent Development Kit) is is a flexible and modular framework for developing and deploying AI agents. While optimized for Gemini and the Google ecosystem, ADK is model-agnostic, deployment-agnostic, and is built for compatibility with other frameworks. ...
  • Published on
    Just like GPT, Gemini, and Deepseek, Ollama is an LLM that we can use as an assistant. What most distinguishes Ollama from other LLMs is that the available models can be downloaded, allowing them to run on a local computer
  • Published on
    Device binding is a technique to make sure only trusted android app can communicate with backend. With proper handshake process that Android app will publish public key that can be used by server...