Skip to content

SL Migration - RFID Tracking #236

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 33 commits into from
May 27, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
44dcd18
initial commit
candur May 21, 2025
add7eb2
added Solutions Overview
candur May 21, 2025
aeff040
added architecture reference
candur May 21, 2025
d60067f
added headers
candur May 21, 2025
4c8ed82
changed introductory phrase
candur May 21, 2025
50e7752
changed introduction
candur May 21, 2025
a32fc49
adapted introduction
candur May 21, 2025
4c85130
add bold in introduction
candur May 21, 2025
a684ea6
added RFID meaning
candur May 21, 2025
9ea788f
changed headers
candur May 21, 2025
3c184be
added header
candur May 21, 2025
329268a
header
candur May 21, 2025
803933e
Merge remote-tracking branch 'upstream/solutions-poc' into rfid-retail
candur May 21, 2025
6e53300
changed headers
candur May 21, 2025
a31aa0e
added headers
candur May 21, 2025
6135c23
make bold
candur May 21, 2025
338b369
changed headers
candur May 21, 2025
158606e
arranged headers
candur May 21, 2025
63c05ac
added key changes
candur May 21, 2025
cb84bd1
setup initial building the solution
candur May 21, 2025
db6da08
changed introduction
candur May 21, 2025
017b8d8
arranged indentation
candur May 21, 2025
8409422
added headers in building the solution
candur May 21, 2025
c80b26f
added building the solution
candur May 21, 2025
46d23ed
changed introduction reference architecture
candur May 21, 2025
36c2bb6
simplified language
candur May 21, 2025
eb04c5e
simplified language
candur May 21, 2025
09fcce0
simplified language
candur May 21, 2025
beb6c70
simplified language
candur May 21, 2025
6011a37
simplified language
candur May 21, 2025
512043a
update code space
candur May 21, 2025
6e8164c
added capslock to a prior solution
candur May 21, 2025
9257592
resolved conflicts
candur May 23, 2025
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions source/solutions-library.txt
Original file line number Diff line number Diff line change
Expand Up @@ -313,6 +313,15 @@ kick-start their projects.
Enable real-time order tracking and management across all
retail channels using MongoDB Atlas.

.. card::
:headline: Real-Time Product Tracking
:url: https://deploy-preview-236--docs-atlas-architecture.netlify.app/solutions-library/retail-asset-rfid-retail/
:icon: mdb_custom_aggregation
:icon-alt: Atlas mdb_custom_aggregation icon

Learn how to build a real-time inventory management system
with RFID and MongoDB Atlas.

Gen AI
------

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,8 @@ OpenAI LLM.
:alt: Basic Components of an AI Agent

Figure 1: Basic components of an AI agent

.. video:: https://www.youtube.com/watch?v=_CAOb7BR-Rg

Reference Architecture
----------------------
Expand Down Expand Up @@ -371,7 +373,7 @@ Feel free to adjust the prompt in main.py or update the telemetry data in the te
Running the solution
~~~~~~~~~~~~~~~~~~~~

**Starting a new diagnosis**
**Starting a New Diagnosis**

- Open the frontend and choose “New Diagnosis”.

Expand All @@ -397,15 +399,15 @@ Running the solution
- Click the “Run Agent” button and wait for a minute or two as the agent
finishes its run.

**Viewing workflow**
**Viewing Workflow**

- The workflow, chain-of-thought output, and the final recommendation
is shown in the left column.

- The workflow is generated in real time, giving transparency into the
agent's decision-making process.

**Reviewing MongoDB documents**
**Reviewing MongoDB Documents**

- In the right column, the documents shown are the records inserted during the current agent run:

Expand All @@ -423,7 +425,7 @@ Running the solution

- **checkpoints:** (From the checkpointing database) Shows the last saved state for potential recovery.

**Resume functionality**
**Resume Functionality**

- Optionally, we can demonstrate the "Resume Diagnosis" feature by
entering a thread ID and showing how the system retrieves the
Expand Down
Loading