chatflow
Leveraging LLM to build Conversational UIs
File Explorer
Download Latest Version (.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
# Installation Guide
1. Get the code
git clone https://github.com/apssouza22/chatflow
Downloads the entire project code from GitHub to your computer.
cd chatflow
Moves into the project folder you just downloaded.
2. Docker
Easy RecommendedPrerequisites
- Git Needed to download the project code from GitHub.
- Docker Desktop Needed to build and run containers. Install it and keep it running in the background.
docker-compose up -d redis
Runs the command against the services defined in the compose file.
Run docker compose ps to check the containers are Up. If the README mentions a port, open http://localhost:PORT in your browser.
Pulled directly from this repo's README.
3. Node.js
EasyPrerequisites
cd chat-ui
This project's files live in a subfolder, so move into it first.
npm install
Downloads and installs the libraries listed in package.json.
npm start
Starts the development/run server.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
4. Python
EasyPrerequisites
pip install -r requirements-dev.txt
Installs the Python libraries listed in requirements.txt (or similar).
If it runs without errors and prints output in the terminal, it worked.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
