Commit graph

87 commits

Author SHA1 Message Date
Max
966b0f601f Update Go module dependencies and enhance Neo API with Vision integration
- Removed obsolete AWS SDK v2 dependencies from go.mod and go.sum to streamline the codebase.
- Added Vision-related imports and initialized Vision settings in the Neo API, enhancing AI capabilities.
- Introduced initVision method to configure and initialize the Vision instance, improving modularity and functionality.
- Updated the DSL struct to include Vision settings, allowing for better configuration management.

This commit supports future enhancements in AI functionalities and improves the overall structure of the Neo API.
2025-01-03 15:56:14 +08:00
Max
93a6d7a6a0 Update Go module dependencies to include AWS SDK v2
- Added several AWS SDK v2 modules to go.mod and go.sum, enhancing cloud service integration capabilities:
  - github.com/aws/aws-sdk-go-v2 and its related services (S3, STS, SSO, etc.) for improved AWS functionality.
- Updated indirect dependencies to ensure compatibility and performance improvements.
- This update supports future development involving AWS services, streamlining the integration process.
2025-01-03 13:33:58 +08:00
Max
fdf71f4cfd Update Go version and dependencies; enhance Neo API functionality
- Bump Go version from 1.22.2 to 1.23 for improved performance.
- Update dependencies in go.mod and go.sum, including:
  - github.com/PuerkitoBio/goquery to v1.10.1
  - github.com/dchest/captcha to v1.1.0
  - github.com/evanw/esbuild to v0.24.2
  - github.com/fatih/color to v1.18.0
  - github.com/fsnotify/fsnotify to v1.8.0
  - github.com/spf13/cobra to v1.8.1
  - github.com/stretchr/testify to v1.10.0
  - github.com/xuri/excelize/v2 to v2.9.0
- Introduce RAG (Retrieval-Augmented Generation) initialization in the Neo API, enhancing assistant capabilities.
- Refactor workflows to use Go 1.23 for testing and CI processes, ensuring compatibility with the latest features.
2025-01-02 13:06:36 +08:00
Max
0d05842c28 Update Go module dependencies and version in go.mod and go.sum
- Bump Go version from 1.20 to 1.22.2 for improved performance and features.
- Update indirect dependencies to their latest versions, including:
  - github.com/cespare/xxhash/v2 from v2.2.0 to v2.3.0
  - github.com/golang/protobuf from v1.5.3 to v1.5.4
  - github.com/klauspost/compress from v1.17.3 to v1.17.4
  - golang.org/x/oauth2 from v0.14.0 to v0.23.0
  - google.golang.org/grpc from v1.60.1 to v1.69.2
  - google.golang.org/protobuf from v1.34.2 to v1.36.1
