Home Technology peripherals AI Oracle releases cloud AI service to assist enterprises in implementing and optimizing language models

Oracle releases cloud AI service to assist enterprises in implementing and optimizing language models

Jan 26, 2024 pm 08:39 PM
oracle ai service cloud hosting

Oracle推出云生成式AI服务 帮助企业部署和微调语言模型

Database giant Oracle recently released the Oracle Cloud Infrastructure Generative AI service and introduced a series of innovative technologies to provide large enterprises with opportunities to take advantage of the latest generative AI technology achievements.

OCI Generative AI Service is a fully managed, cloud-hosted offering that leverages powerful large-scale language models such as Meta Platform’s open source Llama 2 and Cohere’s proprietary algorithms and integrates with existing systems . In this way, enterprises can automate many manual business processes that are currently performed by humans. OCI Generative AI services help businesses improve efficiency and productivity and reduce error rates by providing automated solutions. This service not only reduces the need for human resources, but also provides faster, accurate and consistent results. By integrating with existing systems, OCI Generative AI services can seamlessly interact with an enterprise's workflow and data, enabling more efficient business processing.

According to Oracle, the OCI Generative AI service supports more than 100 languages, provides an improved cluster management experience for GPUs, and flexible fine-tuning options.

Oracle said their new service can call various models through application programming interfaces to solve tasks such as text generation, summarization and semantic similarity. Customers can securely embed generative AI into their existing technology stack, and the service adheres to strict data security and governance protocols.

In June last year, Oracle released the OCI Generative AI service, which is billed as a replacement for Microsoft's Azure OpenAI service. This service allows customers to consume large language models and interact with them in a conversational manner. This model is able to respond based on the content of human cues.

While Cohere’s AI models and Llama 2 are widely regarded as very powerful, they may not be that practical for most enterprises unless internal data can be leveraged to enhance and refine their capabilities. In order to solve this problem, the OCI Generative AI Agents service came into being. This service allows customers to use their own data to enhance the capabilities of large language models, making them more suitable for the specific needs and scenarios of the enterprise. Through the OCI Generative AI Agents service, enterprises can independently customize and train language models to adapt to their specific business needs and obtain higher value and benefits from them. This enhanced approach based on internal data ensures personalization and customization of models, allowing businesses to better meet customer needs and provide better services.

OCI Generative AI Agents are currently in Beta testing. It uses retrieval-augmented generation technology to fine-tune generative AI models to provide more useful, contextual responses. The service provides access to RAG agents, which leverage enterprise search capabilities built with OCI Open Search to help large language models obtain the latest information to provide more accurate responses and predictions. In this way, OCI Generative AI Agents can provide highly personalized and real-time answers to help users better solve problems and meet needs.

While the initial release supports RAG via OCI OpenSearch, Oracle plans to further integrate more data search and aggregation tools in the future. These include Oracle Database 23c with AI Vector Search and MySQL HeatWave with Vector Store. In addition, Oracle will support pre-built agent operations within Oracle's suite of software-as-a-service applications, including Oracle Fusion Cloud Applications Suite, Oracle NetSuite and Oracle Cerner. These integrations will provide users with a wider range of choices and more powerful capabilities to meet different data search and aggregation needs.

Oracle announced that the OCI Generative AI service has been launched in multiple regions of Oracle Cloud and can be accessed locally by customers through the Oracle OCI Dedicated Region platform. In addition, the service is integrated with Oracle's portfolio of cloud-based business applications, including Oracle Enterprise Resource Planning, Human Capital Management, Supply Chain Management and Customer Experiences applications. The move further enhances Oracle's database portfolio as generative AI services will be added to it through Oracle's Autonomous Database Select AI capability.

In a related update, Oracle stated that it will expand the functionality of the OCI Data Science platform and will add a new AI Quick Actions feature to the beta version next month to provide code-free access to various open source large-scale language models. Pave the way. This feature will help customers build, train, deploy and manage large language models from Hugging Face’s Transformers or the PyTorch open source library.

Greg Pavlik, senior vice president of artificial intelligence and data management at OCI, said Oracle is focused on using generative AI to solve a variety of real-world business use cases and pave the way for more enterprises to adopt this technology. "To do this, we're integrating generative AI into our applications and fusion databases, and delivering new large-scale language models and managed services that embed AI into all layers of the technology stack. We're not delivering what's needed," he said. Instead, it provides a powerful set of pre-built generative AI services and capabilities that work together to help customers solve business problems smarter and faster."

