How It Works
Data Upload and Vectorization
Upload Data: Users upload their datasets to the Evolve Network.
Vectorization Process: The data is automatically vectorized using embedding models hosted by peer compute resources. This process converts the data into vectors that represent its semantic context.
Query Processing
User Query: A user submits a query through the Evolve Network platform.
Embedding the Query: The query is embedded into the vector space using the same embedding models that were used for the data.
Vector Matching: The embedded query is compared to the vectorized data in the Vector DB. The system identifies vectors that are closest to the query vector in the vector space, indicating high semantic relevance.
Contextual Clustering: The system uses clusters of relevant information to ensure the context of the query is accurately captured.
Re-Ranking Mechanism
Initial Retrieval: The initial set of relevant vectors is retrieved based on their proximity to the query vector.
Re-Ranking: The re-ranker mechanism re-evaluates these vectors, further refining the search results to ensure the most relevant and useful information is presented to the user.
The development of the re-ranker mechanism will further enhance the accuracy and relevance of search results over time.
Last updated