Skip to content

Commit

Permalink
update callouts
Browse files Browse the repository at this point in the history
  • Loading branch information
ccurme committed Dec 16, 2024
1 parent fb009be commit d254167
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/docs/how_to/custom_embeddings.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"These methods ensure that your embedding model can be integrated seamlessly into the LangChain framework, providing both synchronous and asynchronous capabilities for scalability and performance optimization.\n",
"\n",
"\n",
":::{.callout-note}\n",
":::note\n",
"`Embeddings` do not currently implement the [Runnable](/docs/concepts/runnables/) interface and are also **not** instances of pydantic `BaseModel`.\n",
":::\n",
"\n",
Expand All @@ -45,7 +45,7 @@
"\n",
"`embed_documents` takes in a list of strings and returns a list of embeddings as a list of lists of floats.\n",
"\n",
":::{.callout-note}\n",
":::note\n",
"`embed_documents` takes in a list of plain text, not a list of LangChain `Document` objects. The name of this method\n",
"may change in future versions of LangChain.\n",
":::"
Expand Down

0 comments on commit d254167

Please sign in to comment.