glroland / ai-product-catalog

AI Enabled Product Catalog Service

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ai-product-catalog-service

AI Enabled Product Catalog Service

Products Similar to a specified item - using RAG:

select * from products, product_embeddings where products.product_id = product_embeddings.product_id and products.product_id != 1 order by embedding <-> (select embedding from product_embeddings where product_id=1) limit 5

About

AI Enabled Product Catalog Service

License:Apache License 2.0


Languages

Language:Jupyter Notebook 83.1%Language:Java 10.2%Language:HTML 3.9%Language:Python 2.8%