You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## 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)
Copy file name to clipboardExpand all lines: learn/generation/langchain/rag-sparse-query-expansion.ipynb
+18Lines changed: 18 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,13 @@
1
1
{
2
2
"cells": [
3
+
{
4
+
"cell_type": "markdown",
5
+
"id": "a4da881e",
6
+
"metadata": {},
7
+
"source": [
8
+
"[](https://colab.research.google.com/github/pinecone-io/examples/blob/master/learn/generation/langchain/rag-sparse-query-expansion.ipynb) [](https://nbviewer.org/github/pinecone-io/examples/blob/master/learn/generation/langchain/rag-sparse-query-expansion.ipynb)"
9
+
]
10
+
},
3
11
{
4
12
"cell_type": "markdown",
5
13
"id": "9abb5eee-b493-42f2-84c4-2615286cfeb5",
@@ -29,6 +37,16 @@
29
37
"Let's see how we can implement this approach with Pinecone's sparse vector database."
30
38
]
31
39
},
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)."
0 commit comments