Shakshi3104 commited on
Commit
b271315
β€’
1 Parent(s): 9c38125

[fix] Update README

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -13,7 +13,9 @@ pinned: false
13
  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.
14
 
15
  ## Demo
16
- This demo app is made by Gradio.
 
 
17
 
18
  ```bash
19
  docker compose up --build
 
13
  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.
14
 
15
  ## Demo
16
+ This demo app is made by Gradio, deployed to [Hugging Face Space](https://huggingface.co/spaces/Shakshi3104/Cobalt).
17
+
18
+ On local, you can run this app below:
19
 
20
  ```bash
21
  docker compose up --build