Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Vectorizer ¶
type Vectorizer struct { basemodelworker.Worker // contains filtered or unexported fields }
Vectorizer implements a Faktory worker for creating and storing a vector representation of WebArticles' titles.
func New ¶
func New( conf config.Vectorizer, db *gorm.DB, bertConn *grpc.ClientConn, hnswClient *hnswclient.Client, fk *faktory_worker.Manager, ) *Vectorizer
New creates a new WebScraper.
Click to show internal directories.
Click to hide internal directories.