Releases: langchain-ai/langchain
Releases · langchain-ai/langchain
v0.0.275
What's Changed
- add gmail loader by Harrison Chase (@hwchase17) in #9810
- accept openai terms by Harrison Chase (@hwchase17) in #9826
- Qdrant Client: Expose instance for creating client by Eugene Yurtsev (@eyurtsev) in #9706
- Update CONTRIBUTING.md by XUEYANZ (@XueyanZhang) in #9817
- bump 275 by Bagatur (@baskaryan) in #9860
- Return feedback by William FH (@hinthornw) in #9629
New Contributors
- XUEYANZ (@XueyanZhang) made their first contribution in #9817
Full Changelog: v0.0.274...v0.0.275
v0.0.274
What's Changed
- multivector notebook by Harrison Chase (@hwchase17) in #9740
- Update RAG use case (move to ntbk) by Lance Martin (@rlancemartin) in #9340
- Update agent docs, move to use-case sub-directory by Lance Martin (@rlancemartin) in #9344
- token chunks by William FH (@hinthornw) in #9739
- Code LLaMA in code understanding use case by Lance Martin (@rlancemartin) in #9779
- Initial commit for comprehend moderator by Nikhil Jha (@nikhilkjha) in #9665
- Fixing broken links to Moderation and Constitutional chain by Monami Sharma (@smonami) in #9768
- fix broken wandb link in debugging page by Anish Shah (@ash0ts) in #9771
- Redis metadata filtering and specification, index customization by Sam Partee (@Spartee) in #8612
- fixed regex to match sources for all cases, also includes source by Nikhil Suresh (@nik1097) in #9775
- typo: funtions --> functions by Rosário P. Fernandes (@thatfiredev) in #9784
- docs: Fix a spelling mistake in adding_memory.ipynb by Vikas Sheoran (@kkviks) in #9794
- bump 274 by Bagatur (@baskaryan) in #9805
New Contributors
- Nikhil Jha (@nikhilkjha) made their first contribution in #9665
- Monami Sharma (@smonami) made their first contribution in #9768
- Sam Partee (@Spartee) made their first contribution in #8612
- Nikhil Suresh (@nik1097) made their first contribution in #9775
- Vikas Sheoran (@kkviks) made their first contribution in #9794
Full Changelog: v0.0.273...v0.0.274
v0.0.273
What's Changed
- 📖 docs: compact api reference by Leonid Ganeline (@leo-gan) in #8651
- Add Code LLaMA to code QA use case by Lance Martin (@rlancemartin) in #9713
- Add the option to use separate LLMs for GraphCypherQA chain by Tomaz Bratanic (@tomasonjo) in #9689
- sort api classes by Bagatur (@baskaryan) in #9710
- Added search parameters to qdrant max_marginal_relevance_search by Andrew White (@whitead) in #7745
- rm google api core by Bagatur (@baskaryan) in #9721
- fix integration deps by Bagatur (@baskaryan) in #9722
- Chat Loaders by William FH (@hinthornw) in #9708
- Xata as a chat message memory store by Tudor Golubenco (@tsg) in #9719
- Hub Push Ergonomics by Erick Friis (@efriis) in #9731
- Add del vector pgvector + adding modification time to confluence and google drive docs by Naama Magami (@NaamaMagami) in #9604
- Added a pdf parser based on DocAI by Leonid Kuligin (@lkuligin) in #9579
- add twitter chat loader doc by Harrison Chase (@hwchase17) in #9737
- Update Mosaic endpoint input/output api by Margaret Qian (@margaretqian) in #7391
- remove Value error "pyspark is not installed. Please install it with `pip i… by Jurik-001 in #9723
- Fix QuestionListOutputParser by Sergey Kozlov (@skozlovf) in #9738
- Azure Cognitive Search - update sdk b8, mod user agent, search with scores by Fabrizio Ruocco (@ruoccofabrizio) in #9191
- bump 273 by Bagatur (@baskaryan) in #9751
New Contributors
- Naama Magami (@NaamaMagami) made their first contribution in #9604
- Margaret Qian (@margaretqian) made their first contribution in #7391
- Jurik-001 made their first contribution in #9723
Full Changelog: v0.0.272...v0.0.273
v0.0.272
What's Changed
- Reduce cache timeouts to ensure faster builds on timeout. by Predrag Gruevski (@obi1kenobi) in #9619
- Add batch util by Eugene Yurtsev (@eyurtsev) in #9620
- Test experimental package with
langchainonmasterbranch. by Predrag Gruevski (@obi1kenobi) in #9621 poetry lockthe top-level environment. by Predrag Gruevski (@obi1kenobi) in #9477poetry lockon langchain. by Predrag Gruevski (@obi1kenobi) in #9476poetry lockthe experimental package. by Predrag Gruevski (@obi1kenobi) in #9478- Set up concurrency groups and workflow cancelation in CI. by Predrag Gruevski (@obi1kenobi) in #9564
- import tqdm.auto instead of tqdm tqdm for OpenAIEmbeddings by Kim Myeongseop (@amicus-veritatis) in #9584
- Remove -E all from installation instructions by seamusp in #9573
- parent retriever nit by Bagatur (@baskaryan) in #9570
- Cache poetry install + unify Python/Poetry setup for lint and test jobs. by Predrag Gruevski (@obi1kenobi) in #9625
- Use new Python setup approach for scheduled tests. by Predrag Gruevski (@obi1kenobi) in #9626
- Fixing deeplake.mdx file as it uses outdates links by Adilkhan Sarsen (@adolkhan) in #9602
- Update BaseChatModel.astream to respect generation_info by Kim Minjong (@caffeinism) in #9430
- Hub stub updates by Erick Friis (@efriis) in #9577
- Update ChatOpenAI docs with fine-tuning example by Jacob Lee (@jacoblee93) in #9632
- python repl improvement for csv agent by Harrison Chase (@hwchase17) in #9618
- Update google_cloud_enterprise_search.py to support structured data sources by anifort in #9037
- Allow specifying dtype in
langchain.llms.VLLMby Gabriel Fu (@gabrielfu) in #9635 - docs:
integrations/providersby Leonid Ganeline (@leo-gan) in #9631 - Fixed the error on ConfluenceLoader when content_format=VIEW and
keep_markdown_format=True by Jun Liu (@ericmm) in #9633 - ElasticsearchStore: improve error logging for adding documents by Joe McElroy (@joemcelroy) in #9648
- Fixings grammatical errors in Doc Files by @AashishSainiShorthillsAI in #9647
- docs: fix link url by Junlin Zhou (@edwardzjl) in #9643
- Cleanup of ruff warnings use isinstance() instead of type() by Guy Korland (@gkorland) in #9655
- Fix typo in tigris by Yong woo Song (@FacerAin) in #9637
- docs: fix PromptGuard docs by Zizhong Zhang (@zizhong) in #9659
- Locals in config by Bagatur (@baskaryan) in #9007
- Revert "Locals in config" by Bagatur (@baskaryan) in #9661
- Runnable locals by Bagatur (@baskaryan) in #9662
- Add CrateDB prompt by Karyn Azevedo (@karynzv) in #9657
- Fixed source key name for docugami loader by Taqi Jaffri (@tjaffri) in #8598
- Update the nlpcloud connector after some changes on the NLP Cloud API by Julien Salinas (@juliensalinas) in #9586
- mv embedding cache docs by Bagatur (@baskaryan) in #9664
- Runnables: Use a shared executor for all parallel calls (sync) by Nuno Campos (@nfcampos) in #9443
- Runnables: Add .map() method by Nuno Campos (@nfcampos) in #9445
- Nc/runnable lambda recurse by Nuno Campos (@nfcampos) in #9390
- Adds ChatOllama by Jacob Lee (@jacoblee93) in #9628
- Add exclude to GenericLoader.from_file_system by Eugene Yurtsev (@eyurtsev) in #9539
- tair fix distance_type error, and add hybrid search by Keras Conv3d (@tianhanwen) in #9531
- fix integration test imports by Bagatur (@baskaryan) in #9669
- Updates to Nomic Atlas and GPT4All documentation by Lakshay Kansal (@lakkn) in #9414
- Anthropic: Allow the use of kwargs consistent with ChatOpenAI. by Joshua Sundance Bailey (@joshuasundance-swca) in #9515
- Update default index type and metric type for MyScale vector store by Fangrui Liu 刘 方瑞 (@mpskex) in #9353
- Add indexing support by Eugene Yurtsev (@eyurtsev) in #9614
- Resolve circular imports in runnables by Eugene Yurtsev (@eyurtsev) in #9675
- docs:misc fixes by seamusp in #9671
- Add new document_loader: AssemblyAIAudioTranscriptLoader by Patrick Loeber (@patrickloeber) in #9667
- Update ChatOpenAI._stream to respect finish_reason by Kim Minjong (@caffeinism) in #9672
- ⏳ docstrings:
vectorstoresconsistency by Leonid Ganeline (@leo-gan) in #9349 - 📖 docs:
integrations/agent_toolkitsby Leonid Ganeline (@leo-gan) in #9333 - Harrison/multi vector by Harrison Chase (@hwchase17) in #9700
- Do not share executors between parent and child tasks by Nuno Campos (@nfcampos) in #9701
- Added a link to the dependencies document by 了空 (@liaokongVFX) in #9703
- Fix docs for AssemblyAIAudioTranscriptLoader (shorter import path) by Patrick Loeber (@patrickloeber) in #9687
- bump 272 by Bagatur (@baskaryan) in #9704
New Contributors
- seamusp made their first contribution in #9573
- anifort made their first contribution in #9037
- Gabriel Fu (@gabrielfu) made their first contribution in #9635
- Jun Liu (@ericmm) made their first contribution in #9633
- Guy Korland (@gkorland) made their first contribution in #9655
- Yong woo Song (@FacerAin) made their first contribution in #9637
- Karyn Azevedo (@karynzv) made their first contribution in #9657
- Keras Conv3d (@tianhanwen) made their first contribution in #9531
- Lakshay Kansal (@lakkn) made their first contribution in #9414
- Patrick Loeber (@patrickloeber) made their first contribution in #9667
Full Changelog: v0.0.271...v0.0.272
v0.0.271
What's Changed
- Fix conditional that erroneously always runs. by Predrag Gruevski (@obi1kenobi) in #9543
- Add
SECURITY.mdfile to the repo. by Predrag Gruevski (@obi1kenobi) in #9551 - fix: Updated marqo integration for marqo version 1.0.0+ by Raynor Chavez (@RaynorChavez) in #9521
- Require manually triggering release workflows. by Predrag Gruevski (@obi1kenobi) in #9552
- Use PyPI Trusted Publishing to publish langchain packages. by Predrag Gruevski (@obi1kenobi) in #9467
- Update
SECURITY.mdemail address. by Predrag Gruevski (@obi1kenobi) in #9558 - pin pydantic api ref build by Bagatur (@baskaryan) in #9556
- Add
py.typedfile tolangchain-experimental. by Predrag Gruevski (@obi1kenobi) in #9557 - Bagatur/doc loader confluence by Bagatur (@baskaryan) in #9524
- Reminder to not report security issues as "bug" type issues. by Predrag Gruevski (@obi1kenobi) in #9554
- add Epsilla vectorstore by ricki-epsilla (@ricki-epsilla) in #9239
- Improvements to the Clarifai integration by Matthew Zeiler (@zeiler) in #9290
- Update ChatOpenAI._astream to respect finish_reason by Kim Minjong (@caffeinism) in #9431
- update data connection -> retrieval by Bagatur (@baskaryan) in #9561
- Add session to ConfluenceLoader.init() by Mike Salvatore (@mssalvatore) in #9437
- fix: Imports for the ConfluenceLoader:process_page by Sathindu (@sathinduga) in #9432
- docs: Add memgraph notebook by Oleksandr Ichenskyi (@AlexIchenskiy) in #9448
- Use the GitHub-suggested safer pattern for shell interpolation. by Predrag Gruevski (@obi1kenobi) in #9567
- feat: Add PromptGuard integration by Zizhong Zhang (@zizhong) in #9481
- Add missing param to parent document retriever notebook by Jacob Lee (@jacoblee93) in #9569
- Bagatur/confluence val by Bagatur (@baskaryan) in #9568
- Fix typo by Jeremy Suriel (@jeremysuriel) in #9565
- Replacing Exception type from ValueError to ImportError by @AashishSainiShorthillsAI in #9588
- Add to support polars by Geonwoo Kim (@toddkim95) in #9610
- Fix ChatMessageHistory by Philippe PRADOS (@pprados) in #9594
- Document AzureML Deployment Example by Vanessa Arndorfer (@varndorfer) in #9571
- bugfix: ArangoDB Empty Schema Case by Anthony Mahanna (@aMahanna) in #9574
- add variables for field names by Harrison Chase (@hwchase17) in #9563
- Bagatur/litellm model name by Bagatur (@baskaryan) in #9613
- Add AINetwork blockchain toolkit integration by Lake Lee (@klae01) in #9527
- bump 271 by Bagatur (@baskaryan) in #9615
- Eliminate special-casing from test CI workflows. by Predrag Gruevski (@obi1kenobi) in #9562
- Explicitly add the
contents: writepermission for publishing releases. by Predrag Gruevski (@obi1kenobi) in #9617
New Contributors
- Raynor Chavez (@RaynorChavez) made their first contribution in #9521
- ricki-epsilla (@ricki-epsilla) made their first contribution in #9239
- Matthew Zeiler (@zeiler) made their first contribution in #9290
- Sathindu (@sathinduga) made their first contribution in #9432
- Oleksandr Ichenskyi (@AlexIchenskiy) made their first contribution in #9448
- Jeremy Suriel (@jeremysuriel) made their first contribution in #9565
- Geonwoo Kim (@toddkim95) made their first contribution in #9610
- Philippe PRADOS (@pprados) made their first contribution in #9594
- Vanessa Arndorfer (@varndorfer) made their first contribution in #9571
- Lake Lee (@klae01) made their first contribution in #9527
Full Changelog: v0.0.270...v0.0.271
v0.0.270
What's Changed
- Release on push to
masterinstead of on closed PRs targeting it. by Predrag Gruevski (@obi1kenobi) in #9544 - Nc/small fixes 21aug by Nuno Campos (@nfcampos) in #9542
- bump 270 by Bagatur (@baskaryan) in #9549
Full Changelog: v0.0.269...v0.0.270
v0.0.269
What's Changed
- Rely on
WORKDIRenv var to avoid ugly ternary operators in workflows. by Predrag Gruevski (@obi1kenobi) in #9456 - Update repository links in the package metadata. by Predrag Gruevski (@obi1kenobi) in #9454
- Wfh/rm num repetitions by William FH (@hinthornw) in #9425
- Fix imports in notebook by William FH (@hinthornw) in #9458
InternLMexample by Leonid Ganeline (@leo-gan) in #9465- Issue 9401 - SequentialChain runs the same callbacks over and over in async mode by Vamsee Yarlagadda (@vamseeyarla) in #9452
ChatPromptTemplateis not anABC, it's instantiated directly. by Predrag Gruevski (@obi1kenobi) in #9468- fix small typo by Benjamin Senst (@bsenst) in #9464
- Remove incorrect ABC from two Elasticsearch classes. by Predrag Gruevski (@obi1kenobi) in #9470
- Update pydantic_compatibility.md by NavanitDubeyShorthillsAI in #9382
- Let you specify run id in trace as chain group by William FH (@hinthornw) in #9484
- fix: apply unstructured preprocess functions by Matt Robinson (@MthwRobinson) in #9473
- Enhance qdrant vs using async embed documents by Kacper Łukawski (@kacperlukawski) in #9462
- Added Geometry Validation, Geometry Metadata, and WKT instead of Python str() to GeoDataFrame Loader by Brendan Collins (@brendancol) in #9466
- Uniform valid suffixes and clarify exceptions by Lorenzo (@lorenzofavaro) in #9463
- fixed spelling mistake and added missing bracket in parent_document_r… by RajneeshSinghShorthillsAI in #9380
- Fix typo in apis.ipynb by Ikko Eltociear Ashimine (@eltociear) in #9490
- Fix bash test regex for Linux under WSL2. by Predrag Gruevski (@obi1kenobi) in #9475
- Update pydantic combat guide by Bagatur (@baskaryan) in #9496
- fix typo in huggingface_hub.ipynb by Benjamin Senst (@bsenst) in #9499
- docs(readme): fixed badges with new github url by Stan Girard (@StanGirard) in #9493
- chatbots use case - fix broken collab URL by Rosário P. Fernandes (@thatfiredev) in #9491
- Add strict flag to the JSON parser by Eugene Yurtsev (@eyurtsev) in #9471
- Added In-Depth Langchain Agent Execution Guide by IlyaKIS1 in #9507
- Fixing class calling error in the documentation of connecting_to_a_feature_store.ipynb by EpixMan in #9508
- Fixed issue with metadata in query by Ofer Mendelevitch (@ofermend) in #9500
- Changed the NIBittensorLLM API URL to the correct one by Asif Ahmad (@asifehmad) in #9419
- AmazonTextractPDFLoader documentation updates by Martin Schade (@schadem) in #9415
Qwenmodel example by Leonid Ganeline (@leo-gan) in #9516- Fast linters go first by Eugene Yurtsev (@eyurtsev) in #9501
- beef up retrieval docs by Harrison Chase (@hwchase17) in #9518
- 🐛 fix unexpected run of release workflow by Yuki Miyake (@zawakin) in #9494
- Upgrade CI poetry version to 1.5.1. by Predrag Gruevski (@obi1kenobi) in #9479
- feat(llms): add streaming support to textgen by Utku Ege Tuluk (@uetuluk) in #9295
- Add SharePoint Loader by José Ferraz Neto (@netoferraz) in #4284
- feat(llms): support ERNIE Embedding-V1 by axiangcoding (@axiangcoding) in #9370
- bump 269 by Bagatur (@baskaryan) in #9487
New Contributors
- Vamsee Yarlagadda (@vamseeyarla) made their first contribution in #9452
- Benjamin Senst (@bsenst) made their first contribution in #9464
- NavanitDubeyShorthillsAI made their first contribution in #9382
- Lorenzo (@lorenzofavaro) made their first contribution in #9463
- RajneeshSinghShorthillsAI made their first contribution in #9380
- Stan Girard (@StanGirard) made their first contribution in #9493
- Rosário P. Fernandes (@thatfiredev) made their first contribution in #9491
- IlyaKIS1 made their first contribution in #9507
- EpixMan made their first contribution in #9508
- Asif Ahmad (@asifehmad) made their first contribution in #9419
- Martin Schade (@schadem) made their first contribution in #9415
- Yuki Miyake (@zawakin) made their first contribution in #9494
- Utku Ege Tuluk (@uetuluk) made their first contribution in #9295
Full Changelog: v0.0.268...v0.0.269
v0.0.268
What's Changed
- More missing type annotations by Eugene Yurtsev (@eyurtsev) in #9406
- fixed a pal chain reference by Leonid Kuligin (@lkuligin) in #9387
- Cache .mypy_cache across lint runs. by Predrag Gruevski (@obi1kenobi) in #9405
- make openapi_schema_pydantic opt by Bagatur (@baskaryan) in #9408
- Update compatibility guide for pydantic by Eugene Yurtsev (@eyurtsev) in #9396
- Revert "Update compatibility guide for pydantic (#9396)" by Bagatur (@baskaryan) in #9417
- Replaced instances of raising ValueError with raising ImportError. by @AashishSainiShorthillsAI in #9388
- pydantic compatibility guide fix by Bagatur (@baskaryan) in #9418
- Update figure in OSS model guide by Lance Martin (@rlancemartin) in #9399
- Do not bust
poetry installcache when manually installing pydantic v2. by Predrag Gruevski (@obi1kenobi) in #9407 - Adds streaming for runnable maps by Jacob Lee (@jacoblee93) in #9283
- Add lock on tee peer cleanup by Nuno Campos (@nfcampos) in #9446
- 📖 docstrings
retrieversconsistency by Leonid Ganeline (@leo-gan) in #9422 - Cache black formatting information across CI runs. by Predrag Gruevski (@obi1kenobi) in #9413
- Add kwargs to all other optional runnable methods by Nuno Campos (@nfcampos) in #9439
- Fix a dead loop bug caused by assigning two variables with opposite values. by Holmodi in #9447
- 👀 docs: updated
dependentsby Leonid Ganeline (@leo-gan) in #9426 - Lint only on the min and max supported Python versions. by Predrag Gruevski (@obi1kenobi) in #9450
- doc: make install from source more clearer by Brandon Lu (@Lanznx) in #9433
- Corrected Sentence in router.ipynb by @PuneetDhimanShorthillsAI in #9377
- Fixing spelling mistakes in fallbacks.ipynb by Amit Singh (@AmitSinghShorthillsAI) in #9376
- bump 268 by Bagatur (@baskaryan) in #9455
New Contributors
- Holmodi made their first contribution in #9447
- Brandon Lu (@Lanznx) made their first contribution in #9433
- @PuneetDhimanShorthillsAI made their first contribution in #9377
- Amit Singh (@AmitSinghShorthillsAI) made their first contribution in #9376
Full Changelog: v0.0.267...v0.0.268
v0.0.267
What's Changed
- docs: remove multiple code blocks from comma-separated docs by Michael Bianco (@iloveitaly) in #9323
- add tiktoken integration dep by Bagatur (@baskaryan) in #9332
- Add improved sources splitting in BaseQAWithSourcesChain by Jakub Kuciński (@ds-jakub-kucinski) in #8716
- Fix variable case in code snippet in docs by Chandler May (@ccmaymay) in #9311
- Pydantic Compatibility by Eugene Yurtsev (@eyurtsev) in #9327
- Airbyte loaders: Fix last_state getter by Joe Reuter (@flash1293) in #9314
- Fix typo in llm_router.py by qqjettkgjzhxmwj (@JettScythe) in #9322
- Fix API reference docs by Eugene Yurtsev (@eyurtsev) in #9321
- Open source LLM guide by Lance Martin (@rlancemartin) in #9266
- Fix typo in huggingface_textgen_inference.ipynb by Angel Luis (@angel-luis) in #9313
- fix import v2 by Harrison Chase (@hwchase17) in #9346
- Adding missing types in some pydantic models by Eugene Yurtsev (@eyurtsev) in #9355
- Create pydantic v1 namespace in langchain by Eugene Yurtsev (@eyurtsev) in #9254
- Fix typos in eval_chain.py by Tong Gao (@gaotongxiao) in #9365
- Fix Typo in "community.md" by AbhishekYadavShorthillsAI (@AbhishekYadavShorthillsAI) in #9360
- Corrected Typo in MultiPromptChain Example in router.ipynb by Adarsh Shrivastava (@AdarshKumarShorthillsAI) in #9362
- Update "Langchain" to "LangChain" in the tutorials.mdx file by AnujMauryaShorthillsAI in #9361
- Fixed Grammatical errors in tutorials.mdx by Md Nazish Arman (@MdNazishArmanShorthillsAI) in #9359
- Corrected Grammatical errors in tutorials.mdx by Akshay Tripathi (@AkshayTripathiShorthillsAI) in #9358
- unpin pydantic by Bagatur (@baskaryan) in #9356
- Corrected Sentence in .ipynb File by AashutoshPathakShorthillsAI in #9372
- Fixed Typo in Fallbacks.ipynb by Sanskar Tanwar (@SanskarTanwarShorthillsAI) in #9373
- Use a submodule for pydantic v1 compat by Nuno Campos (@nfcampos) in #9371
- Cache linting venv on CI. by Predrag Gruevski (@obi1kenobi) in #9342
- bump 267 by Bagatur (@baskaryan) in #9403
- Ensure the in-project venv gets cached in CI tests. by Predrag Gruevski (@obi1kenobi) in #9336
New Contributors
- Michael Bianco (@iloveitaly) made their first contribution in #9323
- Jakub Kuciński (@ds-jakub-kucinski) made their first contribution in #8716
- Chandler May (@ccmaymay) made their first contribution in #9311
- qqjettkgjzhxmwj (@JettScythe) made their first contribution in #9322
- Angel Luis (@angel-luis) made their first contribution in #9313
- Tong Gao (@gaotongxiao) made their first contribution in #9365
- AbhishekYadavShorthillsAI (@AbhishekYadavShorthillsAI) made their first contribution in #9360
- Adarsh Shrivastava (@AdarshKumarShorthillsAI) made their first contribution in #9362
- AnujMauryaShorthillsAI made their first contribution in #9361
- Md Nazish Arman (@MdNazishArmanShorthillsAI) made their first contribution in #9359
- Akshay Tripathi (@AkshayTripathiShorthillsAI) made their first contribution in #9358
- AashutoshPathakShorthillsAI made their first contribution in #9372
- Sanskar Tanwar (@SanskarTanwarShorthillsAI) made their first contribution in #9373
Full Changelog: v0.0.266...v0.0.267
v0.0.266
What's Changed
- Remove packages for pydantic compatibility by Eugene Yurtsev (@eyurtsev) in #9217
- docs: Update ArangoDB Links by Anthony Mahanna (@aMahanna) in #9251
- Elasticsearch self-query retriever by Joe McElroy (@joemcelroy) in #9248
- add oai sched tests by Bagatur (@baskaryan) in #9257
- Update testing workflow to test with both pydantic versions by Eugene Yurtsev (@eyurtsev) in #9206
- Update documentation for the Context integration with new URL and features by Alex Gamble (@agamble) in #9259
- fix context nb by Bagatur (@baskaryan) in #9267
- hub push/pull by Erick Friis (@efriis) in #9225
- pin pydantic by Bagatur (@baskaryan) in #9274
- Bagatur/refac faiss by Bagatur (@baskaryan) in #9076
- Improvements in Nebula LLM by Toshish Jawale (@toshish) in #9226
- Added BittensorLLM by Kunj-2206 in #9250
- Bagatur/deeplake docs fixes by Bagatur (@baskaryan) in #9275
- Add dashvector vectorstore by Xiaoyu Xee (@xiaoyuxee) in #9163
- Bagatur/vectara regression by Bagatur (@baskaryan) in #9276
- update openai functions docs by Bagatur (@baskaryan) in #9278
- update guide import by Bagatur (@baskaryan) in #9279
- expose output key to create_openai_fn_chain by Kenny (@kdcokenny) in #9155
- Add Schema Evals by William FH (@hinthornw) in #9228
- zep/new ZepVectorStore by Daniel Chalef (@danielchalef) in #9159
- fix(llms): improve the ernie chat model by axiangcoding (@axiangcoding) in #9289
- Guide import readable json by Navanit Dubey (@Navanit-git) in #9291
- bump 266 by Bagatur (@baskaryan) in #9296
New Contributors
- Toshish Jawale (@toshish) made their first contribution in #9226
- Kunj-2206 made their first contribution in #9250
- Xiaoyu Xee (@xiaoyuxee) made their first contribution in #9163
- Navanit Dubey (@Navanit-git) made their first contribution in #9291
Full Changelog: v0.0.265...v0.0.266