Skip to content

Commit 2eb3cc1

Browse files
Merge pull request openai#280 from jamescalam/pinecone-updates
Pinecone updates
2 parents afb6a35 + 8b39786 commit 2eb3cc1

File tree

4 files changed

+6548
-1
lines changed

4 files changed

+6548
-1
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",
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Pinecone Vector Database
2+
3+
[Vector search](https://www.pinecone.io/learn/vector-search-basics/) is an innovative technology that enables developers and engineers to efficiently store, search, and recommend information by representing complex data as mathematical vectors. By comparing the similarities between these vectors, you can quickly retrieve relevant information in a seamless and intuitive manner.
4+
5+
[Pinecone](https://pinecone.io/) is a [vector database](https://www.pinecone.io/learn/vector-database/) designed with developers and engineers in mind. As a managed service, it alleviates the burden of maintenance and engineering, allowing you to focus on extracting valuable insights from your data. The free tier supports up to 5 million vectors, making it an accessible and cost-effective way to experiment with vector search capabilities. With Pinecone, you'll experience impressive speed, accuracy, and scalability, as well as access to advanced features like single-stage metadata filtering and the cutting-edge sparse-dense index.
6+
7+
## Examples
8+
9+
This folder contains examples of using Pinecone and OpenAI together. More will be added over time so check back for updates!
10+
11+
| Name | Description | Google Colab |
12+
| --- | --- | --- |
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)