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: 4.0.0-5.0.0-migration-guide.md
+3-11Lines changed: 3 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
## `cohere==4` to `cohere==5` migration guide
2
2
3
-
As we migrate from the handwritten manually-maintained sdk to our auto-generated sdk, there are some breaking changes that must be accomodated during migration. These should mostly improve the developer experience but thank you for bearing with us as we make these changes.
3
+
As we migrate from the handwritten manually-maintained sdk to our auto-generated sdk, there are some breaking changes that must be accommodated during migration. These should mostly improve the developer experience but thank you for bearing with us as we make these changes.
4
4
5
5
### Installation
6
6
@@ -30,29 +30,21 @@ for event in stream:
30
30
31
31
The following lists name the functions that are not in the new SDK and what their ongoing support status is.
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,13 +8,13 @@
8
8
9
9
The Cohere Python SDK provides access to the Cohere API from Python.
10
10
11
-
<!--- ## ✨🪩✨ Announcing Cohere's new Python SDK ✨🪩✨
11
+
## ✨🪩✨ Announcing Cohere's new Python SDK ✨🪩✨
12
12
13
-
We are very excited to publish this brandnew Python SDK. We will continuously update this library with all of the latest features in our API. Please create issues where you have feedback so that we can continue to improve the developer experience! --->
13
+
We are very excited to publish this brand-new Python SDK. We will continuously update this library with all the latest features in our API. Please create issues where you have feedback so that we can continue to improve the developer experience!
14
14
15
-
## 5.0.0 alpha 🚀
15
+
## cohere==5.0.0 Migration Guide
16
16
17
-
We will release our brand new cohere-python SDK on the 18th of March 2024! If you'd like to get a head start by installing the alpha version, please go ahead and use pip install --pre --upgrade cohere. Thanks for your patience as we make breaking changes where necessary. If you have any issues using it, we will respond to github issues as soon as possible.
17
+
We have created a [migration guide](4.0.0-5.0.0-migration-guide.md) to help you through the process. If you have any questions, please feel free to open an issue and we will respond to you asap.
0 commit comments