do-me
- Karma
- 0
- Created
- ()
- Submissions
- 0
- Show HN: Gis.chat – a Geospatial Community (gis.chat)
Hi folks! I'm excited to show you gis.chat, a geospatial chat platform in both senses: a platform about geospatial topics and a geospatial platform itself, referencing the location of our communities. The setup is…
-
Hi folks! I created a frontend-only live semantic search engine based on transformers.js and sentence-transformers/all-MiniLM-L6-v2. Simply pour in your text and a query term. Hit enter and watch the search engine in…
-
With just two main components you can create a fully working semantic search app. The client performs the heavy work of embedding calculation and simply sends the vector to Qdrant (vector database with built-in API)…