## Andy Thurai, vice president and principal analyst at #Constellation Research, believes the new service provides API-based access, which may be attractive to some enterprises because it is accessible in both cloud and on-premises environments. A bit unusual. However, the service has some limitations, notably that it only supports large language models from Cohere and Meta Llama 2, and only targets a small set of use cases, such as text generation and summarization.

Thurai said: “In terms of its overall generative AI products, Oracle is still far behind Microsoft, Google and Amazon, which all provide more powerful functions and more flexible deployment options. But , if the price is right, the option to integrate with ERP, HCM, SCM and CX applications running on OCI may make this product attractive to many enterprises. But if not, AWS may easily Win, because AWS's generative AI service is currently far ahead of Oracle."

The launch of this new service should at least help Oracle become an option for enterprises to develop generative AI. Oracle is working to become a key player in infrastructure, providing cloud-based access to Nvidia's most powerful GPUs.

The above is the detailed content of Oracle releases cloud AI service to assist enterprises in implementing and optimizing language models. For more information, please follow other related articles on the PHP Chinese website!

Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

Video Face Swap

Video Face Swap

Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Tools

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

What to do if the oracle can't be opened What to do if the oracle can't be opened Apr 11, 2025 pm 10:06 PM

Solutions to Oracle cannot be opened include: 1. Start the database service; 2. Start the listener; 3. Check port conflicts; 4. Set environment variables correctly; 5. Make sure the firewall or antivirus software does not block the connection; 6. Check whether the server is closed; 7. Use RMAN to recover corrupt files; 8. Check whether the TNS service name is correct; 9. Check network connection; 10. Reinstall Oracle software.

How to solve the problem of closing oracle cursor How to solve the problem of closing oracle cursor Apr 11, 2025 pm 10:18 PM

The method to solve the Oracle cursor closure problem includes: explicitly closing the cursor using the CLOSE statement. Declare the cursor in the FOR UPDATE clause so that it automatically closes after the scope is ended. Declare the cursor in the USING clause so that it automatically closes when the associated PL/SQL variable is closed. Use exception handling to ensure that the cursor is closed in any exception situation. Use the connection pool to automatically close the cursor. Disable automatic submission and delay cursor closing.

How to paginate oracle database How to paginate oracle database Apr 11, 2025 pm 08:42 PM

Oracle database paging uses ROWNUM pseudo-columns or FETCH statements to implement: ROWNUM pseudo-columns are used to filter results by row numbers and are suitable for complex queries. The FETCH statement is used to get the specified number of first rows and is suitable for simple queries.

How to create cursors in oracle loop How to create cursors in oracle loop Apr 12, 2025 am 06:18 AM

In Oracle, the FOR LOOP loop can create cursors dynamically. The steps are: 1. Define the cursor type; 2. Create the loop; 3. Create the cursor dynamically; 4. Execute the cursor; 5. Close the cursor. Example: A cursor can be created cycle-by-circuit to display the names and salaries of the top 10 employees.

How to stop oracle database How to stop oracle database Apr 12, 2025 am 06:12 AM

To stop an Oracle database, perform the following steps: 1. Connect to the database; 2. Shutdown immediately; 3. Shutdown abort completely.

How to create oracle dynamic sql How to create oracle dynamic sql Apr 12, 2025 am 06:06 AM

SQL statements can be created and executed based on runtime input by using Oracle's dynamic SQL. The steps include: preparing an empty string variable to store dynamically generated SQL statements. Use the EXECUTE IMMEDIATE or PREPARE statement to compile and execute dynamic SQL statements. Use bind variable to pass user input or other dynamic values ​​to dynamic SQL. Use EXECUTE IMMEDIATE or EXECUTE to execute dynamic SQL statements.

What steps are required to configure CentOS in HDFS What steps are required to configure CentOS in HDFS Apr 14, 2025 pm 06:42 PM

Building a Hadoop Distributed File System (HDFS) on a CentOS system requires multiple steps. This article provides a brief configuration guide. 1. Prepare to install JDK in the early stage: Install JavaDevelopmentKit (JDK) on all nodes, and the version must be compatible with Hadoop. The installation package can be downloaded from the Oracle official website. Environment variable configuration: Edit /etc/profile file, set Java and Hadoop environment variables, so that the system can find the installation path of JDK and Hadoop. 2. Security configuration: SSH password-free login to generate SSH key: Use the ssh-keygen command on each node

How to open a database in oracle How to open a database in oracle Apr 11, 2025 pm 10:51 PM

The steps to open an Oracle database are as follows: Open the Oracle database client and connect to the database server: connect username/password@servername Use the SQLPLUS command to open the database: SQLPLUS

See all articles