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

Feedback for “Building a Text Classification and Extraction System with Rig: A Comprehensive Guide” #12

Open
rogerjbos opened this issue Feb 23, 2025 · 0 comments

Comments

@rogerjbos
Copy link

This is an excellent tutorial. Thank you for it.

For whatever reason, I had to make a few small adjustments to get the code to compile and run.

  1. add JsonSchema trait: use schemars::JsonSchema;

  2. add JsonSchema to each of the derive traits: #[derive(Debug, Deserialize, Serialize, JsonSchema)]

  3. I had to remove the ? from the from_env() call: let openai_client = openai::Client::from_env();

I am using rustc 1.82.0 (f6e511eec 2024-10-15)

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

No branches or pull requests

1 participant