Skip to content
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

added example of packing agent #43

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

shreybirmiwal
Copy link
Contributor

No description provided.

@kingjulio8238
Copy link
Owner

Awesome stuff!

For this to be added as an example the app would need to be split up into 3 main pages (which is super easy to do using streamlit):

  1. set up page where the user takes images and the output from the vision model ie. Belt --> blue_bag is inserted into the knowledge graph,
  2. a page solely focused on the chat interface where users can retrieve information
  3. a page where users can view the package knowledge graph at any given time

Given these edits (which are all available through memary), this would be suffice for an example.

@kingjulio8238
Copy link
Owner

It would also be interesting to see how the memory modules can help in tracking users packing preferences.

@kingjulio8238
Copy link
Owner

Possibly another page to add:
4. A list of users' most preferred packing preferences ie. white socks in orange bag

This can be done by using our memory modules as well as retrieving the paths from the knowledge graph. llama index currently supports this, we will be adding support soon - contributions are welcome!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants