Releases: langchain-ai/langchainjs
Releases Β· langchain-ai/langchainjs
Release 0.0.99
What's Changed
- Fix wrongly awaited new in LanceDB example by @ksjogo in #1802
- Add oauth access token support to Zapier by @ralewis85 in #1798
- Fix mangled names when deserialising minified classes by @dqbd in #1796
New Contributors
- @ksjogo made their first contribution in #1802
- @ralewis85 made their first contribution in #1798
Full Changelog: 0.0.98...0.0.99
Release 0.0.98
What's Changed
- Release 0.0.97 by @jacoblee93 in #1765
- Update MongoDB Atlas vector search docs by @jacoblee93 in #1772
- mention weaviate as an option by @hsm207 in #1770
- Add streaming support for LLM and Chat Model calls with multiple prompts or completions by @nfcampos in #1760
- update chroma page by @jeffchuber in #1767
- Ensure that run managers are returned from handleLLMStart/handleChatModelStart always in the same order as the prompts passed in by @nfcampos in #1779
- qdrant.ts: add support for QDRANT_API_KEY by @NirantK in #1771
- Adds Vectara integration by @jacoblee93 in #1785
- Add Upstash Redis cache by @ap-1 in #1672
- Optimized Notion Document Loader with Extended Features by @skarard in #1617
- Add missing import to buffer_memory.md by @macalinao in #1788
- Add LanceDB vectorstore by @jacoblee93 in #1787
New Contributors
- @hsm207 made their first contribution in #1770
- @NirantK made their first contribution in #1771
- @ap-1 made their first contribution in #1672
- @macalinao made their first contribution in #1788
Full Changelog: 0.0.97...0.0.98
Release 0.0.97
What's Changed
- Release 0.0.96 by @nfcampos in #1701
- Add eval mode by @vowelparrot in #1702
- Fix run on dataset errors from one run interrupting other runs by @nfcampos in #1721
- Add tags to agent executor on initialize by @nfcampos in #1722
- Supports non-utf-8 character sets for Cheerio by @flybluewolf in #1736
- Add function_call to the request to chat open ai. by @july1997 in #1709
- Added exporting of SQL prompts by @TanishkaSingh99 in #1680
- Update outputParser.ts - Fix TypeError by @aaronfonseca in #1674
- Update session references to project by @vowelparrot in #1729
- Include call options in invocation params (sent to tracer) by @nfcampos in #1746
- Move unstructured strategy flag to formData. by @thundo in #1745
- Make the TextSplitter in WebBrowser Tool configurable by @galabra in #1748
- Update databerry.md by @weisisheng in #1742
- docs: New experimental UI for Mendable Search by @nickscamara in #1724
- split up batch runs for llms and chat models in generate by @agola11 in #1707
- Bug fix: zepMemory needs to return memorykey:[] and not empty string β¦ by @rsharath in #1684
- Downgrade decamelize for browser compatibility by @lushiyun in #1762
- added APIchain headers example and fixed an error in dynamic tool example. by @SrilalS in #1678
- Refactor how the Google Vertex AI PaLM Codey code- models are implemented by @afirstenberg in #1730
- Add support for Google Vertex AI PaLM Codey codechat- models. by @afirstenberg in #1728
New Contributors
- @flybluewolf made their first contribution in #1736
- @july1997 made their first contribution in #1709
- @TanishkaSingh99 made their first contribution in #1680
- @aaronfonseca made their first contribution in #1674
- @thundo made their first contribution in #1745
- @galabra made their first contribution in #1748
- @weisisheng made their first contribution in #1742
- @lushiyun made their first contribution in #1762
- @SrilalS made their first contribution in #1678
Full Changelog: 0.0.96...0.0.97
Release 0.0.96
What's Changed
- Release by @nfcampos in #1650
- Remove extra log by @emilsedgh in #1655
- bugfix: ajust batchSize for azure embeddings by @zhaoce in #1647
- handle managed motorhead data key by @softboyjimbo in #1652
- Add Run Evaluators + QA Eval Chain by @vowelparrot in #1577
- Fix example for chatanthropic, Fix LLMChain cancellation when using memory, Allow any chain to be cancelled by @nfcampos in #1686
- Add dev container readme by @bamurtaugh in #1657
- Include placeholder value for all secrets used, not just those in kwargs by @nfcampos in #1696
- Fix: Updated tiktoken to 1.0.7 and add gpt-3.5-turbo-16k to model token size. by @ppramesi in #1679
- Add TransformChain and OpenAIFunctionsChains by @nfcampos in #1668
- Nc/llmchain functions by @nfcampos in #1699
New Contributors
- @zhaoce made their first contribution in #1647
- @bamurtaugh made their first contribution in #1657
Full Changelog: 0.0.95...0.0.96
Release 0.0.95
What's Changed
- Release 0.0.94 by @nfcampos in #1632
- Export the agent by @emilsedgh in #1636
- Fix calling chain.run() with memory by @nfcampos in #1642
- Memory support for OpenAI Functions Agent by @emilsedgh in #1638
- Update integrations.mdx by @sachio222 in #1633
- Fix token count in map reduce to reflect the actual tokens used in the final prompt by @nfcampos in #1645
- Add more docs for calling chatopenai with functions by @nfcampos in #1646
- Add docs for tags by @nfcampos in #1648
- Feat: typesense vector store by @tomi-mercado in #1244
New Contributors
- @tomi-mercado made their first contribution in #1244
Full Changelog: 0.0.94...0.0.95
Release 0.0.94
What's Changed
Full Changelog: 0.0.93...0.0.94
Release 0.0.93
What's Changed
- Release 0.0.92 by @jacoblee93 in #1576
- Add Trace Grouping Helper by @vowelparrot in #1565
- Use SDK Package for LCP Client by @vowelparrot in #1549
- Fix lint by @jacoblee93 in #1580
- Add Example for Trace Groups by @vowelparrot in #1591
- Use LCP Client in Tracer by @vowelparrot in #1596
- Fix typo by @timqian in #1585
- Adds docker compose file for integration testing deps by @jacoblee93 in #1579
- ci: ensure ci step uses yarn 2.x, cache dependencies by @dqbd in #1437
- Fix for callback issue in
MapReduceDocumentsCombineChain
by @yuku in #1572 - fix input keys in refine and stuff chains by @FluffyKebab in #1354
- Add pagination to GoogleVertexAIEmbeddings by @jaclar in #1590
- Add option to process callbacks in the background globally or per handler by @nfcampos in #1392
- Adjust batch size for azure embeddings by @nfcampos in #1598
- GoogleVertexAI "Codey" support for code-bison and code-gecko models by @afirstenberg in #1582
- Docstore updates - change base class and add GoogleCloudStorage Docstore by @afirstenberg in #1564
- Fix docs typo from
unstructuredClone
tostructuredClone
by @MaxMusing in #1603 - Upgrade SDK Version by @vowelparrot in #1620
- Improved build environment compatibility by @skarard in #1615
- feat: Add support for the Solidity language by @0xJord4n in #1616
- Add Aleph Alpha LLM by @paaatrrrick in #1609
- New Feat: Added Weaviate self-query retriever by @ppramesi in #1541
New Contributors
- @timqian made their first contribution in #1585
- @FluffyKebab made their first contribution in #1354
- @MaxMusing made their first contribution in #1603
- @skarard made their first contribution in #1615
- @0xJord4n made their first contribution in #1616
Full Changelog: 0.0.92...0.0.93
Release 0.0.92
What's Changed
- Release 0.0.91 by @jacoblee93 in #1534
- Fix formatting by @jacoblee93 in #1535
- fixed a few examples which are missing
await
statement by @ruanyl in #1545 - fix #1475 update faiss-node to catch native exception by @ewfian in #1546
- remove interface dependency for milvus sdk by @shanghaikid in #1552
- improving MongoDBAtlasVectorSearch vectorstore and normalizing its name with the python package by @P-E-B in #1503
- Include memory key when getMemory returns NotFoundError. by @chrisle in #1540
- Allows passing more options to self-query retriever's fromLLM by @ppramesi in #1524
- Use swc-loader to build docs instead of babel-loader by @jacoblee93 in #1568
- fix: pass all prior inputs in sequential chains by @miladh in #1508
- New Feat: Added HNSWLib and in-memory self-query retriever by @ppramesi in #1543
- New Feat: Added Supabase self query retriever. by @ppramesi in #1544
- Adds managed Motorhead by @jacoblee93 in #1561
- Fix: Chroma and Pinecone integration tests & standalone translator classes by @ppramesi in #1542
New Contributors
- @ruanyl made their first contribution in #1545
- @P-E-B made their first contribution in #1503
- @chrisle made their first contribution in #1540
- @miladh made their first contribution in #1508
Full Changelog: 0.0.91...0.0.92
Release 0.0.91
What's Changed
- Release 0.0.90 by @jacoblee93 in #1522
- Update docs with a memory + returnSourceDocuments example and test by @jacoblee93 in #1527
- Adds streaming example to the conversational retrieval QA chain docs by @jacoblee93 in #1533
- Adds pipeline prompt by @jacoblee93 in #1526
Full Changelog: 0.0.90...0.0.91
Release 0.0.90
What's Changed
- Release 0.0.89 by @jacoblee93 in #1514
- change tracer to use post/patch by @agola11 in #1504
- Remove redundant title from PR template by @jacoblee93 in #1520
- Add pinecone metadata string array support by @jaclar in #1518
- Upgrade Chroma to 1.5.2 by @Russell-Pollari in #1515
- AI21 Labs Integration by @paaatrrrick in #1505
- add typeorm vectorstore by @MaximeThoonsen in #1436
- feat: Add filter support for Prisma by @erictt in #1234
New Contributors
- @jaclar made their first contribution in #1518
- @Russell-Pollari made their first contribution in #1515
- @paaatrrrick made their first contribution in #1505
- @erictt made their first contribution in #1234
Full Changelog: 0.0.89...0.0.90