8000 docs: add MySQLVectorStore reference notebook by jackwotherspoon · Pull Request #59 · googleapis/langchain-google-cloud-sql-mysql-python · GitHub
[go: up one dir, main page]

Skip to content

docs: add MySQLVectorStore reference notebook #59

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Apr 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ vectorstore = MySQLVectorStore(
)
```

See the full [Vector Store][vectorstore] tutorial.

## Document Loader Usage

Use a [document loader](https://python.langchain.com/docs/modules/data_connection/document_loaders/) to load data as LangChain `Document`s.
Expand Down Expand Up @@ -117,3 +119,4 @@ This is not an officially supported Google product.
[loader]: ./docs/document_loader.ipynb
[history]: ./docs/chat_message_history.ipynb
[langchain]: https://github.com/langchain-ai/langchain
[vectorstore]: https://github.com/googleapis/langchain-google-cloud-sql-mysql-python/tree/main/docs/vector_store.ipynb
Loading
0