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
OpenAI has an official Python library and would lead to some interesting integrations if we can index the synchroised database to be indexed and the user can pose questions like:
Dev Mukherjee's last visit to the pool
or event reporting such as:
How many times does Dev Mukherjee goto the pool a month
Design
The first portion of this would be to analyse how the OpenAI platform works from an API standpoint and if it's useful to present this as part of the cli and tui interfaces.
Note that the API key will have to be vendored in by the user of the tool, but this is ok as the interfaces are designed for an advanced user.
Once we are comfortable with what the OpenAI API does, then we can expand on the specific requirements of this ticket.
Technical considerations
Not that this should make a difference but @openai use rye as the package management tool for the Python package.
See ticket where we are moving to hatch
The text was updated successfully, but these errors were encountered:
devraj
changed the title
LLM integration to search for visits and other events
LLM integration to search for visits and other events, explore pyndatic-aiDec 2, 2024
devraj
changed the title
LLM integration to search for visits and other events, explore pyndatic-ai
LLM integration to search for visits and other events, explore pydantic-aiDec 2, 2024
OpenAI has an official Python library and would lead to some interesting integrations if we can index the synchroised database to be indexed and the user can pose questions like:
or event reporting such as:
Design
The first portion of this would be to analyse how the OpenAI platform works from an API standpoint and if it's useful to present this as part of the
cli
andtui
interfaces.Note that the API key will have to be vendored in by the user of the tool, but this is ok as the interfaces are designed for an advanced user.
Once we are comfortable with what the OpenAI API does, then we can expand on the specific requirements of this ticket.
Technical considerations
Not that this should make a difference but @openai use rye as the package management tool for the Python package.
The text was updated successfully, but these errors were encountered: