Skip to content

Commit b53fffd

Browse files
committed
Minor fixes based on feedback on PR
1 parent e63f91f commit b53fffd

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

learn/generation/better-rag/Cleanlab_Pinecone_Reliable_Improved_RAG.ipynb

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,12 @@
4848
},
4949
{
5050
"cell_type": "code",
51-
"execution_count": 117,
51+
"execution_count": 2,
5252
"id": "c447c74a",
5353
"metadata": {},
5454
"outputs": [],
5555
"source": [
56-
"!pip install pinecone-client==5.0.1 sentence-transformers==3.0.1 cleanlab-studio==2.2.1"
56+
"!pip install pinecone==5.0.1 sentence-transformers==3.0.1 cleanlab-studio==2.2.1"
5757
]
5858
},
5959
{
@@ -97,7 +97,7 @@
9797
"id": "iMSW1p7td0yB"
9898
},
9999
"source": [
100-
"Below is an example of how to set a Python index serverless specification, this allows us to define the cloud provider and region where we want to deploy our index. You can find a list of all [available providers and regions here](https://docs.pinecone.io/docs/projects)."
100+
"Below is an example of how to set a Python index serverless specification. This allows us to define the cloud provider and region where we want to deploy our index. You can find a list of all [available providers and regions here](https://docs.pinecone.io/guides/indexes/understanding-indexes)."
101101
]
102102
},
103103
{
@@ -333,7 +333,7 @@
333333
"id": "47c191e8",
334334
"metadata": {},
335335
"source": [
336-
"Let's now use Cleanlab's TLM to do classification and classify the text (tag) into different topics. We will make use of code from [Cleanlab's TLM Zero-Shot Classification Tutorial](https://help.cleanlab.ai/tutorials/zero_shot_classification/) to do this. This includes the two helper functions `parse_category()` and `classify()` that can be found below."
336+
"Let's now use Cleanlab's TLM to do classification and classify the text (tag) into different topics. We will make use of code from [Cleanlab's TLM Zero-Shot Classification Tutorial](https://help.cleanlab.ai/tutorials/zero_shot_classification/) to do this. This includes the two helper functions,`parse_category()` and `classify()`, that can be found below."
337337
]
338338
},
339339
{
@@ -2596,7 +2596,7 @@
25962596
"name": "python",
25972597
"nbconvert_exporter": "python",
25982598
"pygments_lexer": "ipython3",
2599-
"version": "3.11.10"
2599+
"version": "3.12.7"
26002600
}
26012601
},
26022602
"nbformat": 4,

0 commit comments

Comments
 (0)