Skip to content

Commit a32aade

Browse files
docs: correct spelling of Spanner in README.rst (#179)
Co-authored-by: Averi Kitsch <akitsch@google.com>
1 parent f99c115 commit a32aade

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ Use a vector store to store embedded data and perform vector search.
7373

7474
.. code-block:: python
7575
76-
from langchain_google_sapnner import SpannerVectorstore
76+
from langchain_google_spanner import SpannerVectorstore
7777
from langchain.embeddings import VertexAIEmbeddings
7878
7979
embeddings_service = VertexAIEmbeddings(model_name="textembedding-gecko@003")

0 commit comments

Comments
 (0)