Scrapegraph-ai icon indicating copy to clipboard operation
Scrapegraph-ai copied to clipboard

GoogleGenerativeAIEmbeddings is not defined

Open aliavni opened this issue 1 year ago • 1 comments

Describe the bug Hi, I am running the Case 6: Extracting information using Gemini example in the readme. But, I am getting the following error:

NameError: name 'GoogleGenerativeAIEmbeddings' is not defined

To Reproduce

  1. Create a virtual env with Python 3.11.9
  2. pip install scrapegraphai==0.10.0
  3. Run the code in readme: Case 6: Extracting information using Gemini

Expected behavior I would expect the sample code to run successfully

Screenshots If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

  • OS: Mac

aliavni avatar May 08 '24 18:05 aliavni

Please try the new beta

VinciGit00 avatar May 09 '24 15:05 VinciGit00