Releases: langchain-ai/langchain
Releases Β· langchain-ai/langchain
v0.0.85
What's Changed
- typo fix on chat vector db docs by @dhruv-anand-aintech in #1007
- Unstructured example notebook: add a pdf, related deps by @cragwolfe in #1011
- Chroma in LangChain by @atroyn in #1010
- Harrion/kg by @hwchase17 in #1016
- chroma docs by @hwchase17 in #1012
- agent refactors by @hwchase17 in #997
- bump version to 0085 by @hwchase17 in #1017
New Contributors
- @dhruv-anand-aintech made their first contribution in #1007
- @cragwolfe made their first contribution in #1011
- @atroyn made their first contribution in #1010
Full Changelog: v0.0.84...v0.0.85
v0.0.84
What's Changed
- Harrison/fake llm by @hwchase17 in #990
- Added initial capital letter to bullet points that had it missing by @fpingham in #1000
- pdfminer by @hwchase17 in #1003
- Harrison/unstructured structured by @hwchase17 in #1004
- bump version to 0084 by @hwchase17 in #1005
Full Changelog: v0.0.83...v0.0.84
v0.0.83
What's Changed
- add texts example by @hwchase17 in #985
- Zander/online pdf loader by @zanderchase in #984
- improves huggingface_hub example by @charlesfrye in #988
- Harrison/airbyte by @hwchase17 in #989
- Import of
declarative_base
when SQLAlchemy <1.4 by @s16h in #883 - Harrison/0083 by @hwchase17 in #996
New Contributors
Full Changelog: v0.0.82...v0.0.83
v0.0.82
What's Changed
- remove sample_row_in_table_info and simplify set operations in SQLDB by @kwhuo68 in #932
- Harrison/deps by @hwchase17 in #963
- Harrison/tiktoken spec by @hwchase17 in #964
- Harrison/batch embeds by @hwchase17 in #972
- update lint by @hwchase17 in #975
- Harrison/everynote by @hwchase17 in #974
- Harrison/format agent instructions by @hwchase17 in #973
- feat: adds
UnstructuredURLLoader
for loading data from urls by @MthwRobinson in #979 - docs: update spelling typos by @tangjeff0 in #982
- bump version to 0082 by @hwchase17 in #980
New Contributors
- @MthwRobinson made their first contribution in #979
Full Changelog: v0.0.81...v0.0.82
v0.0.81
What's Changed
- Update huggingface_hub.ipynb by @eltociear in #944
- docs: fix spelling typo by @tangjeff0 in #934
- gutenberg books by @hwchase17 in #946
- Update readthedocs.py by @concaption in #943
- add docs for steamship deployment by @hwchase17 in #949
- adding webpage loading logic by @zanderchase in #942
- Harrison/youtube fixes by @hwchase17 in #955
- bump version 0081 by @hwchase17 in #956
New Contributors
- @tangjeff0 made their first contribution in #934
- @concaption made their first contribution in #943
Full Changelog: v0.0.80...v0.0.81
v0.0.80
What's Changed
- Fix typos by @VinceDerPrince in #929
- Add asyncio support for LLM (OpenAI), Chain (LLMChain, LLMMathChain), and Agent by @agola11 in #841
- Harrison/add roam loader by @hwchase17 in #939
- bump version to 0080 by @hwchase17 in #941
New Contributors
- @VinceDerPrince made their first contribution in #929
Full Changelog: v0.0.79...v0.0.80
v0.0.79
What's Changed
- added i_end in batch extraction by @jamescalam in #907
- Optionally return shell output on incorrect command (#894) by @hwchase17 in #899
- Add pinecone integration test by @kwhuo68 in #911
- add unstructured examples by @hwchase17 in #913
- Harrison/inference endpoint by @hwchase17 in #861
- Harrison/sql rows by @hwchase17 in #915
- Harrison/prompt template prefix by @hwchase17 in #888
- analyze document by @hwchase17 in #731
- fix docs custom prompt template by @hwchase17 in #917
- add reqs by @hwchase17 in #918
- remove unused buffer by @hwchase17 in #919
- add GoogleDriveLoader by @agola11 in #914
- Harrison/save faiss by @hwchase17 in #916
- Harrison/obsidian by @hwchase17 in #920
- Harrison/athropic by @hwchase17 in #921
- Harrison/ver0079 by @hwchase17 in #927
New Contributors
Full Changelog: v0.0.78...v0.0.79
v0.0.78
What's Changed
- Harrison/docs splitter by @hwchase17 in #879
- Add to gallery by @dartpain in #882
- prompt template from string by @hwchase17 in #884
- fix flaky tests by @hwchase17 in #892
- Get elements of ActionInput on newlines by @sjwhitmore in #889
- Check type of LLM.generate
prompts
arg by @baskaryan in #886 - Update pinecone init details in docs by @jamescalam in #898
- chat vector db chain by @hwchase17 in #902
- Harrison/unstructured support by @hwchase17 in #903
- update docs by @hwchase17 in #905
- bump version to 0078 by @hwchase17 in #908
New Contributors
- @dartpain made their first contribution in #882
- @jamescalam made their first contribution in #898
Full Changelog: v0.0.77...v0.0.78
v0.0.77
What's Changed
- docs by @hwchase17 in #848
- vercel deployments by @hwchase17 in #850
- Add alternative token-based text splitter by @kahkeng in #816
- Add retry to OpenAI llm by @agola11 in #849
- Harrison/milvus by @hwchase17 in #856
- fix length based example selector by @hwchase17 in #862
- pass kwargs through to loading by @hwchase17 in #863
- sql return direct by @hwchase17 in #864
- validate template by @hwchase17 in #865
- fix routing to tiktoken encoder by @hwchase17 in #866
- Correct prompt typo + update example for SQLDatabaseChain by @zachschillaci27 in #868
- Fix small typo in getting started docs by @ryan-m-walker in #876
- version 0077 by @hwchase17 in #878
New Contributors
- @kahkeng made their first contribution in #816
- @ryan-m-walker made their first contribution in #876
Full Changelog: v0.0.76...v0.0.77
v0.0.76
What's Changed
- Add 'truncate' parameter for CohereEmbeddings by @ephe-meral in #798
- add to gallery by @hwchase17 in #824
- Update init.py by @Razcle in #827
- Fix typo in textsplitter docs by @IstoraMandiri in #825
- Minor fix to SQLDatabaseChain doc by @zachschillaci27 in #826
- Minor fix for google search util: it's uncertain if "snippet" in results exists by @somejonus in #830
- Added new deployment template by @mernit in #835
- Fix typo in crawler.py by @eltociear in #842
- add from string method by @hwchase17 in #820
- Update PAL to allow passing local and global context to PythonREPL by @nickFurlotte in #774
- rfc: instruct embeddings by @hwchase17 in #811
- return code for pal by @hwchase17 in #844
- Harrison/ngram example by @hwchase17 in #846
- bump version to 0076 by @hwchase17 in #847
New Contributors
- @Razcle made their first contribution in #827
- @IstoraMandiri made their first contribution in #825
- @zachschillaci27 made their first contribution in #826
- @somejonus made their first contribution in #830
- @mernit made their first contribution in #835
- @nickFurlotte made their first contribution in #774
Full Changelog: v0.0.75...v0.0.76