napokhte
napokhte
waiting for bugfix sir.
go run download.go Visiting https://www.blinkist.com/en/nc/reader/undo-it-en 2019/05/31 10:31:24 Book page response received HTTP200 Book title is: Undo It! API Link:https://www.blinkist.com/api/books/5c5aafc26cee0700085d0fb4/chapters/5c5ab1226cee0700085d0fb6/audio for chapter Undo It!/0 API Link:https://www.blinkist.com/api/books/5c5aafc26cee0700085d0fb4/chapters/5c5ad8736cee0700085d1023/audio for chapter Undo It!/1 API...
llama-index 0.10.24 llama-index-agent-openai 0.1.7 llama-index-cli 0.1.11 llama-index-core 0.10.24.post1 llama-index-embeddings-openai 0.1.7 llama-index-indices-managed-google 0.1.3 llama-index-indices-managed-llama-cloud 0.1.5 llama-index-legacy 0.9.48 llama-index-llms-gemini 0.1.6 llama-index-llms-openai 0.1.13 llama-index-multi-modal-llms-openai 0.1.4 llama-index-program-openai 0.1.5 llama-index-question-gen-openai 0.1.3 llama-index-readers-file 0.1.12 llama-index-readers-llama-parse 0.1.4...
After upgrading to version 0.10.25, I encountered difficulties adapting the notebook's code to function correctly without the `genai_extension`. ``` import llama_index.core.vector_stores.google.generativeai.genai_extension as genaix from typing import Iterable from random import...
replace: `import llama_index.core.vector_stores.google.generativeai.genai_extension as genaix` with: `import llama_index.vector_stores.google.genai_extension as genaix` to fix the issue. after modification the result of cell is: `Deleted corpus llama-index-colab-883967-1. `
Upon proceeding to the "Basic Usage" cell and executing it, I encountered the following output: ``` Newly created corpus ID is llama-index-colab-171406-1. Document c639326f-56e2-47b8-9bef-945fc92e0807 in corpus llama-index-colab-171406-1 not found: 404...