Technology peripherals
AI
SAP announces numerous new generative AI capabilities, enhancing Datasphere platform
SAP announces numerous new generative AI capabilities, enhancing Datasphere platform
SAP is launching a number of new generative AI capabilities and these capabilities will soon be available in the SAP Datasphere platform.

#SAP stated that the latest updated features will provide users with a more intuitive business data interaction experience and help promote more intelligent transformation of enterprises. These new capabilities include copilot tools to automate a variety of data analysis tasks, and vector database capabilities to support more advanced generative AI workloads. In addition, new knowledge graphs are launched to reveal various insights and patterns in complex data sets. The introduction of these functions will bring users more efficient workflows, enhance data analysis capabilities, and provide more comprehensive support for corporate decision-making.
SAP Datasphere is released in March 2023, just two days away from its launch date. SAP explained that SAP Datasphere is the next generation of the SAP Data Warehouse Cloud and is designed to serve as a primary centralized point to connect, coordinate and distribute customer data from SAP and non-SAP applications.
The platform extracts information from various cloud providers, data vendors and on-premises systems and makes all this data accessible in one place, integrating with third-party analytics tools to help enterprises analyze this information to Gain business insights. The advantage of SAP Datasphere is that it automatically retains the business context of the information collected, unlike other centralized data warehouses that must use manual processes to capture this context.
With this update, SAP Datasphere can now provide users with more advantages. For example, SAP Analytics Cloud provides SAP's generative AI - copilot Joule, which can be used to automatically create reports, dashboards, visualizations, plans, etc.
SAP noted that this automation is achieved with the latest vector capabilities of SAP HANA Cloud, which is now widely available to users. Vector search is an important feature of generative AI, enabling large language models to fully exploit unstructured data, further enhancing the scope of their knowledge.
SAP said that in order to protect customer data from being leaked by Joule or other generative AI models, they are strengthening their cooperation with Collibra. Ensure compliance with compliance and privacy regulations by integrating the Collibra AI Governance platform with SAP Datasphere. This collaboration will further strengthen data management and protection measures to ensure the security and compliance of customer data.
The new SAP Datasphere Knowledge Graph will provide users with the support to discover hidden insights and patterns in the business. This capability enables technology and business leaders to more deeply explore the relationships between data, metadata and business processes. This technology can also improve the performance of generative AI and provide users with a better experience.
Finally, SAP Datasphere is more tightly integrated with SAP Analytics to provide more powerful analytics for cross-organizational planning. SAP said enterprises can now leverage a single, flexible model to break down data silos and use a single tool for data preparation, modeling and planning.
This integration also brings new "Compass" capabilities to SAP Analytics Cloud to enhance planning and analysis processes with data-driven simulations. Users can use a simple chat interface to design and run complex simulations to help They predict business results more accurately.
SAP Chief Technology Officer Juergen Mueller said that capturing data to make better decisions has become a top priority for enterprises. He said that modern AI applications rely on high-quality data, and SAP Datasphere is a perfect platform to obtain this data. He added: “Our latest SAP Datasphere innovations, and our expanded new partnership with Collibra, represent a giant leap forward in our ability to help customers drive intelligent business transformation through data.”
Constellation Research analyst Doug Henschen said he believes SAP is on the right path with Datasphere, particularly its emphasis on an open data ecosystem and a semantic layer that sits above all information sources. He said: "SAP is now leveraging contextual understanding of its applications and customers' business goals to support vector search, knowledge graphs and generative AI. SAP customers tell me that Datasphere's structured architecture gives them the flexibility to access what they need in the cloud. Everything without having to move or copy data at high cost."
SAP has been advancing their AI plans in multiple areas. Just weeks after launching Joule, SAP has launched a variety of Joule-powered tools for customer service teams. Then in November last year, SAP launched SAP Build Code, a version of SAP's low-code development platform SAP Build, which includes AI-driven productivity aids optimized for Java and JavaScript development.
In July last year, SAP participated in Aleph Alpha’s $500 million Series B financing, a German startup company focused on developing large-scale language models. In the same month, SAP invested in Anthropic and Cohere, a large language model developer, for an undisclosed amount.
The above is the detailed content of SAP announces numerous new generative AI capabilities, enhancing Datasphere platform. For more information, please follow other related articles on the PHP Chinese website!
Hot AI Tools
Undresser.AI Undress
AI-powered app for creating realistic nude photos
AI Clothes Remover
Online AI tool for removing clothes from photos.
Undress AI Tool
Undress images for free
Clothoff.io
AI clothes remover
AI Hentai Generator
Generate AI Hentai for free.
Hot Article
Hot Tools
Notepad++7.3.1
Easy-to-use and free code editor
SublimeText3 Chinese version
Chinese version, very easy to use
Zend Studio 13.0.1
Powerful PHP integrated development environment
Dreamweaver CS6
Visual web development tools
SublimeText3 Mac version
God-level code editing software (SublimeText3)
Hot Topics
1385
52
Centos shutdown command line
Apr 14, 2025 pm 09:12 PM
The CentOS shutdown command is shutdown, and the syntax is shutdown [Options] Time [Information]. Options include: -h Stop the system immediately; -P Turn off the power after shutdown; -r restart; -t Waiting time. Times can be specified as immediate (now), minutes ( minutes), or a specific time (hh:mm). Added information can be displayed in system messages.
How to check CentOS HDFS configuration
Apr 14, 2025 pm 07:21 PM
Complete Guide to Checking HDFS Configuration in CentOS Systems This article will guide you how to effectively check the configuration and running status of HDFS on CentOS systems. The following steps will help you fully understand the setup and operation of HDFS. Verify Hadoop environment variable: First, make sure the Hadoop environment variable is set correctly. In the terminal, execute the following command to verify that Hadoop is installed and configured correctly: hadoopversion Check HDFS configuration file: The core configuration file of HDFS is located in the /etc/hadoop/conf/ directory, where core-site.xml and hdfs-site.xml are crucial. use
What are the backup methods for GitLab on CentOS
Apr 14, 2025 pm 05:33 PM
Backup and Recovery Policy of GitLab under CentOS System In order to ensure data security and recoverability, GitLab on CentOS provides a variety of backup methods. This article will introduce several common backup methods, configuration parameters and recovery processes in detail to help you establish a complete GitLab backup and recovery strategy. 1. Manual backup Use the gitlab-rakegitlab:backup:create command to execute manual backup. This command backs up key information such as GitLab repository, database, users, user groups, keys, and permissions. The default backup file is stored in the /var/opt/gitlab/backups directory. You can modify /etc/gitlab
How is the GPU support for PyTorch on CentOS
Apr 14, 2025 pm 06:48 PM
Enable PyTorch GPU acceleration on CentOS system requires the installation of CUDA, cuDNN and GPU versions of PyTorch. The following steps will guide you through the process: CUDA and cuDNN installation determine CUDA version compatibility: Use the nvidia-smi command to view the CUDA version supported by your NVIDIA graphics card. For example, your MX450 graphics card may support CUDA11.1 or higher. Download and install CUDAToolkit: Visit the official website of NVIDIACUDAToolkit and download and install the corresponding version according to the highest CUDA version supported by your graphics card. Install cuDNN library:
Centos install mysql
Apr 14, 2025 pm 08:09 PM
Installing MySQL on CentOS involves the following steps: Adding the appropriate MySQL yum source. Execute the yum install mysql-server command to install the MySQL server. Use the mysql_secure_installation command to make security settings, such as setting the root user password. Customize the MySQL configuration file as needed. Tune MySQL parameters and optimize databases for performance.
Detailed explanation of docker principle
Apr 14, 2025 pm 11:57 PM
Docker uses Linux kernel features to provide an efficient and isolated application running environment. Its working principle is as follows: 1. The mirror is used as a read-only template, which contains everything you need to run the application; 2. The Union File System (UnionFS) stacks multiple file systems, only storing the differences, saving space and speeding up; 3. The daemon manages the mirrors and containers, and the client uses them for interaction; 4. Namespaces and cgroups implement container isolation and resource limitations; 5. Multiple network modes support container interconnection. Only by understanding these core concepts can you better utilize Docker.
How to view GitLab logs under CentOS
Apr 14, 2025 pm 06:18 PM
A complete guide to viewing GitLab logs under CentOS system This article will guide you how to view various GitLab logs in CentOS system, including main logs, exception logs, and other related logs. Please note that the log file path may vary depending on the GitLab version and installation method. If the following path does not exist, please check the GitLab installation directory and configuration files. 1. View the main GitLab log Use the following command to view the main log file of the GitLabRails application: Command: sudocat/var/log/gitlab/gitlab-rails/production.log This command will display product
How to choose a GitLab database in CentOS
Apr 14, 2025 pm 05:39 PM
When installing and configuring GitLab on a CentOS system, the choice of database is crucial. GitLab is compatible with multiple databases, but PostgreSQL and MySQL (or MariaDB) are most commonly used. This article analyzes database selection factors and provides detailed installation and configuration steps. Database Selection Guide When choosing a database, you need to consider the following factors: PostgreSQL: GitLab's default database is powerful, has high scalability, supports complex queries and transaction processing, and is suitable for large application scenarios. MySQL/MariaDB: a popular relational database widely used in Web applications, with stable and reliable performance. MongoDB:NoSQL database, specializes in


