Skip to content

Commit ecb8175

Browse files
committed
fix: resolve CI failures for notebook update
- Fix broken link: update multitenancy docs URL to /guides/index-data/ - Remove explicit pinecone==8.0.0 which conflicts with langchain-pinecone (langchain-pinecone 0.2.13 requires pinecone<8.0.0) The langchain-pinecone package will bring in the compatible pinecone version (7.x) as a transitive dependency.
1 parent 7b08009 commit ecb8175

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

docs/rag-getting-started.ipynb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@
5656
"outputs": [],
5757
"source": [
5858
"!pip install -qU \\\n",
59-
" pinecone==8.0.0 \\\n",
6059
" langchain-pinecone==0.2.13 \\\n",
6160
" langchain-openai==0.3.0 \\\n",
6261
" langchain-text-splitters==0.3.5 \\\n",
@@ -307,7 +306,7 @@
307306
"id": "IekoI7HNtsVj"
308307
},
309308
"source": [
310-
"Embed and upsert each chunk as a distinct record in a namespace called `wondervector5000`. Namespaces let you partition records within an index and are essential for [implementing multitenancy](https://docs.pinecone.io/guides/indexes/implement-multitenancy) when you need to isolate the data of each customer/user."
309+
"Embed and upsert each chunk as a distinct record in a namespace called `wondervector5000`. Namespaces let you partition records within an index and are essential for [implementing multitenancy](https://docs.pinecone.io/guides/index-data/implement-multitenancy) when you need to isolate the data of each customer/user."
311310
]
312311
},
313312
{

0 commit comments

Comments
 (0)