Skip to content

mongodb-developer/Google-Cloud-AI-Agent-Groceries

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple AI Agent for Grocery Shopping

This is a simple AI Agent for Grocery Shopping built with MongoDB Atlas Vector Search, Google Cloud Gemini, and LangGraph.

Load sample data

npm run embed

Run the Agent

npm start

Send prompts

curl -X POST http://localhost:8080/messages \
  -H "Content-Type: application/json" \
  -d '{"message": "add eggs, bread and flour to my cart"}'

License

This project is licensed under the Apache 2.0 License - see the LICENSE file for detail

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published