n8n/packages/@n8n/nodes-langchain/nodes
2025-02-13 15:47:41 +01:00
..
agents fix(AI Agent Node): Move model retrieval into try/catch to fix continueOnFail handling (#13165) 2025-02-13 15:47:41 +01:00
chains fix(AI Agent Node): Move model retrieval into try/catch to fix continueOnFail handling (#13165) 2025-02-13 15:47:41 +01:00
code refactor(core): Shovel around more of AI code (no-changelog) (#12218) 2024-12-16 13:46:19 +01:00
document_loaders refactor: Impose import/order linting rule across nodes packages (no-changelog) (#12314) 2024-12-19 18:46:14 +01:00
embeddings fix(OpenAI Chat Model Node): Fix loading of custom models when using custom credential URL (#12634) 2025-01-17 09:30:02 +01:00
llms refactor(Google Gemini Chat Model Node): Provide custom message mapper to N8nLlmTracing (no-changelog) (#13076) 2025-02-06 17:28:13 +01:00
memory fix(Postgres Chat Memory Node): Do not terminate the connection pool (#12674) 2025-01-17 14:58:19 +01:00
output_parser fix(editor): Nodes' icon color in dark mode (#12279) 2024-12-19 13:05:12 +01:00
retrievers fix(editor): Nodes' icon color in dark mode (#12279) 2024-12-19 13:05:12 +01:00
text_splitters fix(editor): Nodes' icon color in dark mode (#12279) 2024-12-19 13:05:12 +01:00
tools feat(editor): Expose View Execution links for erroneous sub-executions (#13185) 2025-02-13 09:44:52 +01:00
trigger refactor(core): Shovel around more of AI code (no-changelog) (#12218) 2024-12-16 13:46:19 +01:00
vector_store fix(Postgres PGVector Store Node): Release postgres connections back to the pool (#12723) 2025-01-27 11:52:18 +01:00
vendors/OpenAi fix(OpenAI Node): Limit chat history to context window when using memory (#13137) 2025-02-10 15:41:13 +01:00