* main: (53 commits) Use array syntax for commands in docker-compose-base.yml (#11391) Feature (canvas): Add mind tagging support (#11359) locale en add russian language option (#11392) Locale: update russian language (#11393) Feat: Add TCADP parser for PPTX and spreadsheet document types. (#11041) fix(llm): handle None response in total_token_count_from_response (#10941) feat: add OceanBase doc engine (#11228) fix cohere rerank base_url default (#11353) Feat: Fixed an issue where modifying fields in the agent operator caused the loss of structured data. #10427 (#11388) Docs: minor (#11385) Doc: Optimize read me (#11386) Fix some multilingual issues (#11382) Feat: If a query variable in a data manipulation operator is deleted, a warning message should be displayed to the user. #10427 #11255 (#11384) Fix: refine error msg. (#11380) Doc: Added v0.22.1 release notes (#11383) Feat: The key for the begin operator can only contain alphanumeric characters and underscores. #10427 (#11377) Fix: circle imports issue. (#11374) Feat: Structured data will still be stored in outputs for compatibility with older versions. #10427 (#11368) Add release notes (#11372) Update README for supporting Gemini 3 Pro (#11369) ... # Conflicts: # pyproject.toml # web/src/locales/ru.ts |
||
|---|---|---|
| .. | ||
| .husky | ||
| .storybook | ||
| public | ||
| src | ||
| .env | ||
| .eslintrc.js | ||
| .gitignore | ||
| .npmrc | ||
| .prettierignore | ||
| .prettierrc | ||
| .umirc.ts | ||
| externals.d.ts | ||
| jest-setup.ts | ||
| jest.config.ts | ||
| package-lock.json | ||
| package.json | ||
| postcss.config.js | ||
| README.md | ||
| tailwind.config.js | ||
| tailwind.css | ||
| tsconfig.json | ||
| typings.d.ts | ||
Install front-end dependencies
npm install
Launch front-end
npm run dev
The following output confirms a successful launch of the system:
Login to RAGFlow web UI
Open your browser and navigate to:
http://localhost:9222 or http://[YOUR_MACHINE_IP]:9222
Replace [YOUR_MACHINE_IP] with your actual machine IP address (e.g., http://192.168.1.49:9222).
Login to RAGFlow web admin UI
Open your browser and navigate to:
http://localhost:9222/admin or http://[YOUR_MACHINE_IP]:9222/admin
Replace [YOUR_MACHINE_IP] with your actual machine IP address (e.g., http://192.168.1.49:9222/admin).
Shutdown front-end
Ctrl + C or
kill -f "umi dev"