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

Automate the Generation of Regular Expressions #30

Open
hayleepierce opened this issue Nov 13, 2023 · 1 comment
Open

Automate the Generation of Regular Expressions #30

hayleepierce opened this issue Nov 13, 2023 · 1 comment
Assignees
Labels
on hold not necessary to complete at this moment

Comments

@hayleepierce
Copy link
Collaborator

These generated regular expressions need to match specific columns.

@hayleepierce hayleepierce added the enhancement New feature or request label Nov 13, 2023
@gkapfham
Copy link
Contributor

Hi @hayleepierce, this is a good feature to consider adding. What I've been doing so far is giving a list of column names to an LLM like ChatGPT or Claude and then asking it to generate the regular expressions for me.

If we are going to be use a Python function to interact with an LLM, we might want to research the use of this framework:

https://github.com/simonw/llm

Also, Alish is not yet in this repository --- but I will add Alish and then perhaps he can further comment on how he implemented the LLM integration for the chasten tool?

@EvanNelson04 EvanNelson04 added on hold not necessary to complete at this moment and removed enhancement New feature or request labels Nov 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
on hold not necessary to complete at this moment
Projects
None yet
Development

No branches or pull requests

3 participants