| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2024-08-26 | 4.4 kB | |
| v4.4.0 source code.tar.gz | 2024-08-26 | 243.0 kB | |
| v4.4.0 source code.zip | 2024-08-26 | 344.4 kB | |
| Totals: 3 Items | 591.8 kB | 0 | |
What's Changed
- chore: bump ollama
0.1.9to0.2.0by @erhant in https://github.com/Abraxas-365/langchain-rust/pull/167 - Fix links and spelling by @fgsch in https://github.com/Abraxas-365/langchain-rust/pull/168
- Feature gate these so tests can run by @fgsch in https://github.com/Abraxas-365/langchain-rust/pull/169
- Fix some warnings and style by @fgsch in https://github.com/Abraxas-365/langchain-rust/pull/170
- chore(deps): update rust crate testcontainers to 0.18 by @renovate in https://github.com/Abraxas-365/langchain-rust/pull/171
- fix(deps): update rust crate async-openai to 0.23.0 by @renovate in https://github.com/Abraxas-365/langchain-rust/pull/172
- Change max_tokens from u16 to u32 for larger context window in recent models by @prabirshrestha in https://github.com/Abraxas-365/langchain-rust/pull/174
- fix(deps): update rust crate text-splitter to 0.14 by @renovate in https://github.com/Abraxas-365/langchain-rust/pull/173
- Bump Qdrant dependency to 1.9, preemptively fix 1.10 compiler error by @timvisee in https://github.com/Abraxas-365/langchain-rust/pull/175
- Add Claude 3.5 Sonnet model. by @BWStearns in https://github.com/Abraxas-365/langchain-rust/pull/176
- Support adding images to Message and mapping to ollama ChatMessage images. by @eng-cc in https://github.com/Abraxas-365/langchain-rust/pull/179
- Bump Qdrant dependency to 1.10 with new API client by @timvisee in https://github.com/Abraxas-365/langchain-rust/pull/178
- fix: claude system message error by @cs50victor in https://github.com/Abraxas-365/langchain-rust/pull/180
- fix(deps): update rust crate lopdf to 0.33.0 by @renovate in https://github.com/Abraxas-365/langchain-rust/pull/183
- chore(deps): update rust crate testcontainers to 0.20 by @renovate in https://github.com/Abraxas-365/langchain-rust/pull/182
- make lopdf optional by @prabirshrestha in https://github.com/Abraxas-365/langchain-rust/pull/184
- tool_choice instead of function_call by @linusbierhoff in https://github.com/Abraxas-365/langchain-rust/pull/181
- add gpt-4o-mini in OpenAIModel enum by @prabirshrestha in https://github.com/Abraxas-365/langchain-rust/pull/188
- Add optional MistralAI embedder by @fgsch in https://github.com/Abraxas-365/langchain-rust/pull/186
- fix(deps): update rust crate gix to 0.64.0 by @renovate in https://github.com/Abraxas-365/langchain-rust/pull/190
- set default model to gtp4omini by @linusbierhoff in https://github.com/Abraxas-365/langchain-rust/pull/195
- chore(deps): update rust crate testcontainers to 0.21 by @renovate in https://github.com/Abraxas-365/langchain-rust/pull/189
- group pgvector and sqlx in renovate config by @prabirshrestha in https://github.com/Abraxas-365/langchain-rust/pull/198
- fix(deps): update sqlx by @renovate in https://github.com/Abraxas-365/langchain-rust/pull/201
- fix(deps): update rust crate scraper to 0.20 by @renovate in https://github.com/Abraxas-365/langchain-rust/pull/199
- fix(deps): update rust crate text-splitter to 0.15 by @renovate in https://github.com/Abraxas-365/langchain-rust/pull/200
- add pdf-extract loader by @prabirshrestha in https://github.com/Abraxas-365/langchain-rust/pull/202
- Changed Exclude String filters in favour of Callback Functions. by @aliumujib in https://github.com/Abraxas-365/langchain-rust/pull/204
- fix(deps): update rust crate mistralai-client to 0.13.0 by @renovate in https://github.com/Abraxas-365/langchain-rust/pull/207
- fix(deps): update rust crate gix to 0.66.0 by @renovate in https://github.com/Abraxas-365/langchain-rust/pull/205
- fix(deps): update rust crate fastembed to v4 by @renovate in https://github.com/Abraxas-365/langchain-rust/pull/208
- fix pdf-extract feature flag by @prabirshrestha in https://github.com/Abraxas-365/langchain-rust/pull/209
New Contributors
- @fgsch made their first contribution in https://github.com/Abraxas-365/langchain-rust/pull/168
- @timvisee made their first contribution in https://github.com/Abraxas-365/langchain-rust/pull/175
- @cs50victor made their first contribution in https://github.com/Abraxas-365/langchain-rust/pull/180
- @linusbierhoff made their first contribution in https://github.com/Abraxas-365/langchain-rust/pull/181
- @aliumujib made their first contribution in https://github.com/Abraxas-365/langchain-rust/pull/204
Full Changelog: https://github.com/Abraxas-365/langchain-rust/compare/v4.2.0...v4.4.0