Skip to content
This repository was archived by the owner on Jan 16, 2025. It is now read-only.

Commit 2af8bac

Browse files
committed
remove old notebooks
2 parents c1805b3 + ff792bb commit 2af8bac

File tree

47 files changed

+10758
-1306
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+10758
-1306
lines changed

notebooks/Analysis_of_Form_10_K_Using_Cohere_and_RAG.ipynb

Lines changed: 2845 additions & 0 deletions
Large diffs are not rendered by default.

notebooks/Document_Parsing_For_Enterprises.ipynb

Lines changed: 1827 additions & 0 deletions
Large diffs are not rendered by default.

notebooks/Embed_Jobs_Semantic_Search.ipynb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@
1717
},
1818
"outputs": [],
1919
"source": [
20-
"! pip install cohere hnswlib -q"
20+
"# TODO: upgrade to \"cohere>5\"",
21+
"! pip install \"cohere<5\" hnswlib -q"
2122
]
2223
},
2324
{

notebooks/Embed_Jobs_Serverless_Pinecone_Semantic_Search.ipynb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@
1717
},
1818
"outputs": [],
1919
"source": [
20-
"! pip install cohere pinecone-client==3.0.0.dev3 -q"
20+
"# TODO: upgrade to \"cohere>5\"\n",
21+
"! pip install \"cohere<5\" pinecone-client==3.0.0.dev3 -q"
2122
]
2223
},
2324
{

notebooks/Evaluating_Custom_Models.ipynb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@
2222
},
2323
"outputs": [],
2424
"source": [
25-
"!pip install cohere > /dev/null"
25+
"# TODO: upgrade to \"cohere>5\"",
26+
"!pip install \"cohere<5\" > /dev/null"
2627
]
2728
},
2829
{

notebooks/Grounded_summarisation_using_Command_R.ipynb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,8 @@
5353
"outputs": [],
5454
"source": [
5555
"%%capture\n",
56-
"!pip install cohere networkx\n",
56+
"# TODO: upgrade to \"cohere>5\"",
57+
"!pip install \"cohere<5\" networkx\n",
5758
"\n",
5859
"import cohere\n",
5960
"import networkx as nx\n",

notebooks/Meeting_Summaries_General_&_LangChain.ipynb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@
3434
"outputs": [],
3535
"source": [
3636
"%%capture\n",
37-
"!pip install cohere datasets tokenizers langchain"
37+
"# TODO: upgrade to \"cohere>5\"",
38+
"!pip install \"cohere<5\" datasets tokenizers langchain"
3839
]
3940
},
4041
{

notebooks/Recipes_for_better_meeting_notes_summary.ipynb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,8 @@
5656
"outputs": [],
5757
"source": [
5858
"%%capture\n",
59-
"!pip install cohere datasets tokenizers\n",
59+
"# TODO: upgrade to \"cohere>5\"",
60+
"!pip install \"cohere<5\" datasets tokenizers\n",
6061
"\n",
6162
"import cohere\n",
6263
"from getpass import getpass\n",

notebooks/Summarization_Evals.ipynb

Lines changed: 1138 additions & 0 deletions
Large diffs are not rendered by default.

notebooks/Text_Classification_Using_Embeddings.ipynb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@
3131
"outputs": [],
3232
"source": [
3333
"# Let's first install Cohere's python SDK\n",
34-
"!pip install cohere scikit-learn"
34+
"# TODO: upgrade to \"cohere>5\"",
35+
"!pip install \"cohere<5\" scikit-learn"
3536
]
3637
},
3738
{

0 commit comments

Comments
 (0)