This is a viewer only at the moment see the article on how this works.
To update the preview hit Ctrl-Alt-R (or ⌘-Alt-R on Mac) or Enter to refresh. The Save icon lets you save the markdown file to disk
This is a preview from the server running through my markdig pipeline
Wednesday, 03 December 2025
Ok pezzo veloce qui. Hai letto tutto sulla ricerca semantica, in molti articoli qui. Ma si può aver notato; Questo sito non è in realtà l'uso di esso *E' vero.*Allora, dov'e'?
Semplice il modo in cui implemento questo sito significa che ho bisogno di tempo libero per cambiare il mio docker-compose.yml specificamente da aggiungere
mostlylucid:
image: scottgal/mostlylucid:latest
restart: always
labels:
- "com.centurylinklabs.watchtower.enable=true"
env_file:
- .env
environment:
...
- SemanticSearch__Enabled=${SEMANTICSEARCH_ENABLED}
- SemanticSearch__QdrantUrl=http://qdrant:6333
- SemanticSearch__CollectionName=${SEMANTICSEARCH_COLLECTIONNAME}
- SemanticSearch__EmbeddingModelPath=${SEMANTICSEARCH_EMBEDDINGMODELPATH}
- SemanticSearch__VocabPath=${SEMANTICSEARCH_VOCABPATH}
- SemanticSearch__VectorSize=${SEMANTICSEARCH_VECTORSIZE}
- SemanticSearch__RelatedPostsCount=${SEMANTICSEARCH_RELATEDPOSTSCOUNT}
- SemanticSearch__MinimumSimilarityScore=${SEMANTICSEARCH_MINIMUMSIMILARITYSCORE}
- SemanticSearch__SearchResultsCount=${SEMANTICSEARCH_SEARCHRESULTSCOUNT}
qdrant:
image: qdrant/qdrant:latest
container_name: qdrant
restart: always
volumes:
- qdrant-data:/qdrant/storage
networks:
- app_network
environment:
- QDRANT__SERVICE__GRPC_PORT=6334
Che è davvero tutto ciò di cui ho bisogno. È in esecuzione sulla mia istanza di test locale (https://local.locallylucid.net) e sono in grado di risolvere rapidamente i problemi e modificarlo più facilmente (è letteralmente su un computer portatile accanto a me; vecchi computer portatili fanno grandi macchine Homelab e Tunnel Cloudflare fallo SEAMLESS). Quindi fai un gioco se vuoi.
Arriverà ad un certo punto; probabilmente nel corso di Natale quando il mio traffico scende / Non riesco a dormire una notte. Fino ad allora il sito è un esempio di degradazione graziosa come funziona in entrambi i modi.
© 2026 Scott Galloway — Unlicense — All content and source code on this site is free to use, copy, modify, and sell.