Releases: langchain-ai/langchainjs
Releases Β· langchain-ai/langchainjs
Release 0.0.129
What's Changed
- Release 0.0.128 by @jacoblee93 in #2282
- zep/VectorStore MMR + bugfixes by @danielchalef in #2293
- Adds runnables with fallbacks by @jacoblee93 in #2292
- Adds embeddings cache and BaseStore by @jacoblee93 in #2279
- Adds docstrings to runnables by @jacoblee93 in #2295
Full Changelog: 0.0.128...0.0.129
Release 0.0.128
What's Changed
- Release 0.0.127 by @jacoblee93 in #2249
- Improve function calling docs by @jacoblee93 in #2252
- Fix Ollama defaults for Node 18 by @jacoblee93 in #2266
- Better Ollama defaults by @jacoblee93 in #2269
- Fix streaming errors in Node (Express, Next, etc.) environments by @rishi-raj-jain in #2132
- Minor gramma fix + added docs to make chat_history available to retrieval qaChain by @l4b4r4b4b4 in #2260
- fix loose metadata when retrieve from Chroma by @imsamurai in #2273
- Add @mozilla/readability as document transformer by @BjoernRave in #2262
- Feat: add mergeFrom and fromIndex in FaissStore by @neebdev in #2250
- feat: Parallelize the GithubRepoLoader by @yroc92 in #2224
- add sap hana support for sql chains and agents by @willemi069808 in #2218
- Add Amazon Bedrock LLM endpoint integration by @vitaly-ps in #2210
- Mark retriever tool input schema as required by @jacoblee93 in #2280
- Fix addDocuments ids by @6mdx in #2276
- Fixes: Self-query fixes by @ppramesi in #2255
- Optional 'user' input param for OpenAI API by @ilyasubkhankulov in #2270
New Contributors
- @rishi-raj-jain made their first contribution in #2132
- @imsamurai made their first contribution in #2273
- @BjoernRave made their first contribution in #2262
- @yroc92 made their first contribution in #2224
- @willemi069808 made their first contribution in #2218
- @vitaly-ps made their first contribution in #2210
- @6mdx made their first contribution in #2276
- @ilyasubkhankulov made their first contribution in #2270
Full Changelog: 0.0.127...0.0.128
Release 0.0.127
What's Changed
- Release 0.0.126 by @jacoblee93 in #2242
- fix(qa-doc): rename vectorstore to vectorStore by @BParvatkar in #2243
- Adds output parser docs by @jacoblee93 in #2247
- Adds templates to getting started section by @jacoblee93 in #2246
- feat: Add Raycast AI support by @Alireza29675 in #2049
- feat/ZepVectorStore + zepjs upgrade and mods by @danielchalef in #2238
- Adds inferred generic type parameters for prompts by @jacoblee93 in #1528
- Fix lint by @jacoblee93 in #2248
New Contributors
- @BParvatkar made their first contribution in #2243
- @danielchalef made their first contribution in #2238
Full Changelog: 0.0.126...0.0.127
Release 0.0.126
What's Changed
- Release 0.0.125 by @jacoblee93 in #2212
- Add consistent timeout for Vectara API calls by @3eif in #2209
- Feature - add delete function for Milvus DB by @GalO005 in #2185
- Adds base case for functional translator filter by @jacoblee93 in #2223
- docs: (Mendable) Fixes it getting stuck when tabbing out by @nickscamara in #2233
- Add context sentence config for Vectara search by @3eif in #2230
- Fix TFJS build docs by @jacoblee93 in #2237
- Xata as a chat message memory store by @tsg in #2217
- Adds parent document retriever by @jacoblee93 in #2234
- Add optional client options to Anthropic sdk to allow overridable default headers by @colegottdank in #2222
- Adds community page to docs, fix lint by @jacoblee93 in #2239
- Add support for weaviate multi tenancy by @mbennett-talentnet in #2231
New Contributors
- @colegottdank made their first contribution in #2222
- @mbennett-talentnet made their first contribution in #2231
Full Changelog: 0.0.125...0.0.126
Release 0.0.125
What's Changed
- Release 0.0.124 by @jacoblee93 in #2188
- fix non saving chroma loc by @tonisives in #2068
- Fix: pass retriever metadata to the filter argument of the Postgres (β¦ by @Nedi11 in #2194
- Update Vectara docs by @3eif in #2200
- Milvus text field max length by @weberwang in #2203
- Add AssemblyAI transcript API as loaders by @Swimburger in #2193
- Add: USearch Vector Store by @ashvardanian in #2180
New Contributors
- @Nedi11 made their first contribution in #2194
- @3eif made their first contribution in #2200
- @weberwang made their first contribution in #2203
- @Swimburger made their first contribution in #2193
- @ashvardanian made their first contribution in #2180
Full Changelog: 0.0.124...0.0.125
Release 0.0.124
What's Changed
- Release 0.0.123 by @jacoblee93 in #2172
- fix loadFromPython failed by @ewfian in #2178
- Adds router runnables by @jacoblee93 in #2175
- Adds Ollama chat model and llm by @jacoblee93 in #2167
- Update docs by @jacoblee93 in #2187
Full Changelog: 0.0.123...0.0.124
Release 0.0.123
What's Changed
- Release 0.0.122 by @jacoblee93 in #2151
- Small docs update by @jacoblee93 in #2152
- Move guide by @jacoblee93 in #2154
- Update code model defaults for code-gecko in GoogleVertexAI by @Yongtae723 in #2153
- Add check to stop empty documents being returned. Fixes #2144 by @simon-fernandes in #2155
- More mathutils by @afirstenberg in #2150
- Allow runnables to implement transform streaming by @jacoblee93 in #2156
- Fix minor typo in memory docs by @EricHasegawa in #2165
- Adding Maximal Marginal Relevance method to MongoDBAtlasVectorSearch by @archie-swif in #2071
- Adds search type to vectorstore retrievers for MMR, adds docs by @jacoblee93 in #2170
New Contributors
- @Yongtae723 made their first contribution in #2153
- @simon-fernandes made their first contribution in #2155
- @EricHasegawa made their first contribution in #2165
Full Changelog: 0.0.122...0.0.123
Release 0.0.122
What's Changed
- Release 0.0.121 by @jacoblee93 in #2134
- Feature - add filter type for Milvus DB by @GalO005 in #2119
- fix(docs): fix abnormal behavior when opening docs submenu by @Tomotoes in #2130
- Update index.mdx by @taolicd in #2135
- Feat: Weaviate delete with filter by @neebdev in #2093
- Update get_started.mdx by @taolicd in #2137
- Fix: Partial Prompt Template docs typo by @jonoise in #2143
- Enterprise support form in airtable by @efriis in #2138
- π§βπ» Make 'QAEvalChain' available. by @clemenspeters in #2145
- Enterprise support form wording by @efriis in #2146
- Remove precommit compilation hook by @jacoblee93 in #2148
- Adds conversational retrieval QA agent by @jacoblee93 in #2147
- Adds runnable bind method by @jacoblee93 in #2139
- Make document transformers runnable, adds HTML to text document transformer by @jacoblee93 in #2149
- Add support for Xata as a vector store by @tsg in #2125
New Contributors
- @Tomotoes made their first contribution in #2130
- @taolicd made their first contribution in #2135
- @neebdev made their first contribution in #2093
- @jonoise made their first contribution in #2143
- @tsg made their first contribution in #2125
Full Changelog: 0.0.121...0.0.122
Release 0.0.121
What's Changed
- Release 0.0.120 by @jacoblee93 in #2121
- Fix docs style by @jacoblee93 in #2122
- Update buffer.mdx by @l4b4r4b4b4 in #2123
- Docs by @jacoblee93 in #2126
- Match Replicate env variable name with Python library by @dqbd in #2127
- Permit generic chat message with role by @dqbd in #2075
- Broader Runnable support, compositional pieces by @jacoblee93 in #2129
New Contributors
- @l4b4r4b4b4 made their first contribution in #2123
Full Changelog: 0.0.120...0.0.121
Release 0.0.120
What's Changed
- Release 0.0.119 by @jacoblee93 in #2117
- Fix Issue 2108: Atlas vector store retriever breaking on getRelevantDocuments by @sdellama in #2120
New Contributors
Full Changelog: 0.0.119...0.0.120