File size: 1,220 Bytes
62a5a8f
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
---
language:
- vi
- en
tags:
- oracle-26ai
- vector-database
- semantic-search
- amazon-reviews
size_categories:
- 100K<n<1M
---

# ๐Ÿค– Oracle 26ai Vector Search Snapshot (290K Records)

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.

## ๐Ÿ“Š Dataset Statistics
- **Total Records**: ~290,000 processed customer reviews.
- **Vector Dimensions**: 1024 (FLOAT32).
- **Oracle Version**: 26ai (23.26.1).
- **Indexed**: Yes (IVF-Flat Neighbor Partitions).

## ๐Ÿš€ Quick Setup (New Machine)
To restore this environment on a fresh machine:

1. **Clone the Source Code**:
   ```bash
   git clone https://github.com/congkx123789/He_quan_tri.git
   cd He_quan_tri
   ```

2. **Pull the Snapshot**:
   ```bash
   python python/hf_snapshot_sync.py pull
   ```

3. **Restore**:
   ```bash
   bash scripts/auto_restore.sh
   ```

## ๐Ÿ—๏ธ Architecture
- **Ingestion**: Blackwell GPU Accelerated (RTX 5060 Ti).
- **Storage**: Optimized 12GB Clean Tablespace.
- **Search Engine**: Native Oracle AI Vector Search.

*Crafted by Antigravity for Enterprise-grade AI Demonstrations.*