chatflow
Leveraging LLM to build Conversational UIs
파일 탐색기
최종 버전 다운로드 (.zip)- declarative-imperative.png
- rag-flow.png
- chat-commander.png
- declarative-imperative.png
- geek-bot.jpeg
- geek-bot.jpg
- chatbot-plugin.js
- favicon.ico
- index.html
- logo192.png
- logo512.png
- manifest.json
- robots.txt
- sse.html
- AudioMediaRecorder.ts
- chat-types.ts
- ChatController.ts
- index.ts
- MuiAudioInput.tsx
- MuiChat.tsx
- MuiFileInput.tsx
- MuiMessage.tsx
- MuiMultiSelectInput.tsx
- MuiSelectInput.tsx
- MuiTextInput.tsx
- IconBox.tsx
- Icons.tsx
- index.tsx
- index.tsx
- index.tsx
- index.tsx
- style.css
- ChatContext.tsx
- BtnProceed.tsx
- CommandExecution.test.tsx
- CommandExecution.ts
- CommandFinder.tsx
- CommandRequestHandler.tsx
- CommandService.tsx
- Common.test.tsx
- Common.tsx
- FieldValueTable.tsx
- CommandResponseHandler.tsx
- MessageExpander.tsx
- RenderChart.tsx
- RenderDataTable.tsx
- CustomInputs.tsx
- FlowController.ts
- HttpClient.ts
- StreamCompletionClient.ts
- ThinkingMsg.tsx
- utils.ts
- SessionManager.tsx
- index.ts
- RtcConnHandler.ts
- VideoCallComponent.tsx
- VideoChatApp.ts
- Factory.tsx
- useChatContext.ts
- useFetch.ts
- Admin.tsx
- Auth.tsx
- CommandHistoryDrawer.tsx
- index.css
- index.tsx
- inputs.tsx
- Error.tsx
- index.css
- index.tsx
- Login.tsx
- SignUp.tsx
- customTheme.ts
- constants.ts
- index.tsx
- react-app-env.d.ts
- reportWebVitals.ts
- routes.tsx
- serviceWorker.ts
- setupTests.ts
- test-utils.tsx
- .env.development
- package-lock.json
- package.json
- README.md
- tsconfig.json
- __init__.py
- common.py
- docs.py
- predict.py
- agent_service.py
- agents.py
- command_agent.py
- command_func_agent.py
- command_prompt_agent.py
- dock_picker_agent.py
- json_extractor_agent.py
- long_memory_agent.py
- question_answer_agent.py
- user_intent_agent.py
- memory_cahce.py
- config.py
- conn.py
- http_retry.py
- utils.py
- doc_service.py
- persist_data.py
- prepare_data.py
- query.py
- llm_service.py
- openapi_client.py
- utils.py
- chat_memory_service.py
- source_data.json
- .env.template
- __init__.py
- load_data.py
- server.py
- .gitignore
- .pre-commit-config.yaml
- .python-version
- docker-compose.yml
- Dockerfile
- LICENSE
- mypy-config.ini
- package.json
- README.md
- requirements-dev.txt
- requirements.txt
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/apssouza22/chatflow
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd chatflow
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. Docker
쉬움 추천사전 준비물
- Git GitHub에서 프로젝트 코드를 내려받으려면 필요합니다.
- Docker Desktop 컨테이너를 빌드하고 실행하려면 필요합니다. 설치 후 실행해서 백그라운드에 켜두세요.
docker-compose up -d redis
compose 설정 파일에 정의된 서비스들을 대상으로 명령을 실행합니다.
터미널에 docker compose ps 를 입력해 컨테이너들이 Up 상태인지 확인하세요. README에 포트 번호가 적혀있다면 브라우저에서 http://localhost:포트번호 로 접속해보세요.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
3. Node.js
쉬움사전 준비물
cd chat-ui
이 프로젝트의 관련 파일이 하위 폴더 안에 있어서, 먼저 그 폴더로 이동합니다.
npm install
package.json에 명시된 라이브러리들을 내려받아 설치합니다.
npm start
개발/실행 서버를 켭니다.
명령어 실행 후 터미널에 나타나는 주소(보통 http://localhost:3000 형태)를 브라우저에서 열어보세요.
// repository documentation
Was this content helpful?
(0 ratings)
