PreviousNext
JavaScript must be enabled to correctly display this content
Implement
To implement this solution, you must create your RAG knowledge base
and verify your RAG search.
Create a Dify RAG Knowledge Base and Write Data
With Dify Knowledge Pipeline, you can quickly build a RAG application for enterprise private
data.
Follow these steps for creating the Dify knowledge base:
To upload a multimodal file, log in to the Dify console, go to the Knowledge Base module, and click
Add File to upload a multimodal document (for
example, test_cn.pdf containing text and diagrams).
Dify automatically segments the file into semantic chunks and converts them into
vector data.
Verify vector write in Oracle AI Database 26ai.
Vector data is synchronized to Oracle AI Database 26ai. After logging in to the database, execute the following SQL:
select * from cat;
You should see generated vector index–related tables.
The following indicates that the data was written successfully: