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
feat/drop langchain as dependency for embedders (#146)
* drop langchain as dependency for embedders
* bump changelog
* fix voyageai unit test
* swap deprecated .json() with .model_dump_json()
* swap deprecated .dict() with .model_dump()
* fix huggingface embedder
* remove import from voyageai method
* fix vertexai unit test
* Add vertexai to test deps to support unit test
* fix bedrock default model
* fix vertexai embedder
* fix vertexai unit test
* Add back in mixedbreadai deps
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,11 @@
1
-
## 0.0.22-dev2
1
+
## 0.0.22
2
2
3
3
### Enhancements
4
4
5
5
***Add documentation for developing sources/destinations**
6
6
***Leverage `uv` for pip compile**
7
7
***Use incoming fsspec data to populate metadata** Rather than make additional calls to collect metadata after initial file list, use connector-specific data to populate the metadata.
0 commit comments