Releases: oracle/langchain-oracle
Releases · oracle/langchain-oracle
libs/oci/v0.1.6
What's Changed
- Fix: Structured Output empty content by @ronaldpereira in #34
- Fix for OCI Generative AI tool_call_id not found because AIMessage.tool_calls are ignored by @jbrown9513 in #43
- [MISC] Add Token Usage to AIMessage Response by @paxiaatucsdedu in #48
- Fix for incomplete tool schema being sent to openai models by ChatOCIGenAI (Issue #37) by @padambengani in #39
- Fix infinite tool calling loop with Meta Llama models by @fede-kamel in #50
- [Bug]Add instructions and warning for token limit parameters for OpenAI models by @paxiaatucsdedu in #51
- [BUG] Fix json_schema method in the with_structured_output function. by @paxiaatucsdedu in #54
- Fix test_tool_choice_none_after_tool_results test failure by @fede-kamel in #57
- [BUG] Handle escaped JSON in tool call arguments by @paxiaatucsdedu in #56
- 0.1.6 release by @YouNeedCryDear in #62
- add missing poetry setup process in release workflow by @YouNeedCryDear in #63
New Contributors
- @ronaldpereira made their first contribution in #34
- @jbrown9513 made their first contribution in #43
- @paxiaatucsdedu made their first contribution in #48
- @padambengani made their first contribution in #39
- @fede-kamel made their first contribution in #50
Full Changelog: libs/oracledb/v1.0.2...libs/oci/v0.1.6
libs/oracledb/v1.0.2
libs/oci/v0.1.5
What's Changed
- Remove unneeded deps by @streamnsight in #19
- Combined Release Workflow by @fileames in #20
- [BUG] Fix aiohttp dep issue by @YouNeedCryDear in #23
- [Bug]Fix Model Deployment Tests by @YouNeedCryDear in #30
- [MISC]Fix Release Workflow and Bump Up Version by @YouNeedCryDear in #32
Full Changelog: v0.1.3...libs/oci/v0.1.5
libs/oracledb/v1.0.1
What's Changed
Initial Release for libs/oracledb/v1.0.1
- Initial contribution to langchain-oracledb integration
changes
Full Changelog: v0.1.3...libs/oracledb/v1.0.1
v0.1.3
What's Changed
- Do not convert json schema types to python types for tools in GenericProvider. by @qiuosier in #17
- bump up the langchain-oci to 0.1.3 by @YouNeedCryDear in #18
Full Changelog: v0.1.2...v0.1.3
v0.1.2
This release adds support for Grok models using GenericProvider.
MetaProvider will be kept for backwards compatibility.
What's Changed
- Add GenericProvider by @qiuosier in #14
- bump up version to 0.1.2 by @YouNeedCryDear in #15
New Contributors
Full Changelog: v0.1.1...v0.1.2
v0.1.1
What's Changed
- Create langchain-oracledb Package for Oracle AI Vector Search by @fileames in #3
- Feature/configure release by @YouNeedCryDear in #6
- langchain-oracledb Release Preparation by @fileames in #7
- langchain_oci bugfix: include ToolMessages in chat history by @streamnsight in #8
- create dummy AIMessage repeating ToolMessage by @streamnsight in #11
New Contributors
- @fileames made their first contribution in #3
- @streamnsight made their first contribution in #8
Full Changelog: v0.1.0...v0.1.1
v0.1.0
First release of langchain-oci
What's Changed
- Initial code commit transferred from previous OCI integration in LangChain community
- Add required files by @LesiaChaban in #1
- Enhance README with Structured OCI GenAI and AI Platform Integration Examples by @mrDzurb in #2
New Contributors
- @LesiaChaban made their first contribution in #1
- @mrDzurb made their first contribution in #2
Full Changelog: https://github.com/oracle/langchain-oracle/commits/v0.1.0