aninokumar commited on
Commit
6a596d4
·
verified ·
1 Parent(s): 9e9d9ef

Update rag.py

Browse files
Files changed (1) hide show
  1. rag.py +2 -2
rag.py CHANGED
@@ -1,6 +1,6 @@
1
  #!/usr/bin/env python3
2
  """
3
- Professional 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,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 ShunyaBar Labs
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