Skip to Content

SearchMessagesOptions

Defined in: src/react/useChatStorage.ts:817 

Options for searching messages

Properties

conversationId?

optional conversationId: string

Defined in: src/react/useChatStorage.ts:823 

Filter by conversation ID


limit?

optional limit: number

Defined in: src/react/useChatStorage.ts:819 

Limit the number of results (default: 10)


minSimilarity?

optional minSimilarity: number

Defined in: src/react/useChatStorage.ts:821 

Minimum similarity threshold (default: 0.5)

Last updated on