Skip to Content

SearchMessagesOptions

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

Options for searching messages

Properties

conversationId?

optional conversationId: string

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

Filter by conversation ID


limit?

optional limit: number

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

Limit the number of results (default: 10)


minSimilarity?

optional minSimilarity: number

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

Minimum similarity threshold (default: 0.5)

Last updated on