The Critical Role of Logs in Diagnosing and Resolving Issues on AWS and on-prem Introduction Recently, I was enlisted to assist an eCommerce aggregator whose product listing service went down. Although the front end handled the issue gracefully, no sales were occurring across the dozens of customer web stores. During the investigation, we discovered that […]
Introduction In this blog post we will introduce vector databases and some of the algorithms used for indexing and show examples of how to work with AWS OpenSearch vector database using python and LangChain library. Vector databases A vector database is a type of database that stores high-dimensional vectors for fast retrieval and similarity search. […]