Understanding the core components of Artemis Search
Artemis Search Component Relationship
embedding
and tags
), and only one at a time may be activated.What makes our search 'intelligent'?
What defines a project?
What's in a dataset?
embedding
: Contains OpenAI text-large-3 embeddings of the text you want to search through.tag
: Contains string values associated with each embedding, which will be returned as the content associated with each search result.How do machines work?
What can you do in the playground?
What parameters can you adjust?
How to use the API?
/search
, which accepts parameters like search_query
, num_batches
, top_k
, filter_query
, and project_id
.