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

More Docs #17

Closed
2 of 3 tasks
jamesturk opened this issue Mar 20, 2023 · 1 comment
Closed
2 of 3 tasks

More Docs #17

jamesturk opened this issue Mar 20, 2023 · 1 comment
Milestone

Comments

@jamesturk
Copy link
Owner

jamesturk commented Mar 20, 2023

  • pros and cons
  • usage / cookbook
  • cool ghost

Pros

  • nearly free in terms of time/energy to see if it works or not, throw it at a problem and see if the results are high enough quality, might need to write one or two CSS selectors
  • great for few pages where content changes frequently and scrapers might otherwise be too expensive to maintain
  • possibility of random errors that are hard to detect, should not be used without validation if results matter

Cons

  • scrapers will be dependent upon OpenAI until other models are available/equally good
  • every run costs something, even if pages don't change at all
  • not good for scrapers with lots of pages & lots of runs
  • bad at list pages due to context size issues and speed
@jamesturk jamesturk added this to the 0.4.0 milestone Mar 20, 2023
@jamesturk jamesturk changed the title Pros & Cons More Docs Mar 20, 2023
@jamesturk
Copy link
Owner Author

Examples of hooking into various parts of process:

jamesturk added a commit that referenced this issue Mar 22, 2023
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