- Add new dependencies for OpenTelemetry packages, enhancing observability capabilities.
2025-01-02 11:07:04 +08:00
Max
67c76fa933 Update go.mod and go.sum to upgrade golang.org/x/net to v0.33.0
- Updated the golang.org/x/net dependency from v0.27.0 to v0.33.0 in go.mod.
- Updated the corresponding checksums in go.sum to reflect the new version.
2024-12-19 09:56:43 +08:00
Max
cd01149db1 Update dependencies in go.mod and go.sum; upgrade golang.org/x/crypto to v0.31.0, golang.org/x/text to v0.21.0, golang.org/x/sync to v0.10.0, and golang.org/x/sys to v0.28.0. Modify process initialization in cmd/run.go to use context for improved execution management. 2024-12-13 01:02:22 +08:00
Max
73ccac6ba5 Update dependencies in go.mod and go.sum for uuid, tiktoken-go, and regexp2 2024-11-26 15:34:54 +08:00
Max
8be08bc791 chore: Update go-sourcemap/sourcemap dependency to v2.1.4+incompatible 2024-07-31 18:20:06 +08:00
Max
37f07f5606 Update dependency packages 2024-07-09 09:06:36 +08:00
Max
c0a9ffa6c6 chore: Update dependencies to latest versions 2024-07-09 07:48:31 +08:00
Max
e4c8eeb180 optimize the SUI compiler & add http server gzip support 2024-07-07 15:29:50 +08:00
Max
0d29a68b9c refactor: Update GitHub Actions and Codecov versions 2024-07-04 12:05:43 +08:00
Max
671a6b409e refactor: Update go.mod dependencies to latest versions 2024-07-04 03:12:30 +08:00
Max
c20894cb92 refactor: Update go.mod dependencies to latest versions 2024-07-02 20:56:39 +08:00
yunfei.liu
fb82fcbdbd log roration 2024-05-08 20:58:09 +08:00
Max
64c6602beb Securely update dependency packages 2024-05-02 16:45:57 +08:00
Max
e358cbb79d Update dependencies in go.mod file 2024-01-16 14:34:40 +08:00
Max
b9208c920c Security update dependencies in go.mod and go.sum files 2023-12-29 12:52:06 +08:00
Max
f13b6ea582 [change] Security Update for Dependency Packages 2023-12-20 23:21:06 +08:00
Max
8698c42607 [add] SUI Template Engine command 2023-12-07 23:14:39 +08:00
Max
90f05a6ad9 [add] sui TemplateParser 2023-11-21 20:37:24 +08:00
Max
1baaede53f [add] SUI Template MediaSearch 2023-11-18 17:41:17 +08:00
Max
d1fb3a137d [update] Security Update 2023-11-18 12:45:00 +08:00
Max
9a088ce461 [add] page build interface 2023-10-10 21:12:53 +08:00
Max
d005a64786 [add] page RenderEditor 2023-09-27 17:44:45 +08:00
Max
5a3d42a965 fix CROS bug 2023-09-21 11:32:03 +08:00
Max
b93ea2e9af [_] 2023-06-15 19:11:05 +08:00
Max
0d210e6975 [_] security update 2023-05-05 12:38:55 +08:00
Max
eb04060ffb [change] captcha deps 2023-05-01 11:38:19 +08:00
Max
2a36edf891 [add] openai processes 2023-04-09 18:41:04 +08:00
Max
527ce51c40 [add] run command silent mode 2023-04-09 13:03:38 +08:00
Max
6a4e88c0ef [change] action workflow 2023-04-01 14:21:36 +08:00
Max
d13a4e3609 [fix] dependency 2023-03-26 18:55:02 +08:00
Max
a807899f95 [*] migrate to gou v0.10.3 (50%) 2023-02-01 17:25:11 +08:00
Max
954031f785 [lock] gou framework version 2023-01-28 14:16:28 +08:00
maimaiti
073c512a43 [add] yap upgrade subcommand 2022-11-21 17:59:19 +08:00
Max
c921f24ce0 [add] fs support & golang version 1.9.2 2022-10-12 20:31:09 +08:00
Max
749114a97d [add] connector & mongo redis driver for store 2022-09-17 22:52:51 +08:00
Max
7517e4652a [change] Refactoring Watch 2022-08-20 21:25:32 +08:00
Max
3509956bce [add] Task & Schedule 2022-07-30 21:18:05 +08:00
Max
20ba5ced00 [change] importer process add id and page param 2022-06-14 12:52:38 +08:00
Max
94a2a6d3c4 [add] Buntdb for session store 2022-05-27 14:18:59 +08:00
Max
e3cbbb9144 [add] buntdb package 2022-05-27 12:34:44 +08:00
Max
0829ae17cd [deps] security update 2022-05-27 09:28:48 +08:00
Max
85fdff5ab1 [upgrade] golang 1.18 2022-05-26 21:54:08 +08:00
Max
6e9bc9b7be [add] redis session store 2022-05-25 23:38:53 +08:00
Max
0089036af2 [add] Table API delete Hooks 2022-05-07 08:20:48 +08:00
Max
687a477134 [add] RequestSend custom DNS resolve 2022-04-26 10:39:11 +08:00
Max
c775df16f4 Fix FreePort DNS deps & Session bug 2022-04-10 17:29:37 +08:00
Max
79dd564803 [add] api :headers & kv process (30%) 2022-03-18 20:18:58 +08:00