From 0b6c2e09981a1b1693df0798b8cff6a9824a261f Mon Sep 17 00:00:00 2001 From: Jason Date: Thu, 26 Sep 2024 12:52:34 +0800 Subject: [PATCH] rollback key features to main Readme --- README.md | 9 +++++++++ docs/detailed_intro_en.md | 8 -------- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 4421a69e7..313501fba 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,15 @@ Additionally, CSGHub features microservice submodules and standardized OpenAPIs ![CSGHub](./docs/images/csghub_framework.png) + +### Key Features +- **Unified Management of LLM Assets**: A one-stop Hub for unified management of model files, datasets, and large-scale model application codes. +- **Development Ecosystem Compatibility**: Supports both HTTPS and SSH protocols for Git commands and web interface operations, ensuring convenient usage for different users. +- **Large Model Capability Expansion**: Natively supports version management, model format conversion, automatic data processing, and dataset preview functions. +- **Permissions and Security**: Supports integration with corporate user systems, setting of asset visibility, and zero-trust authentication interface design for both external and internal users, maximizing security. +- **Support for Private Deployment**: Independent of internet and cloud vendors, enabling one-click initiation of private deployment. +- **Native Design for Large Models**: Supports natural language interaction, one-click model deployment, and asset management for Agent and Copilot App. + For further information, please see the [detailed introduction](./docs/detailed_intro_en.md) of CSGHub. ### Quick Start diff --git a/docs/detailed_intro_en.md b/docs/detailed_intro_en.md index fd30fab1a..e792b4772 100644 --- a/docs/detailed_intro_en.md +++ b/docs/detailed_intro_en.md @@ -1,14 +1,6 @@ ## CSGHub Core Functions In the era of LLM, data and models are increasingly becoming the most important digital assets for businesses and individual users. However, there are currently issues such as fragmented management tools, limited management methods, and localization, which not only pose potential threats to secure operations but also might hinder the updating and iteration of enterprise-scale models. If you believe that large models will become a major driving force in the upcoming revolution, you may also be considering how to manage core assets — models, data, and large model application code — more efficiently and securely. `CSGHub` is an open-source project designed to address these issues. -`CSGHub`'s core funtions(update reguarly): -- **Unified Management of LLM Assets**: A one-stop Hub for unified management of model files, datasets, and large-scale model application codes. -- **Development Ecosystem Compatibility**: Supports both HTTPS and SSH protocols for Git commands and web interface operations, ensuring convenient usage for different users. -- **Large Model Capability Expansion**: Natively supports version management, model format conversion, automatic data processing, and dataset preview functions. -- **Permissions and Security**: Supports integration with corporate user systems, setting of asset visibility, and zero-trust authentication interface design for both external and internal users, maximizing security. -- **Support for Private Deployment**: Independent of internet and cloud vendors, enabling one-click initiation of private deployment. -- **Native Design for Large Models**: Supports natural language interaction, one-click model deployment, and asset management for Agent and Copilot App. - ### CSGHub Tech Design The technical design of `CSGHub` are as follows: - `CSGHub` integrates multiple technologies including Git Servers, Git LFS (Large File Storage) protocol, and Object Storage Service (OSS), providing a reliable data storage layer, a flexible infrastructure access layer, and extensive support for development tools.