package
Version:
v0.0.0-...-d39df66
Opens a new window with list of versions in this module.
Published: Dec 20, 2024
License: MIT
Opens a new window with license information.
Imports: 15
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Document struct {
ID string `json:"id,omitempty"`
Content string `json:"content,omitempty"`
Metadata map[string]string `json:"metadata,omitempty"`
}
type Query struct {
Text string `json:"text,omitempty"`
Limit *int `json:"limit,omitempty"`
}
type Result struct {
Score *float64 `json:"score,omitempty"`
Document `json:",inline"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.