v0.0.336
·
7128 commits
to master
since this release
What's Changed
- Add new models to openai callback by @IsakNyberg in #13244
- Update README.md by @levalencia in #8570
- Free knowledge base pod information update by @mpskex in #12813
- Update ollama.py by @glad4enkonm in #12895
- Improve CSV reader which can't call .strip() on NoneType by @dennisdegreef in #13079
- Typo fix to quickstart.mdx by @marioangst in #13178
- dalle add model parameter by @AzeWZ in #13201
- Remove
_get_kwarg_value
function by @Guillem96 in #13184 - Update README.md - Added notebook for extraction_openai_tools by @shauryr in #13205
- Add dockerfile template by @langchain-infra in #13240
- added system prompt and template fields to ollama by @Govind-S-B in #13022
- Add rag google vertex ai search template by @juan-calvo-datatonic in #13294
- Add OpenAI API v1 support for ChatAnyscale and fixed a bug with openai_api_key by @kylehh in #13237
- Fix typo in timescalevector.ipynb by @eltociear in #13239
- docs: align custom_tool document headers by @edwardzjl in #13252
- chore: bump momento dependency version and refactor search hit usage by @malandis in #13111
- Add MyScaleWithoutJSON which allows user to wrap columns into Document's Metadata by @mpskex in #13164
- Ollama pass kwargs as options instead of top by @efriis in #13280
- Use endpoint_url if provided with boto3 session for dynamodb by @chevalmuscle in #11622
- Add missing filter to max_marginal_relevance_search inner call to max_marginal_relevance_search_by_vector by @Frank995 in #13260
- FIX: 'from_texts' method in Weaviate with non-existent kwargs param by @takatost in #11604
- Refine Weaviate docs and add RAG example by @iamleonie in #13057
- Update error message in evaluation runner by @hinthornw in #13296
- Fix serialization issue in Matching Engine Vector Store by @konstantin-spiess in #13266
- Self-query template by @baskaryan in #12694
- Fix Pinecone cosine relevance score by @ruiramos in #8920
- add: license file to subproject by @YYYasin19 in #8403
- IMPROVEMENT self-query template by @efriis in #13305
- Cookbook for multi-modal RAG eval by @rlancemartin in #13272
- Increase flexibility of ElasticVectorSearch by @mertkayhan in #6863
- add cookbook for RAG with baidu QIANFAN and elasticsearch by @wemysschen in #13287
- IMPROVEMENT redirect root to docs by @efriis in #13303
- gpt researcher by @hwchase17 in #13062
- add retrieval agent by @hwchase17 in #13317
- Update main readme by @baskaryan in #13298
- DOCS: cleanup docs directory by @baskaryan in #13301
- Move OAI assistants to langchain and add callbacks by @baskaryan in #13236
- fix litellm openai imports by @krrishdholakia in #13307
- arxiv retrieval agent improvement by @hwchase17 in #13329
- add more reasonable arxiv retriever by @hwchase17 in #13327
- Pgvector template by @manuel-soria in #13267
- Fix latest message index by @billytrend-cohere in #13355
- CLI interactivity by @efriis in #13148
- cli 0.0.17 by @efriis in #13359
- added
Cookbooks
link by @leo-gan in #13078 - Bump pyarrow from 13.0.0 to 14.0.1 in /libs/langchain by @dependabot in #13363
- feat(llms): support Openai API v1 for Azure OpenAI completions by @mspronesti in #13231
- Lint Python notebooks with ruff. by @obi1kenobi in #12677
- Bump all libraries to the latest
ruff
version. by @obi1kenobi in #13350 - fmt by @baskaryan in #13371
- more cli interactivity, bugfix by @efriis in #13360
- fix cli release by @efriis in #13373
- bump openai by @baskaryan in #13262
Yi
model from01.ai
, example by @leo-gan in #13375- Update
rag-timescale-conversation
to dependencies without CVEs. by @obi1kenobi in #13364 - Update
templates/rag-self-query
with newer dependencies without CVEs. by @obi1kenobi in #13362 - Add limit_to_domains to APIChain based tools by @fielding in #13367
- api doc newlines by @efriis in #13378
- docs integration cards site by @leo-gan in #13379
- Add some properties to NotionDBLoader by @kenta-takeuchi in #13358
- IMPROVEMENT more research-assistant configurability by @efriis in #13312
- Make it easier to subclass RunnableEach by @nfcampos in #13346
- Agent window management how to by @baskaryan in #13033
- Bedrock cohere embedding support by @celmore25 in #13366
- docs: install nit by @baskaryan in #13380
- Bagatur/update rag use case by @baskaryan in #13319
- Passthrough kwargs in runnable lambda by @nfcampos in #13405
- PGVector needs to close its connection if it is garbage collected by @Sumukh in #13232
- Fix Runnable Lambda Afunc Repr by @hinthornw in #13413
- Use secretstr for api keys for javelin-ai-gateway by @eyurtsev in #13417
- FIX: Infer runnable agent single or multi action by @baskaryan in #13412
- bump 336, exp 44 by @baskaryan in #13420
- img update by @baskaryan in #13421
New Contributors
- @IsakNyberg made their first contribution in #13244
- @glad4enkonm made their first contribution in #12895
- @dennisdegreef made their first contribution in #13079
- @marioangst made their first contribution in #13178
- @AzeWZ made their first contribution in #13201
- @Guillem96 made their first contribution in #13184
- @shauryr made their first contribution in #13205
- @langchain-infra made their first contribution in #13240
- @Govind-S-B made their first contribution in #13022
- @juan-calvo-datatonic made their first contribution in #13294
- @chevalmuscle made their first contribution in #11622
- @Frank995 made their first contribution in #13260
- @takatost made their first contribution in #11604
- @iamleonie made their first contribution in #13057
- @konstantin-spiess made their first contribution in #13266
- @ruiramos made their first contribution in #8920
- @mertkayhan made their first contribution in #6863
- @kenta-takeuchi made their first contribution in #13358
- @celmore25 made their first contribution in #13366
- @Sumukh made their first contribution in #13232
Full Changelog: v0.0.335...v0.0.336