What's Changed
- add repr for not serializable by @hwchase17 in #10071
- eden tool nb nit by @baskaryan in #10101
- Bagatur/eden type 2 by @baskaryan in #10102
- Nc/runnables seqmap tags by @nfcampos in #9753
- index rename delete_mode -> cleanup by @baskaryan in #10103
- Temporarily remove language selection by @maks-operlejn-ds in #10097
- EdenAI LLM update. Add models name option by @KyrianC in #8963
- feat(llms): add missing params to huggingface text-generation by @mspronesti in #9724
- feat: add bedrock claude chat by @bwmatson in #8017
- docs: agents & callbacks fixes by @seamusp in #10066
- docs:
google-drive-tool
example fix by @leo-gan in #10000 - docs:
youtube_search
tool example update by @leo-gan in #9958 - Update redirects meta tags by @hinthornw in #10109
- rm base64 images from docs by @baskaryan in #10110
- 📖 docs: fixed
integration/llms
navbar by @leo-gan in #9277 - added support for inference from Model Garden by @lkuligin in #9367
- Add where filter in weaviate similarity search with score by @Naearp777 in #9978
- rm sqlite3 import by @baskaryan in #10115
- bump 280 by @baskaryan in #10117
- bump 13 by @baskaryan in #10130
- Update chat_vector_db.mdx by @NinoRisteski in #10141
- Update index.mdx by @NinoRisteski in #10142
- Add FalkorDB to imports by @gkorland in #10151
- Update apis.ipynb by @NinoRisteski in #10145
- Update openai_multi_functions_agent.ipynb by @NinoRisteski in #10144
- make hub push public by default by @hwchase17 in #10138
- fake messages list model by @hwchase17 in #10152
- Harrison/string inplace by @hwchase17 in #10153
- Add parser and loader for Azure document intelligence service. by @LarsAC in #10136
- Add example of running Q&A over structured data using the
Airbyte
loaders andpandas
by @homanp in #10069 Yahoo Finance News
tool by @leo-gan in #10014- Add ne comparator by @edcohen08 in #10006
- docs(text_splitter): update document of character splitter with tiktoken by @caopulan in #10001
- Takeoff baseurl support by @hoyungcher in #10091
- TextGen is missing async methods. by @GMartin-dev in #9986
- Sort by most recent chatIDs by @rlancemartin in #9946
- Fix json parsing error of MULTI_PROMPT_ROUTER_TEMPLATE by @lucarp in #9944
- Update init.py by @programmersEmperor in #9955
- Extend DynamoDBChatMessageHistory to support composite keys by @joshualwhite in #9896
- time_weighted_retriever: use a timestamp if needed by @flepied in #9906
- docs: chains & memory fixes by @seamusp in #9895
- fix (Html2TextTransformer): allow configuration of html2text by @dmenini in #9914
- docs: fixed title in
Bittensor
example by @leo-gan in #9893 - Fix: Nested Dicts Handling of Document Metadata by @lorenzofavaro in #9880
- Add prompt hub for various use-cases by @rlancemartin in #9879
- Pinecone upsert parallelization by @StankoKuveljic in #9859
- Harrison/hf lru by @hwchase17 in #10154
- adding new chain for logical fallacy removal from model output in chain by @j-space-b in #9887
- Extend SQLChatMessageHistory by @asai95 in #9849
- Google drive integration (lite) by @pprados in #9999
- add numbered list parser by @hwchase17 in #9837
- Adds dataview fields and tags to metadata #9800 by @dsummersl in #9801
- Bugfix/jsonloader metadata by @mgvalverde in #9793
- Extraction Chain - Custom Prompt by @chutch1122 in #9828
- fix multipart email body retrieval by @juppytt in #9790
- fix syntax by @hwchase17 in #10155
- Fixed Typos and grammatical issues in document files by @ShorthillsAI in #9789
- docs: Fix
CustomLLM
andQuestion_answering
docs by @toddkim95 in #9782 - Update json_loader.py: encoding bug by @liunux4odoo in #9785
- Made some Grammatical error fixes by @ShorthillsAI in #10156
- Enhance Google search tool SerpApi response by @tanys123 in #10157
- docs: misc retrievers fixes by @seamusp in #9791
- Cassandra support for LLM cache (exact-match and semantic) by @hemidactylus in #9772
- typo in locall llms fixed by @NinoRisteski in #9755
- Fixed query/instruction typoes by @herrjemand in #10158
- docs: misc modelIO fixes by @seamusp in #9734
- Allow specifying arbitrary keyword arguments in
langchain.llms.VLLM
by @jaysonph in #9683 - feature: add verbosity to create_qa_with_sources_chain by @sajal2692 in #9742
- docs:
DeepLake
example by @leo-gan in #9663 - Add dashvector self query retriever by @xiaoyuxee in #9684
- docs:
MLflow API
and examples by @leo-gan in #9547 - Add the possibility to configure boto3 in the S3 loaders by @cbornet in #9304
- Fixed typo in bittensor.mdx by @ShorthillsAI in #10160
- Fixed typo in get_started.mdx by @ShorthillsAI in #10163
- Implemented Milvus translator for self-querying by @IlyaKIS1 in #10162
- add additional model support to chatlitellm by @krrishdholakia in #10134
- FileSysteBlobLoader: Expand user path by @eyurtsev in #10133
- feat(llms): add model_kwargs to hf tgi by @mspronesti in #10139
- Fixed Import Error by @ShorthillsAI in #10167
- Fix: the duplicate characters wrong results when using
pdfplumber loader
by @Lin-jun-xiang in #10165 - MyScale hot fix on type check by @mpskex in #10180
- Fixed Import Error type by @ShorthillsAI in #10168
- bump 281 by @baskaryan in #10189
New Contributors
- @bwmatson made their first contribution in #8017
- @Naearp777 made their first contribution in #9978
- @NinoRisteski made their first contribution in #10141
- @LarsAC made their first contribution in #10136
- @edcohen08 made their first contribution in #10006
- @caopulan made their first contribution in #10001
- @lucarp made their first contribution in #9944
- @programmersEmperor made their first contribution in #9955
- @joshualwhite made their first contribution in #9896
- @flepied made their first contribution in #9906
- @asai95 made their first contribution in #9849
- @dsummersl made their first contribution in #9801
- @mgvalverde made their first contribution in #9793
- @liunux4odoo made their first contribution in #9785
- @tanys123 made their first contribution in #10157
- @herrjemand made their first contribution in #10158
- @jaysonph made their first contribution in #9683
- @sajal2692 made their first contribution in #9742
- @Lin-jun-xiang made their first contribution in #10165
Full Changelog: v0.0.279...v0.0.281