Get started with the TopK search engine in under 5 minutes.
Create a collection
Insert initial data
Search your collection
Client
instance with your API key and
.
Check out the Regions page for more information.
books
collection with a semantic index on the title
field.
semantic_index()
to the title
field enables
semantic search as well as keyword search on this field.
_id
field:
.rerank()
at the end of your query to automatically improve relevance of the results using a reranking model. See Reranking guide for more details.