From 8ef3729998ff7d04aca4bb810ea1bbebe762b6a8 Mon Sep 17 00:00:00 2001 From: James Briggs <35938317+jamescalam@users.noreply.github.com> Date: Fri, 24 Mar 2023 23:46:03 +0700 Subject: [PATCH] add colab link --- examples/vector_databases/pinecone/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/vector_databases/pinecone/README.md b/examples/vector_databases/pinecone/README.md index 3f65c2f..73cee4b 100644 --- a/examples/vector_databases/pinecone/README.md +++ b/examples/vector_databases/pinecone/README.md @@ -8,6 +8,6 @@ This folder contains examples of using Pinecone and OpenAI together. More will be added over time so check back for updates! -| Name | Description | lanugage | Google Colab | -| --- | --- | --- | --- | -| [Generative Question-Answering](./Gen_QA.ipynb) | A simple walkthrough demonstrating the use of Generative Question-Answering | \ No newline at end of file +| Name | Description | Google Colab | +| --- | --- | --- | +| [Generative Question-Answering](./Gen_QA.ipynb) | A simple walkthrough demonstrating the use of Generative Question-Answering | [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/openai/openai-cookbook/blob/master/examples/vector_databases/pinecone/Gen_QA.ipynb) | \ No newline at end of file