Cong123779 commited on
Commit
62a5a8f
·
verified ·
1 Parent(s): 7308b18

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +48 -0
README.md ADDED
@@ -0,0 +1,48 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - vi
4
+ - en
5
+ tags:
6
+ - oracle-26ai
7
+ - vector-database
8
+ - semantic-search
9
+ - amazon-reviews
10
+ size_categories:
11
+ - 100K<n<1M
12
+ ---
13
+
14
+ # 🤖 Oracle 26ai Vector Search Snapshot (290K Records)
15
+
16
+ This repository contains a high-performance database snapshot (Data Pump Export) of an optimized Oracle 26ai environment. It is pre-indexed and ready for production-grade semantic search experiments.
17
+
18
+ ## 📊 Dataset Statistics
19
+ - **Total Records**: ~290,000 processed customer reviews.
20
+ - **Vector Dimensions**: 1024 (FLOAT32).
21
+ - **Oracle Version**: 26ai (23.26.1).
22
+ - **Indexed**: Yes (IVF-Flat Neighbor Partitions).
23
+
24
+ ## 🚀 Quick Setup (New Machine)
25
+ To restore this environment on a fresh machine:
26
+
27
+ 1. **Clone the Source Code**:
28
+ ```bash
29
+ git clone https://github.com/congkx123789/He_quan_tri.git
30
+ cd He_quan_tri
31
+ ```
32
+
33
+ 2. **Pull the Snapshot**:
34
+ ```bash
35
+ python python/hf_snapshot_sync.py pull
36
+ ```
37
+
38
+ 3. **Restore**:
39
+ ```bash
40
+ bash scripts/auto_restore.sh
41
+ ```
42
+
43
+ ## 🏗️ Architecture
44
+ - **Ingestion**: Blackwell GPU Accelerated (RTX 5060 Ti).
45
+ - **Storage**: Optimized 12GB Clean Tablespace.
46
+ - **Search Engine**: Native Oracle AI Vector Search.
47
+
48
+ *Crafted by Antigravity for Enterprise-grade AI Demonstrations.*