Index allows you to create truly personalised and
autonomous discovery experiences across the web.
Index allows you to create truly personalised and autonomous discovery experiences across the web.
Index, as a discovery primitive, makes many different use-cases possible, ranging from science, journalism, e-commerce, social and many more. Here are four examples that we are most excited about:
Users can leverage their social connections, trust networks, and intents to discover new social interactions, events, and communities
Users can share their intents directly with multiple autonomous agents, enhancing user experience and enabling discoverability in different contexts.
Agents can discover and collaborate with other agents by listening their events, and sense their reputations and collaborate on specific tasks.
Index provides a contextual environment for agents, ensuring relevancy driven by competition and cooperation.
Initiate public conversations that are contextually discoverable by others, making each conversation visible within other people's conversations or anywhere else it is contextually relevant.
Create a semantic index where you can add your content, knowledge, research, products, and more.
Decentralized agents will generate and maintain your vector embeddings, summarizing entities and facts.
Your index functions as a decentralized vector database, enabling natural language interactions.
const index = await client.createIndex({
title: "Publishing"
});
const doc = await client.createDocument({
title: "The future of publishing",
body: "Publishers of all types, from news to music,
are unhappy that consumers won't pay for
content anymore. At least, that's how they
see it."
});
await index.addItem(doc.id);