Skip to content

Commit

Permalink
* chore(docs): update Getting Started.ipynb
Browse files Browse the repository at this point in the history
* - Change section title from "What is happening under the hood?" to "Let's think step by step"
* - Add a new subsection titled "Setup"
* - Update the description in the code block from "FlagEmbedding" to
  • Loading branch information
NirantK committed Aug 24, 2023
1 parent 32f204c commit bd0fd1f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/Getting Started.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -60,14 +60,16 @@
"id": "8c49ae50",
"metadata": {},
"source": [
"## What is happening under the hood?"
"## Let's think step by step"
]
},
{
"cell_type": "markdown",
"id": "92cf4b76",
"metadata": {},
"source": [
"### Setup\n",
"\n",
"Importing the required classes and modules:"
]
},
Expand All @@ -88,7 +90,7 @@
"id": "3fd03a71",
"metadata": {},
"source": [
"Notice that we are using the FlagEmbedding -- which is state of the Art and beats OpenAI's Embedding by a large margin. \n",
"Notice that we are using the DefaultEmbedding -- which is a quantized, state of the Art Flag Embedding model which beats OpenAI's Embedding by a large margin. \n",
"\n",
"### Prepare your Documents\n",
"You can define a list of documents that you'd like to embed. These can be sentences, paragraphs, or even entire documents. \n",
Expand Down

0 comments on commit bd0fd1f

Please sign in to comment.