Skip to content

Commit ca46d3e

Browse files
authored
chore: missing links in rag sparse example (#455)
## Problem Add missing links ## Type of Change - [x] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] This change requires a documentation update - [ ] Infrastructure change (CI configs, etc) - [ ] Non-code change (docs, etc) - [ ] None of the above: (explain here)
1 parent e2a74ed commit ca46d3e

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

learn/generation/langchain/rag-sparse-query-expansion.ipynb

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
{
22
"cells": [
3+
{
4+
"cell_type": "markdown",
5+
"id": "a4da881e",
6+
"metadata": {},
7+
"source": [
8+
"[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/pinecone-io/examples/blob/master/learn/generation/langchain/rag-sparse-query-expansion.ipynb) [![Open nbviewer](https://raw.githubusercontent.com/pinecone-io/examples/master/assets/nbviewer-shield.svg)](https://nbviewer.org/github/pinecone-io/examples/blob/master/learn/generation/langchain/rag-sparse-query-expansion.ipynb)"
9+
]
10+
},
311
{
412
"cell_type": "markdown",
513
"id": "9abb5eee-b493-42f2-84c4-2615286cfeb5",
@@ -29,6 +37,16 @@
2937
"Let's see how we can implement this approach with Pinecone's sparse vector database."
3038
]
3139
},
40+
{
41+
"cell_type": "markdown",
42+
"id": "92b2fffc",
43+
"metadata": {},
44+
"source": [
45+
"### Before you begin\n",
46+
"\n",
47+
"You'll need to get an [OpenAI API key](https://platform.openai.com/account/api-keys) and [Pinecone API key](https://app.pinecone.io)."
48+
]
49+
},
3250
{
3351
"cell_type": "markdown",
3452
"id": "R6GUuNTJZK99",

0 commit comments

Comments
 (0)