rlwjd31
@rlwjd310828
Reviews Written
2
Average Rating
3.0
Posts
Q&A
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
- 351
Q&A
mac์ผ๋ก hugging face ์์ํ ๊ณต์ ํฉ๋๋ค.(์ง๋ฌธ๋ ์์ต๋๋ค)
์ ๊ทธ๋ ๊ฒ ํ๋๊ตฐ์๊ฐ์ฌํฉ๋๋ค!!! ๊ฐ์ ์ ์ฑ๊ฒจ๋ณด๊ณ ์์ต๋๋ค!
- 0
- 2
- 122
Q&A
html form ํํ ์ ์ก์ new, edit ๋ฑ ์ปจํธ๋กค ๋ฆฌ์์ค๋ฅผ ์ฌ์ฉํ๋ ์ด์
๊ฐ์ ์ค๊ฐ์ HTML FORM์ GET, POST์ธ์ Ajax๋ฅผ ์ฌ์ฉํ๋ฉด ๋ค๋ฅธ http method๋ฅผ ์ฌ์ฉํ ์ ์๋ค๊ณ ์ธ๊ธํ์ จ์ด์
- 0
- 2
- 157




