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.