napokhte

Results 2 issues of napokhte

(function () { if (typeof navigator.getUserMedia !== "undefined") navigator.getUserMedia = undefined; if (typeof window.MediaStreamTrack !== "undefined") window.MediaStreamTrack = undefined; if (typeof window.RTCPeerConnection !== "undefined") window.RTCPeerConnection = undefined; if (typeof navigator.webkitGetUserMedia...

### Bug Description I attempted to execute the notebook from https://docs.llamaindex.ai/en/stable/examples/managed/GoogleDemo In the setup cell, the code includes `import llama_index.core.vector_stores.google.generativeai.genai_extension as genaix`. However, executing this line resulted in a "module...

bug
triage