ragflow/web
Tuan Le d343cb4deb
Add Google Cloud Vision API Integration (Image2Text) (#8608)
### What problem does this PR solve?

This PR introduces Google Cloud Vision API integration to enhance image
understanding capabilities in the application. It addresses the need for
advanced image description and chat functionalities by implementing a
new `GoogleCV` class to handle API interactions and updating relevant
configurations. This enables users to leverage Google Cloud Vision for
image-to-text tasks, improving the application's ability to process and
interpret visual data.

### Type of change

- [x] New Feature (non-breaking change which adds functionality)
2025-07-02 10:02:01 +08:00
..
.husky
public Feat: Add SwitchForm component #3221 (#8200) 2025-06-12 09:50:25 +08:00
src Add Google Cloud Vision API Integration (Image2Text) (#8608) 2025-07-02 10:02:01 +08:00
.env
.eslintrc.js
.gitignore
.npmrc
.prettierignore
.prettierrc
.umirc.ts Feat: The value selected in the Select component only displays the icon #3221 (#8209) 2025-06-12 12:31:57 +08:00
externals.d.ts
jest-setup.ts
jest.config.ts
package-lock.json Feat: Fixed the issue where the prompt menu content was hidden #3221 (#8530) 2025-06-27 12:11:29 +08:00
package.json Feat: Fixed the issue where the prompt menu content was hidden #3221 (#8530) 2025-06-27 12:11:29 +08:00
tailwind.config.js Feat: Fixed the issue where the prompt menu content was hidden #3221 (#8530) 2025-06-27 12:11:29 +08:00
tailwind.css Feat: Display agent operator call log #3221 (#8169) 2025-06-11 09:22:07 +08:00
tsconfig.json
typings.d.ts