Andrew Young commited on
Commit
5be6121
·
verified ·
1 Parent(s): 8ef2d83

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +15 -0
README.md CHANGED
@@ -1,3 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  # HAT: Hierarchical Attention Tree
2
 
3
  **A novel index structure for AI memory systems that achieves 100% recall at 70x faster build times than HNSW.**
 
1
+ ---
2
+ license: mit
3
+ tags:
4
+ - vector-database
5
+ - semantic-search
6
+ - embeddings
7
+ - llm
8
+ - memory
9
+ - hnsw
10
+ - rust
11
+ - python
12
+ library_name: arms-hat
13
+ pipeline_tag: feature-extraction
14
+ ---
15
+
16
  # HAT: Hierarchical Attention Tree
17
 
18
  **A novel index structure for AI memory systems that achieves 100% recall at 70x faster build times than HNSW.**