diff --git a/notebooks/vertex_genai/labs/retrieval_augmented_generation.ipynb b/notebooks/vertex_genai/labs/retrieval_augmented_generation.ipynb index 537212cc9..bdd2bcaa9 100644 --- a/notebooks/vertex_genai/labs/retrieval_augmented_generation.ipynb +++ b/notebooks/vertex_genai/labs/retrieval_augmented_generation.ipynb @@ -25,39 +25,12 @@ }, { "cell_type": "code", - "execution_count": 1, + "execution_count": null, "id": "39d15f9a-3ab7-4d99-994d-d5d235ddee3d", "metadata": { "tags": [] }, - "outputs": [ - { - "name": "stdout", - "output_type": "stream", - "text": [ - "./kernels/langchain.sh\n", - "Installed kernelspec langchain_kernel in /home/jupyter/.local/share/jupyter/kernels/langchain_kernel\n", - "ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.\n", - "langchain-chroma 0.1.2 requires langchain-core<0.3,>=0.1.40, but you have langchain-core 0.1.19 which is incompatible.\n", - "langchain-google-vertexai 1.0.1 requires langchain-core<0.2.0,>=0.1.42, but you have langchain-core 0.1.19 which is incompatible.\n", - "ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.\n", - "langchain 0.1.2 requires langsmith<0.0.84,>=0.0.83, but you have langsmith 0.1.140 which is incompatible.\n", - "langchain-community 0.0.18 requires langsmith<0.1,>=0.0.83, but you have langsmith 0.1.140 which is incompatible.\n", - "ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.\n", - "langchain 0.1.2 requires langsmith<0.0.84,>=0.0.83, but you have langsmith 0.1.140 which is incompatible.\n", - "unstructured-client 0.27.0 requires pydantic<2.10.0,>=2.9.2, but you have pydantic 2.8.2 which is incompatible.\n", - "asl 0.1 requires google-cloud-aiplatform==1.43.0, but you have google-cloud-aiplatform 1.48.0 which is incompatible.\n", - "asl 0.1 requires pyyaml==5.3.1, but you have pyyaml 6.0.2 which is incompatible.\n", - "ydata-profiling 4.10.0 requires typeguard<5,>=3, but you have typeguard 2.13.3 which is incompatible.\n", - "ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.\n", - "langchain 0.1.2 requires langsmith<0.0.84,>=0.0.83, but you have langsmith 0.1.140 which is incompatible.\n", - "asl 0.1 requires google-cloud-aiplatform==1.43.0, but you have google-cloud-aiplatform 1.48.0 which is incompatible.\n", - "asl 0.1 requires pyyaml==5.3.1, but you have pyyaml 6.0.2 which is incompatible.\n", - "ydata-profiling 4.10.0 requires typeguard<5,>=3, but you have typeguard 2.13.3 which is incompatible.\n", - "Kernel has been successfully created\n" - ] - } - ], + "outputs": [], "source": [ "!cd ~/asl-ml-immersion && make langchain_kernel" ]