Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 950 Bytes

File metadata and controls

20 lines (13 loc) · 950 Bytes

arXiv Search with OpenCLIP and LanceDB

CLIP (1)

In this example we'll build a Arxiv Search or a recommender based on semantic search using LanceDB. We'll also compare the results with keyword based search on Nomic's atlast

Colab walkthrough - Open In Colab

Running python script

pip install -r requirements.txt

python main.py
Screenshot 2023-08-24 at 3 47 51 PM