Spaces:
Sleeping
Sleeping
Shakshi3104
commited on
Commit
β’
5215cf8
1
Parent(s):
8a06424
[fix] Update README
Browse files
README.md
CHANGED
@@ -2,6 +2,15 @@
|
|
2 |
|
3 |
Cobalt is a demo app for hybrid search with vector and surface search using [Ruri](https://huggingface.co/cl-nagoya/ruri-large), [BM25](https://github.com/dorianbrown/rank_bm25) and [Voyager](https://spotify.github.io/voyager/). The name cobalt is derived from the word η η (Ruri), which refers to cobalt glass.
|
4 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5 |
## Usage
|
6 |
|
7 |
```python
|
|
|
2 |
|
3 |
Cobalt is a demo app for hybrid search with vector and surface search using [Ruri](https://huggingface.co/cl-nagoya/ruri-large), [BM25](https://github.com/dorianbrown/rank_bm25) and [Voyager](https://spotify.github.io/voyager/). The name cobalt is derived from the word η η (Ruri), which refers to cobalt glass.
|
4 |
|
5 |
+
## Demo
|
6 |
+
This demo app is made by Gradio.
|
7 |
+
|
8 |
+
```bash
|
9 |
+
gradio app.py
|
10 |
+
```
|
11 |
+
|
12 |
+
![](./materials/cobalt-gradio-demo.png)
|
13 |
+
|
14 |
## Usage
|
15 |
|
16 |
```python
|