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: CHANGELOG.md
+10-2Lines changed: 10 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,15 +2,23 @@
2
2
## Unreleased
3
3
4
4
### Features
5
-
- You can now customise the embedding model when creating an index using the `DocumentIndexClient`.
6
-
- You can now use the `InstructableEmbed` embedding strategy when creating an index using the `DocumentIndexClient`. See the `document_index.ipynb` notebook for more information and an example.
5
+
...
7
6
8
7
### Fixes
9
8
...
10
9
11
10
### Deprecations
12
11
...
13
12
13
+
### Breaking Changes
14
+
...
15
+
16
+
## 8.0.0
17
+
18
+
### Features
19
+
- You can now customise the embedding model when creating an index using the `DocumentIndexClient`.
20
+
- You can now use the `InstructableEmbed` embedding strategy when creating an index using the `DocumentIndexClient`. See the `document_index.ipynb` notebook for more information and an example.
21
+
14
22
### Breaking Changes
15
23
- The way you configure indexes in the `DocumentIndexClient` has changed. See the `document_index.ipynb` notebook for more information.
16
24
- The `EmbeddingType` alias has been renamed to `Representation` to better align with the underlying API.
0 commit comments