I was looking for some projects that would be a good demonstration of how AI can automate or solve problems just like humans. Yesterday, I was playing a tic tac toe game with my wife and I just thought this could be a very good starting point for it. So here I'm sitting at my desk trying to build one. But plain old command line tic-tac-toe is not fun. You should be able to … [Read more...] about Play Tic Tac Toe With LLM Claude 3.7
LLM
Building Semantic Search for E-commerce Using Product Embeddings and OpenSearch
Hey! So, I recently worked on this cool proof of concept (POC) where I tried to combine product embeddings with OpenSearch to enable a k-nearest neighbours (k-NN) search. Basically, I wanted to see if I could make searching through a product catalog smarter by using embeddings (which are essentially vector representations of the product information) instead of just basic text … [Read more...] about Building Semantic Search for E-commerce Using Product Embeddings and OpenSearch