ajosh0504 commited on
Commit
957b185
1 Parent(s): 85582a0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -68,7 +68,7 @@ Here is a full list of fields contained in the dataset. Some noteworthy fields h
68
  ## Usage
69
 
70
  This dataset can be useful for:
71
- - Building Hybrid Search applications. Combine vector search using the embeddings provided, with full text search using the exhaustive list of metadata fields.
72
  - Building Multimodal Search applications. Some listings have images associated with them. Use a model like [CLIP](https://huggingface.co/openai/clip-vit-base-patch32) to generate image and text emebeddings.
73
  - Building RAG applications
74
 
 
68
  ## Usage
69
 
70
  This dataset can be useful for:
71
+ - Building Hybrid Search applications. Use the embeddings provided for vector search and the metadata fields for pre-filtering and/or full-text search.
72
  - Building Multimodal Search applications. Some listings have images associated with them. Use a model like [CLIP](https://huggingface.co/openai/clip-vit-base-patch32) to generate image and text emebeddings.
73
  - Building RAG applications
74