Discover Packages
github.com/basenana/friday
pkg
models
vector
package
Version:
v0.0.0-...-04ebf03
Opens a new window with list of versions in this module.
Published: Dec 17, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
type Element struct {
ID string `json:"id"`
Name string `json:"name"`
Group int `json:"group"`
OID int64 `json:"oid"`
ParentId int64 `json:"parent_id"`
Content string `json:"content"`
Vector []float32 `json:"vector"`
}
type File struct {
Name string `json:"name"`
OID int64 `json:"oid"`
ParentId int64 `json:"parent_id"`
Content string `json:"content"`
}
type VectorDocQuery struct {
ParentId int64
Oid int64
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.