Skip to main content
Moss Docs home page
Search...
⌘K
Ask AI
Website
Portal ›
GitHub
Search...
Navigation
Home
SDK
Community
Join Our Community
Support
Getting Started
What is Moss?
Quickstart
Core Concepts
SDK Overview
Use Cases
Sub-10ms Knowledge Retrieval
Voice Agent (LiveKit)
Integrations
Livekit
Pipecat
How it works
Authentication
Indexing Data
Retrieval
Storage & Persistence
Deployment / Production
SDK Reference
JavaScript
Python
SDK Reference
Classes
Interfaces
ModelRef
IndexInfo
IndexStatus
DocumentInfo
QueryResultDocumentInfo
SearchResult
AddDocumentsOptions
GetDocumentsOptions
REST API
On this page
Interface: QueryResultDocumentInfo
Properties
Interfaces
QueryResultDocumentInfo
Copy page
Copy page
inferedge-moss
/ QueryResultDocumentInfo
Interface: QueryResultDocumentInfo
A document returned from semantic search along with its similarity score.
Properties
id
:
str
text
:
str
metadata
:
Optional[Dict[str, str]]
score
:
float
DocumentInfo
SearchResult
⌘I