Skip to content

Commit 95c7ece

Browse files
authored
update product recommendation example description (#513)
1 parent 9ea6ac6 commit 95c7ece

File tree

16 files changed

+5
-3
lines changed

16 files changed

+5
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ It defines an index flow like this:
137137
| [Docs to Knowledge Graph](examples/docs_to_knowledge_graph) | Extract relationships from Markdown documents and build a knowledge graph |
138138
| [Embeddings to Qdrant](examples/text_embedding_qdrant) | Index documents in a Qdrant collection for semantic search |
139139
| [FastAPI Server with Docker](examples/fastapi_server_docker) | Run the semantic search server in a Dockerized FastAPI setup |
140-
| [Product_Taxonomy_Knowledge_Graph](examples/product_taxonomy_knowledge_graph) | Build knowledge graph for product recommendations |
140+
| [Product Recommendation](examples/product_recommendation) | Build real-time product recommendations with LLM and graph database|
141141
| [Image Search with Vision API](examples/image_search_example) | Generates detailed captions for images using a vision model, embeds them, enables live-updating semantic search via FastAPI and served on a React frontend|
142142

143143
More coming and stay tuned 👀!

examples/product_taxonomy_knowledge_graph/README.md renamed to examples/product_recommendation/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
# Build Real-Time Product Recommendation based on LLM Taxonomy Extraction and Knowledge Graph
1+
# Build Real-Time Recommendation Engine with LLM and Graph Database
22

3-
We will process a list of products and use LLM to extract the taxonomy and complimentary taxonomy for each product.
3+
We will build a real-time product recommendation engine with LLM and graph database. In particular, we will use LLM to understand the category (taxonomy) of a product. In addition, we will use LLM to enumerate the complementary products - users are likely to buy together with the current product (pencil and notebook).
4+
5+
We will use Graph to explore the relationships between products that can be further used for product recommendations or labeling.
46

57
Please drop [CocoIndex on Github](https://github.com/cocoindex-io/cocoindex) a star to support us and stay tuned for more updates. Thank you so much 🥥🤗. [![GitHub](https://img.shields.io/github/stars/cocoindex-io/cocoindex?color=5B5BD6)](https://github.com/cocoindex-io/cocoindex)
68

0 commit comments

Comments
 (0)