Commit da3b244
feat: Bump langchain dependencies to 1.0.x
- Update langchain from 0.1.16 to ^1.0.2
- Update langchain_core from 0.1.42 to ^1.0.0
- Add langchain_community ^0.4 as explicit dependency
- Update imports to use new langchain package structure:
- langchain_community.embeddings for embedding classes
- langchain_text_splitters for text splitting
- langchain_core.utils.strings for utility functions
- Fix CohereEmbeddings initialization to include required user_agent parameter
- All fast tests passing (3800 passed)
Co-Authored-By: AJ Steers <[email protected]>1 parent 20ae208 commit da3b244
File tree
4 files changed
+942
-234
lines changed- airbyte_cdk/destinations/vector_db_based
4 files changed
+942
-234
lines changedLines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
12 | | - | |
| 11 | + | |
13 | 12 | | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
| 10 | + | |
14 | 11 | | |
15 | 12 | | |
16 | 13 | | |
| |||
140 | 137 | | |
141 | 138 | | |
142 | 139 | | |
143 | | - | |
| 140 | + | |
144 | 141 | | |
145 | 142 | | |
146 | 143 | | |
| |||
0 commit comments