Closed tokumotion closed 1 month ago
Please look on the collab present in the readme
Collab need a different config
Hi @VinciGit00, used the colab setup you pointed but got the same error message
I'm getting the same error running locally using SmartScraperMultiGraph. Fresh environment following readme.
Edit: Got it working. My bad, I was using a string for source instead of a list.
Hi @JoshuaTruscott,
The source
parameter needs to be a str
and not a list
:
def __init__(self, prompt: str, source: str, config: dict, schema: Optional[BaseModel] = None):
I am facing the same issue.
Describe the bug Using a script to get keywords from a document, today it started to fail
To Reproduce Run this code
Expected behavior Should get themes which is a list of keywords from a text
Screenshots This is the error I get
Desktop (please complete the following information): Using Google Colab