Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 558 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 558 Bytes

QuoteFinder

Find a quote to support any argument! Weaviate will use hybrid search, a combination of semantic search and keyword search, to find the quotes that best match your query. Semantic search allows you to search on the meaning of the text, which is great for big ideas or general arguments, while keyword search looks for exact matches between the query and the quotes, which works well if you have an exact phrase in mind.

Usage

Step 1: Install the dependencies

npm install

Step 2: Start the app

npm start