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
vector_size=768, # Vector size for `VertexAIEmbeddings()`
50
+
)
51
+
vectorstore = MySQLVectorStore(
52
+
engine,
53
+
embedding_service=VertextAIEmbeddings(),
54
+
table_name="my-table-name",
55
+
)
56
+
```
57
+
36
58
## Document Loader Usage
37
59
38
60
Use a [document loader](https://python.langchain.com/docs/modules/data_connection/document_loaders/) to load data as LangChain `Document`s.
0 commit comments