Skip to content

Commit

Permalink
Merge pull request #9 from voyage-ai/voyageai_package_correction
Browse files Browse the repository at this point in the history
One small correction in the ipynb file
  • Loading branch information
thomas0809 authored Mar 7, 2024
2 parents dd3a6da + f804eec commit f92b1dc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/docs/integrations/text_embedding/voyageai.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
"metadata": {},
"outputs": [],
"source": [
"\n",
"from langchain_voyageai import VoyageAIEmbeddings"
]
},
Expand All @@ -38,7 +37,7 @@
"metadata": {},
"outputs": [],
"source": [
"embeddings = VoyageEmbeddings(\n",
"embeddings = VoyageAIEmbeddings(\n",
" voyage_api_key=\"[ Your Voyage API key ]\", model=\"voyage-2\"\n",
")"
]
Expand Down

0 comments on commit f92b1dc

Please sign in to comment.