epinzur commited on
Commit
57ab06a
·
verified ·
1 Parent(s): be0f180

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -5,6 +5,8 @@ colorFrom: indigo
5
  colorTo: blue
6
  sdk: static
7
  pinned: false
 
 
8
  ---
9
 
10
  # Graph RAG
@@ -44,4 +46,4 @@ The core library (`graph-retriever`) supports can be used in generic Python appl
44
  )
45
 
46
  retriever.invoke("where is Santa Clara?")
47
- ```
 
5
  colorTo: blue
6
  sdk: static
7
  pinned: false
8
+ license: apache-2.0
9
+ short_description: Smarter vector search with metadata-aware traversal
10
  ---
11
 
12
  # Graph RAG
 
46
  )
47
 
48
  retriever.invoke("where is Santa Clara?")
49
+ ```