Skip to content

Commit 65795be

Browse files
authored
fixed links
1 parent fc2431b commit 65795be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

notebooks/GenAI/Pubmed_RAG_chatbot.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@
316316
"source": [
317317
"Now we can make our index, this can take up to 30min to 1hr. \n",
318318
"\n",
319-
"Please note that the dimensions depend on what text embedding model you are using for this tutorial we are using **Vertex AI's embedding model** which uses 768 dimensions. If you chose to change your model choose a embedding model that is compatible with it or you can use Tensorflow's Universal Sentence Encoder. For more information see [here](https://python.langchain.com/docs/integrations/vectorstores/matchingengine#using-tensorflow-universal-sentence-encoder-as-an-embedder)."
319+
"Please note that the dimensions depend on what text embedding model you are using for this tutorial we are using **Vertex AI's embedding model** which uses 768 dimensions. If you choose to change your model, choose an embedding model that is compatible with it."
320320
]
321321
},
322322
{
@@ -355,7 +355,7 @@
355355
"id": "9b3aa4a2-1145-475a-bd04-33bf69551751",
356356
"metadata": {},
357357
"source": [
358-
"We will create a public endpoint for our vector store, you can also create a private one by setting up a VPC and specifying the VPC id for the params 'network'. Documentation for creating a VPC can be found [here](https://python.langchain.com/docs/integrations/vectorstores/matchingengine#imports-constants-and-configs)."
358+
"We will create a public endpoint for our vector store, you can also create a private one by setting up a VPC and specifying the VPC id for the params 'network'."
359359
]
360360
},
361361
{

0 commit comments

Comments
 (0)