Cobalt / README.md
Shakshi3104
[add] Add README and requirements.txt
f5ef52c
|
raw
history blame
483 Bytes
# Cobalt: Hybrid Search
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.
## Requirements
- Python 3.10
- rank_bm25
- huggingface
- voyager
- Other Python packages are refer to [requirements.txt](./requirements.txt)