Skip to content

Commit b833b9e

Browse files
authored
Fix typo in get-started.md (#176)
1 parent bb19f38 commit b833b9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guide/get-started.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ The following shows how to populate a variety of vector stores with the animal d
132132
vector_store = Chroma.from_documents(
133133
documents=list(shredder.transform_documents(animals)),
134134
embedding=OpenAIEmbeddings(),
135-
collection_name_name="animals",
135+
collection_name="animals",
136136
)
137137
```
138138

0 commit comments

Comments
 (0)