Henry Heng
96a57a58e7
Refractor/SecureZodSchemaParser ( #4898 )
...
* refactor: Implement SecureZodSchemaParser for safe Zod schema handling and add FilterParser for Supabase filters
* Replaced direct Zod schema evaluation with SecureZodSchemaParser in StructuredOutputParserAdvanced and CustomTool.
* Introduced FilterParser to safely handle Supabase filter strings, preventing arbitrary code execution.
* Added new filterParser.ts file to encapsulate filter parsing logic.
* Updated Supabase vector store to utilize the new FilterParser for RPC filters.
* Created secureZodParser.ts for secure parsing of Zod schemas.
* remove console log
2025-07-19 01:11:31 +01:00
Jérémy JOURDIN
0381a99c4d
[Feature] Repair JSON from LLM in StructuredOutputParserAdvanced ( #3723 )
...
Repair JSON from LLM in StructuredOutputParserAdvanced
Co-authored-by: Henry <hzj94@hotmail.com >
2024-12-21 12:51:56 +00:00
Henry Heng
3e54d53692
Feat/update ollama for function calling ( #2892 )
...
update ollama for function calling
2024-07-27 01:29:36 +01:00
Henry Heng
bca4de0c63
Feature/seq agents ( #2798 )
...
* update build functions
* sequential agents
* update langchain to 0.2, added sequential agent nodes
* add marketplace templates
* update howto wordings
* Merge branch 'main' into feature/Seq-Agents
# Conflicts:
# pnpm-lock.yaml
* update deprecated functions and add new sequential nodes
* add marketplace templates
* update marketplace templates, add structured output to llm node
* add multi agents template
* update llm node with bindmodels
* update cypress version
* update templates sticky note wordings
* update tool node to include human in loop action
* update structured outputs error from models
* update cohere package to resolve google genai pipeThrough bug
* update mistral package version, added message reconstruction before invoke seq agent
* add HITL to agent
* update state messages restructuring
* update load and split methods for s3 directory
2024-07-22 17:46:14 +01:00
Henry
5a45a99620
Merge branch 'main' into chore/Upgrade-LC-version
2024-02-19 17:39:32 +08:00
Kenny Vaneetvelde
90e6a804e4
Make the zod schema a main parameter instead of an additional param
2024-02-06 13:02:30 +01:00
Kenny Vaneetvelde
62f70ab6ef
Revert the changes to the original parser & template
2024-02-03 21:25:26 +01:00
Kenny Vaneetvelde
95b251f02a
Make it a separate node instead
2024-02-03 21:22:49 +01:00
Kenny Vaneetvelde
288e451161
Improve flexibility of the structured output parser by allowing the user to input an example JSON and automatically converting it to a zod scheme
2024-02-03 19:43:44 +01:00
Henry
02fe500f21
Merge branch 'main' into chore/Upgrade-LC-version
...
# Conflicts:
# packages/components/nodes/cache/RedisCache/RedisCache.ts
# packages/components/nodes/cache/RedisCache/RedisEmbeddingsCache.ts
# packages/components/nodes/chains/ConversationChain/ConversationChain.ts
# packages/components/nodes/tools/RetrieverTool/RetrieverTool.ts
# packages/components/nodes/vectorstores/Qdrant/Qdrant.ts
# packages/components/nodes/vectorstores/Redis/Redis.ts
# packages/components/nodes/vectorstores/Redis/RedisSearchBase.ts
# packages/components/nodes/vectorstores/Redis/Redis_Existing.ts
# packages/components/nodes/vectorstores/Redis/Redis_Upsert.ts
# packages/components/src/agents.ts
2024-01-31 00:25:37 +00:00
Henry
4d6881b506
add return source documens to retriever tool
2024-01-30 14:12:55 +00:00
Henry
0606d2c6dd
upgrade langchain version 0.1.0
2024-01-26 23:41:55 +00:00
abhishekshankr
5847f25464
updated memory and out parser icons
2023-12-18 03:42:06 -05:00
Henry
12c688aae0
update langchain version
2023-11-24 14:29:50 +00:00
vinodkiran
74b7033c41
Change of category name for output parsers
2023-11-03 08:41:16 +05:30
Henry
82074ee7a1
add datagrid field type
2023-10-31 22:12:09 +00:00
Henry
f57a08f59b
disabled ouput parser streaming
2023-10-31 14:07:29 +00:00
Henry
8857530f29
return JSON output in the chat
2023-10-29 10:27:04 +00:00
vinodkiran
aa2075d60b
AutoFixOutputParser: Addition of Autofix option for all output parsers
2023-10-28 13:59:32 +05:30
vinodkiran
6159fa57ef
Code cleanup and minor fixes.
2023-10-26 10:12:51 +05:30
vinodkiran
b8b8f09bbc
Addition of OutputParser for FewShotPromptTemplate
2023-10-25 19:52:50 +05:30
vinodkiran
4654f69951
New Feature - Output Parsers
2023-10-23 13:16:12 +05:30