🌐 AI搜索 & 代理 主页
Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
Prev Previous commit
Clarified README
  • Loading branch information
SilasMarvin committed Sep 7, 2023
commit 74ee26101f53f4f782286a9dadca4400d267e483
2 changes: 2 additions & 0 deletions pgml-sdks/pgml/javascript/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -586,6 +586,8 @@ Changes between SDK versions are not necessarily backwards compatible. We provid
await pgml.migrate()
```

This will migrate all collections to be compatible with the latest SDK version.

## Developer Setup

This javascript library is generated from our core rust-sdk. Please check [rust-sdk documentation](../README.md) for developer setup.
Expand Down
2 changes: 2 additions & 0 deletions pgml-sdks/pgml/python/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -598,6 +598,8 @@ from pgml import migrate
await migrate()
```

This will migrate all collections to be compatible with the latest SDK version.

## Developer Setup

This Python library is generated from our core rust-sdk. Please check [rust-sdk documentation](../README.md) for developer setup.
Expand Down