Patent search
1,800 technical spec documents · 2.3 GB
- Fewer tokens
- 97%
- Faster latency
- 77%
- Accuracy improvement
- +25%
Nexus compiles data into a queryable knowledge layer. One declarative query returns the full answer.
How it works
Nexus connects to existing data sources via Connectors. No restructuring required.
Data sources
Connectors
Pinecone Nexus
knowledge layer
A Manifest defines what to extract. Nexus builds structured knowledge from the source corpus — one time.
Raw corpus
+1,795 more
Manifest
v1Agents query via KnowQL. One typed call replaces the entire retrieval loop.
query PatentKnowledge {
prior_art(
claim: $claim
)
}
embed(query)
vector_search(k=20)
llm_reason(chunks)
vector_search(k=20)
llm_reason(chunks)
vector_search(k=20)
llm_reason(chunks)
llm_assemble(context)
Every response is typed, cited, and scoped to what the agent is permitted to see.
Based on claims 1–4 of US10,234,891, prior artfound in EP2,891,203 (filed 2014-03-12) andJP2016-084521 directly anticipates element 2(b).Patentability risk: HIGH.
We benchmarked Nexus against agentic RAG across three different industries. The pattern held regardless of corpus shape, query type, or domain.
Patent search
1,800 technical spec documents · 2.3 GB
M&A due diligence
90 documents · 10 folders · PDF, XLSX, markdown
Revenue intelligence
217 call transcripts · structured JSON · 45 MB
Nexus benchmarked against hybrid retrieval with agentic RAG loop. Accuracy scored by LLM judge on 0–1 scale against human-labeled expected answers.
Before SQL, every application built its own data access layer. Agents face the same structural moment. KnowQL gives them a shared vocabulary that provides structured, precise, and grounded knowledge in a single call. These are the six primitives that allow agents to compose across heterogeneous knowledge sources.
ask
The goal, output schema, and contexts to query.
where
Deterministic predicates and access-control enforcement.
ground
Field-level citations with confidence tiers.
shape
Typed fields returned exactly as the agent specified.
confidence
Grounded assertions separated from uncertain inferences.
budget
Depth tier and latency envelope, plus a token budget.
Pinecone Nexus is now in public preview