aninokumar commited on
Commit
109261b
·
verified ·
1 Parent(s): 926e414

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -53,7 +53,7 @@ The primary hurdle in modern AI applications is the computational cost of deep t
53
  ## The Retrieval Architecture: Entropy and Exponential Search (O(log N))
54
 
55
  We open-source the accompanying RAG system that maximizes the potential of this lightweight model.
56
- We already made millions from the SaaS around this idea. So we are open sourcing it.
57
  It bypasses the limitations of fixed-size chunking and linear searching with two core innovations:
58
  The architecture uses the cohesion of the chunk to replace the function of the attention mechanism.
59
 
 
53
  ## The Retrieval Architecture: Entropy and Exponential Search (O(log N))
54
 
55
  We open-source the accompanying RAG system that maximizes the potential of this lightweight model.
56
+ We report commercial success and substantial efficiency gains; these claims await independent verification
57
  It bypasses the limitations of fixed-size chunking and linear searching with two core innovations:
58
  The architecture uses the cohesion of the chunk to replace the function of the attention mechanism.
59