Tag: programming

  • Integrating Documentum with an Amazon Bedrock Chatbot API for Product Manuals

    This article outlines the process of building a product manual chatbot API using Amazon Bedrock, with a specific focus on integrating content sourced from a Documentum repository. By leveraging the power of vector embeddings and Large Language Models (LLMs) within Bedrock, we can create an intelligent and accessible way for users to find information within… Read more

  • Spring AI and Langchain Comparison

    A Comparative Look for AI Application DevelopmentThe landscape of building applications powered by Large Language Models (LLMs) is rapidly evolving. Two prominent frameworks that have emerged to simplify this process are Spring AI and Langchain. While both aim to make LLM integration more accessible to developers, they approach the problem from different ecosystems and with… Read more

  • gRPC vs HTTP

    gRPC (gRPC Remote Procedure Calls) and HTTP (Hypertext Transfer Protocol) are both fundamental protocols used for communication between applications, but they differ significantly in their design, features, and typical use cases. Here’s a comprehensive comparison: gRPC HTTP Key Differences Summarized: Feature gRPC HTTP Protocol RPC framework over HTTP/2 Application protocol (various versions) Data Format Primarily… Read more