Skip to content

Commit 8b39786

Browse files
committed
added new notebooks
1 parent 8ef3729 commit 8b39786

File tree

4 files changed

+6536
-2
lines changed

4 files changed

+6536
-2
lines changed

examples/vector_databases/pinecone/GPT4_Retrieval_Augmentation.ipynb

Lines changed: 1894 additions & 0 deletions
Large diffs are not rendered by default.

examples/vector_databases/pinecone/Gen_QA.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"id": "v0to-QXCQjsm"
88
},
99
"source": [
10-
"# Retrieval Enhanced Generative Question Answering with Pinecone\n",
10+
"# Retrieval Augmented Generative Question Answering with Pinecone\n",
1111
"\n",
1212
"#### Fixing LLMs that Hallucinate\n",
1313
"\n",

examples/vector_databases/pinecone/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,6 @@ This folder contains examples of using Pinecone and OpenAI together. More will b
1010

1111
| Name | Description | Google Colab |
1212
| --- | --- | --- |
13-
| [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) |
13+
| [GPT-4 Retrieval Augmentation](./GPT4_Retrieval_Augmentation.ipynb) | How to supercharge GPT-4 with retrieval augmentation | [![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/GPT4_Retrieval_Augmentation.ipynb) |
14+
| [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) |
15+
| [Semantic Search](./Semantic_Search.ipynb) | A guide to building a simple semantic search process | [![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/Semantic_Search.ipynb) |

0 commit comments

Comments
 (0)