Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AyushExel authored May 20, 2024
1 parent fec1d64 commit 153d4ed
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,17 @@ pip install -e .
### VectorDB retrieval eval
```
ragged --quickstart vectordb
```
<details open>
<summary>Demo</summary>
<img src="https://github.com/lancedb/ragged/assets/15766192/ab1313ef-04f5-461e-8429-28a6d0bdc13c" width=550 height=600 />

</details>

### Dataset Quality eval [Coming soon]

### End-to-End RAG eval [Coming soon]
```


## API Usage
### VectorDB retrieval eval
Expand Down Expand Up @@ -76,3 +78,8 @@ hit_rate = HitRate(data, reranker=reranker, embedding_registry_id="openai", embe
res = hit_rate.evaluate(top_k=5, query_type="all")
print(res)
```

### Dataset Quality eval [Coming soon]

### End-to-End RAG eval [Coming soon]

0 comments on commit 153d4ed

Please sign in to comment.