mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-21 14:18:52 +00:00
docs: fixing typo in argument name (#20028)
it's "mode" instead of "model", I fixed it
This commit is contained in:
parent
07eeeb84f3
commit
94ac42c573
@ -68,7 +68,7 @@
|
||||
"metadata": {},
|
||||
"outputs": [],
|
||||
"source": [
|
||||
"embedding = FireworksEmbeddings(mode=\"nomic-ai/nomic-embed-text-v1.5\")"
|
||||
"embedding = FireworksEmbeddings(model=\"nomic-ai/nomic-embed-text-v1.5\")"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user