rlwjd31
@rlwjd310828
수강평 작성수
2
평균평점
3.0
게시글
질문&답변
SerpAPI 노드 q파라메터 에러
저도 같은 오류가 나서 찾아봤는데 현재 버그가 존재한다고 하네요...버그 링크: https://community.n8n.io/t/serpapi-tool-failing-in-stable-1-117-3/213577 따라서 되는 template을 아래 링크에서 json으로 복사하신 후 n8n workflow에 붙여넣기해서 실행하는게 나을 거 같습니다.https://n8n.io/workflows/1954-ai-agent-chat/ 접속 -> "use for free" click -> "copy template to clipboard(JSON)" 아니면 편하게 JSON 첨부해드릴테니 복사해서 workflow에 붙여넣어보세요!{ "nodes": [ { "parameters": { "options": {} }, "id": "c14e4ed3-e8ce-4f87-a904-06b6b801522e", "name": "When chat message received", "type": "@n8n/n8n-nodes-langchain.chatTrigger", "position": [-64, 48], "webhookId": "53c136fe-3e77-4709-a143-fe82746dd8b6", "typeVersion": 1.1 }, { "parameters": {}, "id": "98953980-ca21-444c-baef-f55969f04921", "name": "Simple Memory", "type": "@n8n/n8n-nodes-langchain.memoryBufferWindow", "position": [288, 272], "typeVersion": 1.3 }, { "parameters": { "model": { "__rl": true, "mode": "list", "value": "gpt-4o-mini" }, "options": {} }, "id": "2ece03d5-92d4-4541-b0d6-3a160cc0fcb2", "name": "OpenAI Chat Model", "type": "@n8n/n8n-nodes-langchain.lmChatOpenAi", "position": [144, 272], "typeVersion": 1.2, "credentials": { "openAiApi": { "id": "jWbfIP2eXC7yhPaa", "name": "OpenAi account" } } }, { "parameters": { "options": {} }, "id": "c6137488-b3ad-4835-8db5-13a9128f5251", "name": "SerpAPI", "type": "@n8n/n8n-nodes-langchain.toolSerpApi", "position": [416, 272], "typeVersion": 1, "credentials": { "serpApi": { "id": "5bvQ0rYFLWtYmpKP", "name": "SerpAPI account" } } }, { "parameters": { "options": {} }, "id": "fe0c6790-45f0-4959-a5cc-ac74d1f28ca2", "name": "AI Agent", "type": "@n8n/n8n-nodes-langchain.agent", "position": [176, 48], "typeVersion": 1.8 } ], "connections": { "When chat message received": { "main": [ [ { "node": "AI Agent", "type": "main", "index": 0 } ] ] }, "Simple Memory": { "ai_memory": [ [ { "node": "AI Agent", "type": "ai_memory", "index": 0 } ] ] }, "OpenAI Chat Model": { "ai_languageModel": [ [ { "node": "AI Agent", "type": "ai_languageModel", "index": 0 } ] ] }, "SerpAPI": { "ai_tool": [ [ { "node": "AI Agent", "type": "ai_tool", "index": 0 } ] ] } }, "pinData": {}, "meta": { "templateCredsSetupCompleted": true, "instanceId": "558d88703fb65b2d0e44613bc35916258b0f0bf983c5d4730c00c424b77ca36a" } }
- 0
- 4
- 191
질문&답변
mac으로 hugging face 양자화 공유합니다.(질문도 있습니다)
아 그렇게 하는군요감사합니다!!! 강의 잘 챙겨보고 있습니다!
- 0
- 2
- 69
질문&답변
html form 형태 전송시 new, edit 등 컨트롤 리소스를 사용하는 이유
강의 중간에 HTML FORM은 GET, POST외에 Ajax를 사용하면 다른 http method를 사용할 수 있다고 언급하셨어요
- 0
- 2
- 134




