Commit 185f221
Feature/chat deployment (#40)
* Rename auth method in docs
* fix(core): Fix trim messages mutation bug (langchain-ai#7547)
* release(core): 0.3.31 (langchain-ai#7548)
* fix(community): Updated Embeddings URL (langchain-ai#7545)
* fix(community): make sure guardrailConfig can be added even with anthropic models (langchain-ai#7542)
* docs: Fix PGVectorStore import in install dependencies (TypeScript) example (langchain-ai#7533)
* fix(community): Airtable url (langchain-ai#7532)
* docs: Fix typo in OpenAIModerationChain example (langchain-ai#7528)
* docs: Resolves langchain-ai#7483, resolves langchain-ai#7274 (langchain-ai#7505)
Co-authored-by: jacoblee93 <[email protected]>
* docs: Rename auth method in IBM docs (langchain-ai#7524)
* docs: correct misspelling (langchain-ai#7522)
Co-authored-by: jacoblee93 <[email protected]>
* release(community): 0.3.25 (langchain-ai#7549)
* feat(azure-cosmosdb): add session context for a user mongodb (langchain-ai#7436)
Co-authored-by: jacoblee93 <[email protected]>
* release(azure-cosmosdb): 0.2.7 (langchain-ai#7550)
* fix(ci): Fix build (langchain-ai#7551)
* feat(anthropic): Add Anthropic PDF support (document type) in invoke (langchain-ai#7496)
Co-authored-by: jacoblee93 <[email protected]>
* release(anthropic): 0.3.12 (langchain-ai#7552)
* chore(core,langchain,community): Relax langsmith deps (langchain-ai#7556)
* release(community): 0.3.26 (langchain-ai#7557)
* release(core): 0.3.32 (langchain-ai#7558)
* Release 0.3.12 (langchain-ai#7559)
* fix(core): Prevent cache misses from triggering model start callback runs twice (langchain-ai#7565)
* fix(core): Ensure that cached flag in run extras is only set for cache hits (langchain-ai#7566)
* release(core): 0.3.33 (langchain-ai#7567)
* feat(community): Adds graph_document to export list (langchain-ai#7555)
Co-authored-by: quantropi-minh <[email protected]>
Co-authored-by: jacoblee93 <[email protected]>
* fix(langchain): Fix ZeroShotAgent createPrompt with correct formatted tool names (langchain-ai#7510)
* docs: Add document for AzureCosmosDBMongoChatMessageHistory (langchain-ai#7519)
Co-authored-by: root <root@CPC-yangq-FRSGK>
* fix(langchain): Allow pulling hub prompts with associated models (langchain-ai#7569)
* fix(community,aws): Update handleLLMNewToken to include chunk metadata (langchain-ai#7568)
Co-authored-by: jacoblee93 <[email protected]>
* feat(community): Provide fallback relationshipType in case it is not present in graph_transformer (langchain-ai#7521)
Co-authored-by: quantropi-minh <[email protected]>
Co-authored-by: jacoblee93 <[email protected]>
* docs: Add redirect (langchain-ai#7570)
* fix(langchain,core): Add shim for hub mustache templates with nested input variables (langchain-ai#7581)
* fix(chat-models): honor disableStreaming even for `generateUncached` (langchain-ai#7575)
* release(core): 0.3.34 (langchain-ai#7584)
* feat(langchain): Add hub entrypoint with automatic dynamic entrypoint of models (langchain-ai#7583)
* chore(ollama): Export `OllamaEmbeddingsParams` interface (langchain-ai#7574)
* docs: Clarify tool creation process in structured outputs documentation (langchain-ai#7578)
Co-authored-by: Sahar Shemesh <[email protected]>
Co-authored-by: jacoblee93 <[email protected]>
* fix(community): Set awaitHandlers to true in upstash ratelimit (langchain-ai#7571)
Co-authored-by: Jacob Lee <[email protected]>
* fix(core): Fix trim messages mutation (langchain-ai#7585)
* feat(openai): Make only AzureOpenAI respect Azure env vars, remove class defaults, update withStructuredOutput defaults (langchain-ai#7535)
* fix(community): Make postgresConnectionOptions optional in PostgresRecordManager (langchain-ai#7580)
Co-authored-by: jacoblee93 <[email protected]>
* release(community): 0.3.27 (langchain-ai#7586)
* release(ollama): 0.1.5 (langchain-ai#7587)
* Release 0.3.13 (langchain-ai#7588)
* release(openai): 0.4.0 (langchain-ai#7589)
* release(core): 0.3.35 (langchain-ai#7590)
* fix(ci): Update lock (langchain-ai#7591)
* feat(core): Allow passing returnDirect in tool wrapper params (langchain-ai#7594)
* release(core): 0.3.36 (langchain-ai#7595)
* fix(openai): Revert Azure default withStructuredOutput changes (langchain-ai#7596)
* release(openai): 0.4.1 (langchain-ai#7597)
* feat(openai): Refactor to allow easier subclassing (langchain-ai#7598)
* release(openai): 0.4.2 (langchain-ai#7599)
* feat(deepseek): Adds Deepseek integration (langchain-ai#7604)
* release(deepseek): 0.0.1 (langchain-ai#7608)
* feat: update Novita AI doc (langchain-ai#7602)
* Add deployment chat to chat class
* feat(langchain): Add DeepSeek to initChatModel (langchain-ai#7609)
* Release 0.3.14 (langchain-ai#7611)
* fix: Add test for pdf uploads anthropic (langchain-ai#7613)
* feat: Update google genai to support file uploads (langchain-ai#7612)
* chore(google-genai): Drop .only in test (langchain-ai#7614)
* release(google-genai): 0.1.7 (langchain-ai#7615)
* Upadate Watsonx sdk
* fix(core): Fix stream events bug when errors are thrown too quickly during iteration (langchain-ai#7617)
* release(core): 0.3.37 (langchain-ai#7619)
* fix(langchain): Fix Groq import for hub (langchain-ai#7620)
* docs: update README/intro
* Release 0.3.15
* feat(community): improve support for Tavily search tool args (langchain-ai#7561)
* feat(community): Add boolean metadata type support in Supabase structured query translator (langchain-ai#7601)
* feat(google-genai): Add support for fileUri in media type in Google GenAI (langchain-ai#7621)
Co-authored-by: Jacob Lee <[email protected]>
* release(google-genai): 0.1.8 (langchain-ai#7628)
* release(community): 0.3.28 (langchain-ai#7629)
* Rework interfaces in llms as well
* Bump watsonx-ai sdk version
* Remove unused code
* Add fake auth
* Fix broken changes
---------
Co-authored-by: Jacob Lee <[email protected]>
Co-authored-by: Jacky Chen <[email protected]>
Co-authored-by: Mohamed Belhadj <[email protected]>
Co-authored-by: Brian Ploetz <[email protected]>
Co-authored-by: Eduard-Constantin Ibinceanu <[email protected]>
Co-authored-by: Jonathan V <[email protected]>
Co-authored-by: ucev <[email protected]>
Co-authored-by: crisjy <[email protected]>
Co-authored-by: Adham Badr <[email protected]>
Co-authored-by: Minh Ha <[email protected]>
Co-authored-by: quantropi-minh <[email protected]>
Co-authored-by: Chi Thu Le <[email protected]>
Co-authored-by: fatmelon <[email protected]>
Co-authored-by: root <root@CPC-yangq-FRSGK>
Co-authored-by: Mohamad Mohebifar <[email protected]>
Co-authored-by: David Duong <[email protected]>
Co-authored-by: Brace Sproul <[email protected]>
Co-authored-by: Matus Gura <[email protected]>
Co-authored-by: Sahar Shemesh <[email protected]>
Co-authored-by: Sahar Shemesh <[email protected]>
Co-authored-by: Cahid Arda Öz <[email protected]>
Co-authored-by: Jason <[email protected]>
Co-authored-by: vbarda <[email protected]>
Co-authored-by: Vadym Barda <[email protected]>
Co-authored-by: Hugo Borsoni <[email protected]>
Co-authored-by: Arman Ghazaryan <[email protected]>
Co-authored-by: Andy <[email protected]>1 parent 82a239e commit 185f221
File tree
137 files changed
+3956
-2026
lines changed- docs/core_docs
- docs
- concepts
- how_to
- integrations
- chat
- memory
- platforms
- examples
- src
- chains
- embeddings
- convex
- guides/evaluation/agent_trajectory
- llms
- memory
- models
- chat
- llm
- tools
- langchain-core
- src
- callbacks
- language_models
- tests
- messages
- tests
- prompts
- tests
- runnables
- tests
- tools
- tracers
- langchain
- src
- agents
- mrkl
- tests
- chains
- router/tests
- sql_db
- chat_models
- tests
- hub
- tests
- load
- tests
- __snapshots__
- memory/tests
- tests
- libs
- langchain-anthropic/src/tests
- langchain-aws/src
- langchain-community
- src
- callbacks/handlers
- chat_models/bedrock
- experimental/graph_transformers
- graphs
- tests
- indexes
- load
- structured_query
- tests
- tools
- langchain-deepseek
- scripts
- src
- tests
- langchain-google-genai
- src
- tests
- utils
- langchain-groq/src
- langchain-ollama
- src
- langchain-openai
- src
- azure
- tests
- azure
- langchain-xai/src
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
137 files changed
+3956
-2026
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
| 46 | + | |
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
82 | | - | |
| 82 | + | |
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
| |||
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
93 | | - | |
94 | | - | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
95 | 101 | | |
96 | 102 | | |
97 | 103 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
105 | | - | |
| 105 | + | |
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
392 | 392 | | |
393 | 393 | | |
394 | 394 | | |
395 | | - | |
| 395 | + | |
396 | 396 | | |
397 | 397 | | |
398 | 398 | | |
| |||
635 | 635 | | |
636 | 636 | | |
637 | 637 | | |
638 | | - | |
| 638 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
| 252 | + | |
| 253 | + | |
| 254 | + | |
| 255 | + | |
| 256 | + | |
| 257 | + | |
| 258 | + | |
| 259 | + | |
| 260 | + | |
| 261 | + | |
| 262 | + | |
| 263 | + | |
| 264 | + | |
| 265 | + | |
| 266 | + | |
| 267 | + | |
| 268 | + | |
| 269 | + | |
| 270 | + | |
| 271 | + | |
| 272 | + | |
| 273 | + | |
| 274 | + | |
| 275 | + | |
| 276 | + | |
| 277 | + | |
| 278 | + | |
| 279 | + | |
| 280 | + | |
| 281 | + | |
| 282 | + | |
| 283 | + | |
| 284 | + | |
| 285 | + | |
| 286 | + | |
| 287 | + | |
| 288 | + | |
| 289 | + | |
| 290 | + | |
| 291 | + | |
| 292 | + | |
| 293 | + | |
| 294 | + | |
| 295 | + | |
| 296 | + | |
| 297 | + | |
| 298 | + | |
| 299 | + | |
| 300 | + | |
| 301 | + | |
| 302 | + | |
| 303 | + | |
| 304 | + | |
| 305 | + | |
| 306 | + | |
| 307 | + | |
| 308 | + | |
| 309 | + | |
| 310 | + | |
| 311 | + | |
| 312 | + | |
0 commit comments