Skip to content

Commit

Permalink
[docs] fix minor import error (langchain-ai#1425)
Browse files Browse the repository at this point in the history
  • Loading branch information
timothyasp authored and zachschillaci27 committed Mar 8, 2023
1 parent c757bb2 commit 79361f0
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"from langchain.embeddings.cohere import CohereEmbeddings\n",
"from langchain.text_splitter import CharacterTextSplitter\n",
"from langchain.vectorstores.elastic_vector_search import ElasticVectorSearch\n",
"from langchain.vectorstores import Chromaoma"
"from langchain.vectorstores import Chroma"
]
},
{
Expand Down Expand Up @@ -215,4 +215,4 @@
},
"nbformat": 4,
"nbformat_minor": 5
}
}

0 comments on commit 79361f0

Please sign in to comment.