Releases: langchain-ai/langchain
Releases Β· langchain-ai/langchain
v0.0.91
What's Changed
- directory loader improvements by @hwchase17 in #1162
- pass in prompts to vectordbqa by @hwchase17 in #1158
- for ChatVectorDBChain, add top_k_docs_for_context to allow control how many chunks of context will be retrieved by @AlexZhangji in #1155
- AI21 documentation incorrectly titled Cohere by @NickMandylas in #1167
- docs: add missing links to toc by @nan-wang in #1163
- fix path by @hwchase17 in #1168
- Harrison/markdown splitter by @hwchase17 in #1169
- improve docs for indexes by @hwchase17 in #1146
- searx_search: docs updates by @blob42 in #1175
- clean up loaders by @hwchase17 in #1178
- update gallery with slack bot by @hwchase17 in #1177
- bump version to 0091 by @hwchase17 in #1181
New Contributors
- @NickMandylas made their first contribution in #1167
- @nan-wang made their first contribution in #1163
Full Changelog: v0.0.90...v0.0.91
v0.0.90
What's Changed
- Added constitutional chain. by @CG80499 in #1147
- Harrison/self hosted runhouse by @hwchase17 in #1154
- bump version to 0.0.90 by @hwchase17 in #1157
New Contributors
Full Changelog: v0.0.89...v0.0.90
v0.0.89
What's Changed
- Hotfix: Qdrant content retrieval (revert: #1088) by @kacperlukawski in #1093
- Strange behavior with LLM import requirements by @trigaten in #1104
- fix telegram imports by @hwchase17 in #1110
- Fix Issue #1100 by @Hase-U in #1101
- docs: add an unstructured section to the ecosystem page by @MthwRobinson in #1125
- feat: add support for
.ppt
files inUnstructuredPowerPointLoader
by @MthwRobinson in #1124 - Fix a bug that shows "KeyError 'items'" by @yakigac in #1118
- fix for database compatibility when getting table DDL by @jzluo in #1129
- return source documents for chat vector db chain by @hwchase17 in #1128
- Max marginal relecance search fails if there are not enough docs by @tmbo in #1117
- Harrison/hn loader by @hwchase17 in #1130
- [Integration Tests] Cast fake embeddings to ALL float values by @ngundotra in #1102
- instruct embeddings docs by @hwchase17 in #1131
- fix docs by @hwchase17 in #1133
- Sql alchemy commands used in table info by @fpingham in #1135
- add srt loader by @hwchase17 in #1140
- fix chatvectordbchain to use pinecone namespace by @kekayan in #1139
- Fix typo in HyDE docs by @samheutmaker in #1142
- fix sql by @hwchase17 in #1141
- Make Tools own model, add ToolKit Concept by @agola11 in #1095
- Harrison/ver0089 by @hwchase17 in #1144
New Contributors
- @tmbo made their first contribution in #1117
- @ngundotra made their first contribution in #1102
- @kekayan made their first contribution in #1139
Full Changelog: v0.0.88...v0.0.89
v0.0.88
What's Changed
- feat: added element metadata to unstructured loader by @MthwRobinson in #1068
- Update
PromptLayerOpenAI
LLM usage instructions in documentation by @Jped in #1053 - Fix typo in integration with Chroma by @jeffchuber in #1070
- Update and rename everynote.py to evernote.py by @akshayvkt in #1060
- Harrison/handle stop tokens ai21 by @hwchase17 in #1077
- Google Search API integration with serper.dev (wrapper, tests, docs, β¦ by @rogerserper in #909
- Harrison/evernote nb by @hwchase17 in #1078
- Update PromptLayerOpenAI LLM to include support for ASYNC API by @Jped in #1066
- Support similarity search by vector (in FAISS) by @seanaedmiston in #961
- Fixed openai embeddings to be safe by batching them based on token size calculation. by @Hase-U in #991
- SearxNG meta search api helper by @blob42 in #854
- add anthropic example by @hwchase17 in #1041
- Harrison/semantic subset by @hwchase17 in #1079
- docs: increase width by @aletna in #1049
- Harrison/telegram loader by @hwchase17 in #1080
- Harrison/align table by @hwchase17 in #1081
- docs for batch size by @hwchase17 in #1082
- fix stuff count by @hwchase17 in #1083
- chat qa with sources by @hwchase17 in #1084
- Update qdrant.py by @rishabh-ti in #1088
- Modify number of types of chains by @fpingham in #1089
- bump version 0.0.88 by @hwchase17 in #1090
New Contributors
- @jeffchuber made their first contribution in #1070
- @rogerserper made their first contribution in #909
- @Hase-U made their first contribution in #991
- @aletna made their first contribution in #1049
- @rishabh-ti made their first contribution in #1088
Full Changelog: v0.0.87...v0.0.88
v0.0.87
What's Changed
- Enable streaming for OpenAI LLM by @agola11 in #986
- add to async chain notebook by @agola11 in #1056
- bump version by @hwchase17 in #1057
Full Changelog: v0.0.86...v0.0.87
v0.0.86
What's Changed
- Added retry for openai.error.ServiceUnavailableError by @Klingefjord in #1022
- add links by @hwchase17 in #1027
- Harrison/makefile by @hwchase17 in #1033
- Chroma persistence by @atroyn in #1028
- Add GooseAI, CerebriumAI, Petals, ForefrontAI by @conceptofmind in #981
- Harrison/standarize prompt loading by @hwchase17 in #1036
- Align table info (#999) by @hwchase17 in #1034
- Harrison/llm integrations by @hwchase17 in #1039
- docs: fix typo in notebook by @mmz-001 in #1046
- bump version to 0086 by @hwchase17 in #1050
New Contributors
- @Klingefjord made their first contribution in #1022
Full Changelog: v0.0.85...v0.0.86
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