feat(backfill): implement backfill tool for generating missing embeddings
This commit is contained in:
@@ -1,15 +1,9 @@
|
||||
package app
|
||||
|
||||
import (
|
||||
_ "embed"
|
||||
"net/http"
|
||||
)
|
||||
|
||||
var (
|
||||
//go:embed static/favicon.ico
|
||||
faviconICO []byte
|
||||
)
|
||||
|
||||
func serveFavicon(w http.ResponseWriter, r *http.Request) {
|
||||
w.Header().Set("Content-Type", "image/x-icon")
|
||||
w.Header().Set("Cache-Control", "public, max-age=31536000, immutable")
|
||||
|
||||
Reference in New Issue
Block a user