You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -55,6 +55,8 @@ vectorstore = MySQLVectorStore(
55
55
)
56
56
```
57
57
58
+
See the full [Vector Store][vectorstore] tutorial.
59
+
58
60
## Document Loader Usage
59
61
60
62
Use a [document loader](https://python.langchain.com/docs/modules/data_connection/document_loaders/) to load data as LangChain `Document`s.
@@ -117,3 +119,4 @@ This is not an officially supported Google product.
0 commit comments