Skip to content

Commit

Permalink
chore(docs): add context to vector store migration (#288)
Browse files Browse the repository at this point in the history
  • Loading branch information
averikitsch authored Dec 16, 2024
1 parent 8ad9622 commit ebb64bf
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions samples/migrations/migrate_vectorstore_to_alloydb.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
# Migrate a Vector Store to AlloyDB

This guide provides step-by-step instructions on migrating data from existing vector stores to AlloyDB.
This guide provides step-by-step instructions on migrating data from existing LangChain vector stores to AlloyDB.
This guide uses default values from the supported LangChain vector stores and may need to be updated if the vector
store is customized or uses advanced features.

Supported Vector Stores
**Supported Vector Stores**

- Pinecone
- Weaviate
Expand All @@ -22,7 +24,7 @@ How to set up AlloyDB:
- [Create an AlloyDB database.](https://cloud.google.com/alloydb/docs/quickstart/create-and-connect)
- [Add a User to the database.](https://cloud.google.com/alloydb/docs/database-users/about)

Install required libraries
Install required libraries:

```bash
pip install --upgrade --quiet langchain-google-alloydb-pg langchain-core
Expand Down

0 comments on commit ebb64bf

Please sign in to comment.