Update rag.py
Browse files
rag.py
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
#!/usr/bin/env python3
|
| 2 |
"""
|
| 3 |
-
|
| 4 |
|
| 5 |
This module implements an advanced search engine that uses high-entropy tokens
|
| 6 |
as semantic centers for intelligent text chunking and retrieval. The system
|
|
@@ -14,7 +14,7 @@ The algorithm works by:
|
|
| 14 |
4. Performing semantic search using binary search in the semantic space
|
| 15 |
|
| 16 |
Module: rag.py
|
| 17 |
-
Author: Aninokuma from
|
| 18 |
Date: 2025
|
| 19 |
Version: 1.0.0
|
| 20 |
License: MIT
|
|
|
|
| 1 |
#!/usr/bin/env python3
|
| 2 |
"""
|
| 3 |
+
Entropy-Based Radial Chunking Search Engine
|
| 4 |
|
| 5 |
This module implements an advanced search engine that uses high-entropy tokens
|
| 6 |
as semantic centers for intelligent text chunking and retrieval. The system
|
|
|
|
| 14 |
4. Performing semantic search using binary search in the semantic space
|
| 15 |
|
| 16 |
Module: rag.py
|
| 17 |
+
Author: Aninokuma from Stealth Hut
|
| 18 |
Date: 2025
|
| 19 |
Version: 1.0.0
|
| 20 |
License: MIT
|