Using AI in your IDE to work with open-source code bases
Let's see how we can add enhancements to the langchaingo project with Amazon Q Developer support in VS CodeThanks to langchaingo, it's possible to build composable generative AI applications using Go....
View ArticleGet started with Vector Search in Azure Cosmos DB
This is a guide for folks who are looking for a way to quickly and easily try out the Vector Search feature in Azure Cosmos DB for NoSQL. This app uses a simple dataset of movies to find similar movies...
View ArticleUse Azure Cosmos DB as a Docker container in CI/CD pipelines
There are lot of benefits to using Docker containers in CI/CD pipelines, especially for stateful systems like databases. For example, when you run integration tests, each CI job can start the database...
View ArticleMigrating data from DynamoDB to Azure Cosmos DB
Migrating stateful systems, such as databases, is a complex process. A frequent requirement for customers is to transfer data from DynamoDB to Azure Cosmos DB for NoSQL. This process involves several...
View ArticleImplementing Chat History for AI Applications Using Azure Cosmos DB Go SDK
This 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 the Go SDK, the sample chatbot application presented in the...
View Article