You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Suggestion: Ask "how do we start?" to get started and go from there!
For an overview and to see it in action, check out the video:
There is a companion blog post about it as well that gives an overview of how it works.
You can create a weekly workout plan to help you reach your goals. Information about you is stored in a local SQLite database. Report on your workouts to your assistant and they will log them for you. The assistant can access your stored information and historical workout logs to answer questions and help you on your personal fitness journey! 💪
Features:
Context around how the AI is configured is hidden from the user.
Data about the user is written in a structured format by the AI into a local SQLite database.
Historical fitness log entries are stored and fetched from the local database.
Provides a simple but powerful working example of how to create an AI assistant in Elixir that integrates with your app.
About
Demo web project using the Elixir LangChain library