Published inITNEXTA simple, convenience package for the Azure Cosmos DB Go SDKWhen using the Go SDK for the Azure Cosmos DB NoSQL API, I often find myself writing boilerplate code for various operations, including…May 12May 12
Published inITNEXTHow to configure and customize the Go SDK for Azure Cosmos DBThe Go SDK for Azure Cosmos DB is built on top of the core Azure Go SDK package, which implements several patterns that are applied…May 7May 7
Published inITNEXTBuilding Event-Driven Go applications with Azure Cosmos DB and Azure FunctionsGo is well-suited for serverless applications due to its simple deployment, fast startup times, and low memory usage. This blog post…Apr 25A response icon1Apr 25A response icon1
Published inITNEXTVector embeddings made easy with Go, Azure Cosmos DB, and OpenAIWhen working on applications that need vector/semantic/similarity search, it’s often useful to have a quick and easy way to create vector…Apr 21Apr 21
Published inITNEXTBuild a MCP server using Go to connect AI agents with databasesLike many of you, I have been playing around with Model Context Protocol (MCP). To dive in, I built a sample MCP server implementation for…Apr 2Apr 2
Published inITNEXTImplementing Chat History for AI Applications Using Azure Cosmos DB Go SDKThis blog post covers how to build a chat history implementation using Azure Cosmos DB for NoSQL Go SDK and langchaingo. If you are new to…Mar 12Mar 12
Published inITNEXTMigrating data from DynamoDB to Azure Cosmos DBMigrating stateful systems, such as databases, is a complex process. A frequent requirement for customers is to transfer data from DynamoDB…Feb 26Feb 26
Get started with Vector Search in Azure Cosmos DBWith examples in Python, TypeScript, Java and C#Feb 24Feb 24
Use Azure Cosmos DB as a Docker container in CI/CD pipelinesThere are lot of benefits to using Docker containers in CI/CD pipelines, especially for stateful systems like databases. For example, when…Feb 24Feb 24
Published inAI AdvancesUsing AI in your IDE to work with open-source code basesLet’s see how we can add enhancements to the langchaingo project with Amazon Q Developer support in VS CodeSep 26, 2024Sep 26, 2024