Skip to content

Fix bulleted List #348

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 8 additions & 7 deletions modules/genai-ecosystem/pages/customer-graph-agent.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -169,13 +169,14 @@ To run, navigate to the graphrag folder and run the file:
cd graphrag
python cli_agent.py
----
Some sample questions to try
- What are some good sweaters for spring? Nothing too warm please!
- Which suppliers have the highest number of returns (i.,e, credit notes)?
- What are the top 3 most returned products for supplier 1616? Get those product codes and find other suppliers who have less returns for each product I can use instead.
- Can you run a customer segmentation analysis?
- What are the most common product types purchased for each segment?
- Can you run a customer segmentation analysis? For the largest group make a creative spring promotional campaign for them highlighting recommended products. Draft it as an email.
Some sample questions to try:

* What are some good sweaters for spring? Nothing too warm please!
* Which suppliers have the highest number of returns (i.,e, credit notes)?
* What are the top 3 most returned products for supplier 1616? Get those product codes and find other suppliers who have less returns for each product I can use instead.
* Can you run a customer segmentation analysis?
* What are the most common product types purchased for each segment?
* Can you run a customer segmentation analysis? For the largest group make a creative spring promotional campaign for them highlighting recommended products. Draft it as an email.


> ⚠️ Note: Agentic AI is still an evolving technology and may not always behave as expected out-of-the-box. For example, agents might choose different tools than intended, resulting in errors or bad responses.
Expand Down