Releases: patterns-ai-core/langchainrb
Releases · patterns-ai-core/langchainrb
0.13.2
What's Changed
- Fix NewsRetriever tool by @andreibondarev in #625
- Adding GCP scope to auth in google_vertex_ai.rb by @palladius in #623
- Bump rexml from 3.2.6 to 3.2.8 by @dependabot in #626
- feat(hugging_face): Add support for multiple models and dimensions by @bricesanchez in #624
- Langchain::Assistant support for Anthropic LLM by @andreibondarev in #627
- Add support for .xls (Excel 1997-2004) by @bricolage in #599
- Add embedding method for Langchain::LLM::GoogleGemini by @swerner in #631
- 0.13.2 by @andreibondarev in #632
New Contributors
- @bricesanchez made their first contribution in #624
- @swerner made their first contribution in #631
Full Changelog: 0.13.1...0.13.2
0.13.1
What's Changed
- Better GoogleVertexAI error handling and specs by @andreibondarev in #620
- Handle missing verdicts in Faithfulness eval by @andreaslillebo in #612
- 0.13.1 by @andreibondarev in #621
Full Changelog: 0.13.0...0.13.1
0.13.0
What's Changed
- Bump nokogiri from 1.16.2 to 1.16.5 by @dependabot in #617
- Langchain::Assistant support for Google Gemini LLM by @andreibondarev in #513
- 0.13.0 by @andreibondarev in #619
Full Changelog: 0.12.1...0.13.0
0.12.1
What's Changed
- Add OpenAI latest models to TokenValidator by @kokuyouwind in #595
- Bump anthropic gem to version 0.2 by @andreibondarev in #601
- Bump ollama defaults to llama3 (8b) by @drnic in #605
- Ollama initializer defaults url to http://localhost:11434 by @drnic in #606
- Langchain::LLM::Anthropic#complete() method uses claude-2.1 by default by @andreibondarev in #611
- Introduce UnifiedParameters by @codenamev in #600
- Adding Langchain::LLM::Cohere#chat() method by @andreibondarev in #614
- GPT-4o support by @andreibondarev in #615
- 0.12.1 by @andreibondarev in #616
New Contributors
- @codenamev made their first contribution in #600
Full Changelog: 0.12.0...0.12.1
0.12.0
What's Changed
- Rename dimension parameter to dimensions everywhere by @mattlindsey in #586
- 0.12.0 by @andreibondarev in #587
Full Changelog: 0.11.4...0.12.0
0.11.4
What's Changed
- Missing
OllamaResponse#total_tokens
method by @andreibondarev in #582 - Add Support for Claude 3 via AWS Bedrock by @mtrefilek in #529
- 0.11.4 by @mtrefilek in #585
Full Changelog: 0.11.3...0.11.4
0.11.3
What's Changed
- Add Inner Product Distance to PGVector by @mtrefilek in #578
- Add ability to chunk CSV in either row or file by @WToa in #552
- Add PPTX processor by @willywg in #569
- New
Langchain::LLM::Anthropic#chat()
method by @andreibondarev in #580 - 0.11.3 by @andreibondarev in #581
New Contributors
- @mtrefilek made their first contribution in #578
- @WToa made their first contribution in #552
- @willywg made their first contribution in #569
Full Changelog: 0.11.2...0.11.3
0.11.2
What's Changed
- Chat with Assistant example by @mattlindsey in #573
- Ensure that default dimensions passed to LLM instance are respected by embed by @prdanelli in #574
- 0.11.2 by @andreibondarev in #577
Full Changelog: 0.11.1...0.11.2
0.11.1
What's Changed
- Added remove_texts method in WeaviateSearch by @andreibondarev in #568
- Added remove_texts method in WeaviateSearch by @capak07 in #567
Langchain::Tool::Vectorsearch
tool that wraps vectorsearch classes by @andreibondarev in #570- 0.11.1 by @andreibondarev in #571
New Contributors
Full Changelog: 0.11.0...0.11.1
0.11.0
What's Changed
- Fix error when thread.messages == [] and Assistant is run by @andreibondarev in #556
- Fix openai#embed method by @andreibondarev in #555
- Bump
tiktoken_ruby
gem by @andreibondarev in #558 - Add file_system specs by @timkleier in #563
- Delete previously deprecated
Langchain::Agent::ReActAgent
andLangchain::Agent::SQLQueryAgent
classes by @andreibondarev in #562 - Add file tool refactored by @andreibondarev in #561
- 0.11.0 by @andreibondarev in #564
New Contributors
- @timkleier made their first contribution in #563
Full Changelog: 0.10.3...0.11.0