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

Cookbook receipe on extract event details from text #1268

Conversation

scampion
Copy link
Contributor

If useful, an example to illustrate how to extract event details from a message like :

Hello Kitty, my grandmother will be here , I think it's better to postpone our
appointment to review math lessons to next Monday at 2pm at the same place, 3 avenue des tanneurs, 
I think that one hour will be enough
see you 😘 

to

{
  "title":"Math lessons",
  "location":"3 avenue des tanneurs",
  "start":"2024-11-18T14:00:00Z"
}

Indeed, the next Monday is the 18 November, the smallest models cannot infer this example of ‘next Monday’ with precision and a real benchmark would be welcome, or maybe another approach with a function call

@scampion scampion closed this Nov 15, 2024
@scampion
Copy link
Contributor Author

Need to mention https://github.com/jrudoler/ics-generator

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.

1 participant