Giter VIP home page Giter VIP logo

Comments (5)

bruna-calistrate avatar bruna-calistrate commented on July 29, 2024 4

I was facing the same issue using langchain-google-genai.
The solution was using langchain-google-genai==1.0.3 version.

Here's the full requirements I'm using:

google-ai-generativelanguage==0.6.2
google-api-core==2.19.0
google-api-python-client==2.128.0
google-auth==2.29.0
google-auth-httplib2==0.2.0
google-generativeai==0.5.2
googleapis-common-protos==1.63.0
langchain==0.1.17
langchain-community==0.0.37
langchain-core==0.1.52
langchain-google-genai==1.0.3
langchain-pinecone==0.1.0
langchain-text-splitters==0.0.1

from generative-ai-python.

derak-isaack avatar derak-isaack commented on July 29, 2024 2

Yes, you are correct. Downgrading langchain-google-genai works for me now

from generative-ai-python.

theripnono avatar theripnono commented on July 29, 2024 2

I was facing the same issue using langchain-google-genai. The solution was using langchain-google-genai==1.0.3 version.

Here's the full requirements I'm using:

google-ai-generativelanguage==0.6.2
google-api-core==2.19.0
google-api-python-client==2.128.0
google-auth==2.29.0
google-auth-httplib2==0.2.0
google-generativeai==0.5.2
googleapis-common-protos==1.63.0
langchain==0.1.17
langchain-community==0.0.37
langchain-core==0.1.52
langchain-google-genai==1.0.3
langchain-pinecone==0.1.0
langchain-text-splitters==0.0.1

Thank @bruna-calistrate !! donwgrading it works.
Maybe someone could have conflicts between langchain-google-gena and langchain-openai.
My requirements.txt had:

google-ai-generativelanguage==0.6.4
google-api-core==2.19.0
google-api-python-client==2.131.0
google-auth==2.29.0
google-auth-httplib2==0.2.0
google-generativeai==0.5.4
googleapis-common-protos==1.63.0
langchain==0.2.1
langchain-core==0.2.3
langchain-google-genai==1.0.3
langchain-openai==0.1.8
langchain-text-splitters==0.2.0

from generative-ai-python.

AkashThorat7 avatar AkashThorat7 commented on July 29, 2024

i also face same error

from generative-ai-python.

derak-isaack avatar derak-isaack commented on July 29, 2024

Same error here:
`GoogleGenerativeAIError Traceback (most recent call last)
/usr/local/lib/python3.10/dist-packages/langchain_google_genai/embeddings.py in embed_documents(self, texts, task_type, titles, output_dimensionality)
148 )
149 except Exception as e:
--> 150 raise GoogleGenerativeAIError(f"Error embedding content: {e}") from e
151 return [e.values for e in result.embeddings]
152

GoogleGenerativeAIError: Error embedding content: 504 Deadline Exceeded`

from generative-ai-python.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.