Releases: langchain-ai/langchain
Releases Β· langchain-ai/langchain
v0.0.96
What's Changed
- Documentation: Minor typo fixes by @eyurtsev in #1327
- feat: document loader for image files by @MthwRobinson in #1330
- Add new iFixit document loader by @timothyasp in #1333
- partial variables by @hwchase17 in #1308
- bump version by @hwchase17 in #1342
Full Changelog: v0.0.95...v0.0.96
v0.0.95
What's Changed
- fix imports by @hwchase17 in #1288
- ruff ruff by @hwchase17 in #1203
- add example of using agent with vectorstores by @hwchase17 in #1285
- improve docs by @hwchase17 in #1309
- copy paste loader by @hwchase17 in #1302
- add CoNLL-U document loader by @IngoKl in #1297
- Fix use case sentence for bash util doc by @caseyfitz in #1295
- Harrison/banana fix by @hwchase17 in #1311
- Avoid IntegrityError for SQLiteCache updates by @ahoho in #1286
- Making it possible to use "certainty" as a parameter for the weaviate similarity_search by @mpuig in #1218
- Harrison/atlas db by @hwchase17 in #1315
- Harrison/deeplake by @hwchase17 in #1316
- Update agent_vectorstore.ipynb by @akshayvkt in #1318
- Harrison/indexing pipeline by @hwchase17 in #1317
- bump version to 0.0.95 by @hwchase17 in #1324
New Contributors
- @IngoKl made their first contribution in #1297
- @caseyfitz made their first contribution in #1295
- @ahoho made their first contribution in #1286
- @mpuig made their first contribution in #1218
Full Changelog: v0.0.94...v0.0.95
v0.0.94
What's Changed
- added caching and properties docs by @chitalian in #1255
- docs: remove nltk download steps by @MthwRobinson in #1253
- fix bug with length function by @hwchase17 in #1257
- searx: add
query_suffix
parameter by @blob42 in #1259 - Add Writer, Banana, Modal, StochasticAI by @conceptofmind in #1270
- Harrison/source docs by @hwchase17 in #1275
- adding .ipynb loader and documentation Fixes #1248 by @klein-t in #1252
- Harrison/errors by @hwchase17 in #1276
- Harrison/fb loader by @hwchase17 in #1277
- Harrison/logprobs by @hwchase17 in #1279
- Harrison/cohere params by @hwchase17 in #1278
- cleanup by @hwchase17 in #1274
- feat: document loader for MS Word documents by @MthwRobinson in #1282
- bump version to 0094 by @hwchase17 in #1280
Full Changelog: v0.0.93...v0.0.94
v0.0.93
What's Changed
- searx: remove duplicate param by @blob42 in #1219
- Correct typo in "Question Answering" How-To Guide by @nosas in #1221
- Fix typo in constitutional_ai base.py by @djacobs7 in #1216
- fix sqlite internal tables breaking table_info by @jzluo in #1224
- Update petals.md by @eltociear in #1225
- Fixing typo in loading.py by @klein-t in #1235
- add aleph alpha llm by @aletna in #1207
- Update key_concepts.md (#1209) by @hwchase17 in #1237
- Don't instruct LLM to use the LIMIT clause, which is incompatible with SQL Server by @jzluo in #1242
- add ifttt tool by @hwchase17 in #1244
- fix to specific language transcript by @satoru814 in #1231
- docs: add Graphsignal ecosystem page by @dmelikyan in #1228
- Add DeepInfra LLM support by @ichernev in #1232
- bump version to 0093 by @hwchase17 in #1251
New Contributors
- @nosas made their first contribution in #1221
- @djacobs7 made their first contribution in #1216
- @klein-t made their first contribution in #1235
- @satoru814 made their first contribution in #1231
- @dmelikyan made their first contribution in #1228
- @ichernev made their first contribution in #1232
Full Changelog: v0.0.92...v0.0.93
v0.0.92
What's Changed
- clean up text splitting docs by @hwchase17 in #1184
- Harrison/text splitter docs by @hwchase17 in #1188
- Refactor some loops into list comprehensions by @zachschillaci27 in #1185
- Allow k to be higher than doc size in max_marginal_relevance_search by @whitead in #1187
- Add Support for OpenSearch Vector database by @naveentatikonda in #1191
- Add a StdIn "Interaction" Tool by @hinthornw in #1193
- add gitbook document loader by @aletna in #1180
- Default Chroma collection name by @atroyn in #1198
- added ability to override default verbose and memory when load chain β¦ by @fpingham in #1153
- Harrison/add documents by @hwchase17 in #1197
- HuggingFaceEndpoint: Correct Example for ImportError by @KonstantinHebenstreit in #1176
- move serpapi wrapper by @hwchase17 in #1199
- catch networkx error by @hwchase17 in #1201
- rfc: callback changes by @hwchase17 in #1165
- Harrison/updating docs by @hwchase17 in #1196
- Harrison/unstructured io by @hwchase17 in #1200
- add docs for chroma persistance by @hwchase17 in #1202
- docs: add quotes to
unstructured[local-inference]
install instructions by @MthwRobinson in #1208 - bump version 0092 by @hwchase17 in #1204
New Contributors
- @naveentatikonda made their first contribution in #1191
- @KonstantinHebenstreit made their first contribution in #1176
Full Changelog: v0.0.91...v0.0.92
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