Releases: langchain-ai/langchain
Releases Β· langchain-ai/langchain
v0.0.103
What's Changed
- Allow no token limit for ChatGPT API by @kahkeng in #1481
- Harrison/memory refactor by @hwchase17 in #1478
- Harrison/chat memory by @hwchase17 in #1495
- change to baselanguagemodel by @hwchase17 in #1496
- bump version to 103 by @hwchase17 in #1498
Full Changelog: v0.0.102...v0.0.103
v0.0.102
What's Changed
- fix always verbose on summarization checker by @timothyasp in #1440
- Change method to calculate number of tokens for OpenAIChat by @juankysoriano in #1457
- (rfc) chat models by @hwchase17 in #1424
- bump version to 102 by @hwchase17 in #1471
New Contributors
- @juankysoriano made their first contribution in #1457
Full Changelog: v0.0.101...v0.0.102
v0.0.101
What's Changed
- Minor documentation update in initialize_agent by @eyurtsev in #1397
- [Docs] Add missing word from prompt docs by @jonluca in #1406
- fix sql misinterpretation of % in query by @jzluo in #1408
- [docs] fix minor import error by @timothyasp in #1425
- searx: add install instructions, update doc and notebooks by @blob42 in #1420
- Add PyMuPDF PDF loader by @timothyasp in #1426
- Fix type hint of 'vectorstore_cls' arg in
SemanticSimilarityExampleSelector
by @ktanaka101 in #1427 - Update huggingface_datasets.ipynb by @eltociear in #1417
- Fix an unusual issue that occurs when using OpenAIChat for llm_math by @pengqu123 in #1410
- Harrison/similarity search chroma by @hwchase17 in #1434
- Harrison/simple memory by @hwchase17 in #1435
- cr by @hwchase17 in #1436
New Contributors
- @jonluca made their first contribution in #1406
- @ktanaka101 made their first contribution in #1427
Full Changelog: v0.0.100...v0.0.101
v0.0.100
What's Changed
- Update examples to prevent confusing missing _type warning by @jasongill in #1391
- Return Cohere embeddings as lists of floats by @kacperlukawski in #1394
- Allow the regular openai class to be used for ChatGPT models by @nfcampos in #1393
Full Changelog: v0.0.99...v0.0.100
v0.0.99
What's Changed
- Fix the openaichat example by @yakigac in #1377
- Harrison/summarizer chain by @hwchase17 in #1356
- Harrison/track token usage by @hwchase17 in #1382
- Bug: Fix Python version validation in PythonAstREPLTool by @ryandao in #1373
- Minor grammatical fixes by @lakshyaag in #1325
- add async and streaming support to
OpenAIChat
by @agola11 in #1378 - remove limit clause from prompt for compatibility with ms sql server by @fpingham in #1385
- Add Qdrant named arguments by @kacperlukawski in #1386
- Add
recursive
parameter toDirectoryLoader
by @kacperlukawski in #1389 - bump version to 0.0.99 by @hwchase17 in #1390
New Contributors
- @ryandao made their first contribution in #1373
- @lakshyaag made their first contribution in #1325
Full Changelog: v0.0.98...v0.0.99
v0.0.98
What's Changed
- fix doc names by @hwchase17 in #1354
- chatgpt wrapper by @hwchase17 in #1367
Full Changelog: v0.0.97...v0.0.98
v0.0.97
What's Changed
- add option to use user-defined SQL table info by @jzluo in #1347
- Fix link in summarization.md by @brotchie in #1344
- Fixed arguments passed to InvalidTool.run(). by @kurehajime in #1340
- separate columns by tabs instead of single space in sql sample rows by @jzluo in #1348
- Add a SQL agent for interacting with SQL Databases and JSON Agent for interacting with large JSON blobs by @agola11 in #1150
- sql doc formatting by @jzluo in #1350
- improve docs by @hwchase17 in #1351
- pandas and csv agents by @hwchase17 in #1353
- typo in vectorstores by @cjpurackal in #1362
- bump version to 0097 by @hwchase17 in #1365
New Contributors
- @brotchie made their first contribution in #1344
- @kurehajime made their first contribution in #1340
- @cjpurackal made their first contribution in #1362
Full Changelog: v0.0.96...v0.0.97
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