[ AI ] 개인 GPT? ollama exaone설치
약 1달 전 ChatGPT 구독을 해지하고 Cursor로 갈아탔다. 이유는 GPT가 멍청해져서? "믿었던 챗GPT가 환각률 48%라니...", 챗GPT 어쩌나테크크런치 오픈AI 사내 벤치마크서 나온 환각율 보도챗GPT o3, 환각률
525easy.tistory.com
Ollama로 엑사원을 설치하긴 했는데... 사실상 내가 원하는 기능보다는 사실상 심심이 정도 아닐까 싶다.
LM Studio의 경우 GUI로 편하게 할 수 있었다는데... 컴퓨터가 안좋으니 별 수 없다.
그래서 이것저것 찾아보던 중 Flowise라는 것을 발견했다.
GitHub - FlowiseAI/Flowise: Build AI Agents, Visually
Build AI Agents, Visually. Contribute to FlowiseAI/Flowise development by creating an account on GitHub.
github.com
오픈소스이고 깃허브로 다운을 받을 수 있다니 얼마나 좋은가
일단 파이썬도 못하고 AI? 모른다. 그런데 예를 들면 실시간 정보 검색이라던가, 내가 파일을 제공한다던가...
여러 서비스들에 익숙해져 버렸기 때문에 그런 것들을 만들어줘야 했다.
Flowise는 위 이미지처럼 노드로 워크플로우를 구축할 수 있는 그런건데...
워크플로우를 json으로도 내보낼 수 있다 하니 노트북과 데스크탑 중 한군데서만 만들어주면 될 것이다.
이렇게 검색만 해도 엄청 많은 정보가 나왔다.
근데 인생은 역시 쉽지 않았다.
이녀석이 친절하게 알려준 것도 있는데, 사실 블로그도 뭐 잘 나와있다. 근데 인생이 쉽지 않은게
이놈은 분명 Readme에 저렇게만 하면 된다고 하고, 필수인 Node.js 는 18.15.0 이상이면 된다는 식으로 표기 되어있다.
그래서 Node.js 설치 페이지를 갔더니...
도커니 뭐니 뭔가 많이 적혀있어서 혼란스러운 와중
아무 것도 모르는 나는 냅다 들어가서 아래 초록 부분의 Windows 설치 프로그램을 받았고...
실제로 설치까지 완료를 했다. 근데 막상 실행하려고 하니?
C:\Users\Won\Desktop\ScenarioAgent>flowise start
» ModuleLoadError: [MODULE_NOT_FOUND] require failed to load
» C:\Users\Won\AppData\Roaming\npm\node_modules\flowise\dist\commands\start.js: Cannot find module
» '@opentelemetry/exporter-trace-otlp-grpc'
» Require stack:
» - C:\Users\Won\AppData\Roaming\npm\node_modules\flowise\node_modules\flowise-components\dist\src\handler.js
» - C:\Users\Won\AppData\Roaming\npm\node_modules\flowise\node_modules\flowise-components\dist\src\index.js
» - C:\Users\Won\AppData\Roaming\npm\node_modules\flowise\dist\utils\index.js
» - C:\Users\Won\AppData\Roaming\npm\node_modules\flowise\dist\index.js
» - C:\Users\Won\AppData\Roaming\npm\node_modules\flowise\dist\commands\start.js
» - C:\Users\Won\AppData\Roaming\npm\node_modules\flowise\node_modules\@oclif\core\lib\module-loader.js
» - C:\Users\Won\AppData\Roaming\npm\node_modules\flowise\node_modules\@oclif\core\lib\config\plugin.js
» - C:\Users\Won\AppData\Roaming\npm\node_modules\flowise\node_modules\@oclif\core\lib\config\config.js
» - C:\Users\Won\AppData\Roaming\npm\node_modules\flowise\node_modules\@oclif\core\lib\config\index.js
» - C:\Users\Won\AppData\Roaming\npm\node_modules\flowise\node_modules\@oclif\core\lib\command.js
» - C:\Users\Won\AppData\Roaming\npm\node_modules\flowise\node_modules\@oclif\core\lib\index.js
» - C:\Users\Won\AppData\Roaming\npm\node_modules\flowise\bin\run
» Code: MODULE_NOT_FOUND
위와 같은 에러가 잔뜩 튀어 나왔다.
당연히 새로운 파트너에게 문의를 했고
재설치를 진행했고,
여전히 발생했다. 슬슬 화가 나는데, 이게 LM Studio처럼 하드웨어가 딸린 것도 아니고, 설치 자체가 안되니 답답해졌다.
일단 흠...3까지 발생 뒤 설마 데스크탑이 문제인가 싶어서 노트북으로도 진행을 시작했다.
결국 지금부터는 x2의 과정
뭔가 뭐 바꾸라고 할 때마다 바꿨는데도 전혀 해결이 되지 않는다.
이후 약 4번정도 더 진행 후 결국 구글에 검색을 진행했다. 그때...
10화 Flowise 설치 문제
원인은 대부분 Node.js 버전 때문입니다 | Flowise를 설치하려다 문제를 겪는 분들이 생각보다 많다. 이런 메시지를 자주 받는데, 대부분 한 가지 원인으로 귀결된다. 바로 Node.js 버전 문제다. 최근
brunch.co.kr
구세주가 등장했다.
거의 대부분 Flowise 설치 블로그를 보면 그냥 "LTS 받으셈" 이러는데, Node.js의 버전 문제란다.
결국 구세주를 통해 설치를 완료 했다.
잼민이는 안믿었으나, 구세주의 글에 있는 18, 19, 20만 지원한다더라 라고 보내니 알겠다고 하더라
구세주의 글에 있는 NVM의 경우 아래 링크를 들어가면 된다.
Releases · coreybutler/nvm-windows
A node.js version management utility for Windows. Ironically written in Go. - coreybutler/nvm-windows
github.com
릴리즈 경로인데, 최신꺼 exe 파일 받은 뒤 실행해서 설치하면 된다. 그 이후는 구세주의 글처럼 진행
PS C:\Users\Won\Desktop\Agent> npx flowise start
2025-06-25 01:04:50 [INFO]: Starting Flowise...
2025-06-25 01:04:50 [INFO]: 📦 [server]: Data Source initialized successfully
2025-06-25 01:04:51 [INFO]: 🔄 [server]: Database migrations completed successfully
2025-06-25 01:04:51 [INFO]: 🔐 [server]: Identity Manager initialized successfully
2025-06-25 01:05:34 [INFO]: 🔧 [server]: Nodes pool initialized successfully
2025-06-25 01:05:34 [INFO]: ⏹️ [server]: Abort controllers pool initialized successfully
2025-06-25 01:05:34 [INFO]: 🔑 [server]: Encryption key initialized successfully
2025-06-25 01:05:34 [INFO]: 🚦 [server]: Rate limiters initialized successfully
2025-06-25 01:05:34 [INFO]: 💾 [server]: Cache pool initialized successfully
2025-06-25 01:05:34 [INFO]: 📊 [server]: Usage cache manager initialized successfully
2025-06-25 01:05:34 [INFO]: 📈 [server]: Telemetry initialized successfully
2025-06-25 01:05:34 [INFO]: 🌊 [server]: SSE Streamer initialized successfully
2025-06-25 01:05:34 [INFO]: 🎉 [server]: All initialization steps completed successfully!
2025-06-25 01:05:34 [INFO]: ⚡️ [server]: Flowise Server is listening at :3000
일단 실행 자체는 5분 안으로 끝났다. 저러고 가만히 있으면 아무것도 못한다.
http://localhost:3000/
엣지던 크롬이던 파이어폭스건 위 코드를 주소창에 넣어주면 된다.
최초에 실행하면 계정을 만들라는 페이지가 나오는데,
로그아웃 후 로그인 하려면 메일 주소와 비번을 요구하니 가짜 이메일은 적는 일이 없도록 해야한다.
'개발 로그' 카테고리의 다른 글
[ Excel ] 언어 테이블 만들기 (0) | 2025.06.29 |
---|---|
[ Flowise ] Chatflow 만들어봄. 로그라인을 2개 뽑는 (1) | 2025.06.26 |
[ Cursor ] 커서로 100개 에피소드 대본 쓰기 (0) | 2025.06.26 |
[ AI ] 개인 GPT? ollama exaone설치 (2) | 2025.06.25 |
댓글