Topically is out! Launch it https://
github.com/cohere-ai/sand
box-topically
… Topically: A suite of tools that help you use the best of topic modeling to make sense of text collections (messages, articles, emails, news headlines, etc.) using large language models.
OPEN SOURCE
-

Topically: LLM-powered topic modeling tool suite launched
By
–
-
Toy Semantic Search: Simple AI-powered search engine with embeddings
By
–
Toy Semantic Search is out! Fork it https://
github.com/cohere-ai/sand
box-toy-semantic-search
… Toy Semantic Search: A simple semantic search engine built with the Cohere API. The search algorithm here is fairly straightforward, using embeddings to find the paragraph that matches the question's representation. -
Grounded QA: Contextualized Factual Question-Answering Bot Released
By
–
Grounded QA is out! Clone, tweak, and deploy it https://
github.com/cohere-ai/sand
box-grounded-qa
… Grounded QA: A powerful, contextualized, factual question-answering @Discord bot that uses embeddings, text generation, and web search. -
PostgreSQL Design Makes Ideal Target Compatible Database Implementations
By
–
Yeah there seem to be things about the specific design and implementation of PostgreSQL that make it a really great target for compatible database implementations
-
Mastodon Exceeds Expectations After Six Years Development
By
–
I had low expectations of Mastodon and it has massively exceeded them – it's had six years to iron out the kinks, I was surprised qnd impressed when I set it up yesterday
-
Model Available in Lean VSCode Plugin for Researchers
By
–
We’ve made our model available through the Lean VSCode plugin to allow researchers to explore the capabilities within the Lean environment. We hope you’ll build on this work as part of our shared pursuit of rapid progress in this exciting field.
-
Justfile for sqlite-utils project repository
By
–
Here's the Justfile https://
github.com/simonw/sqlite-
utils/blob/main/Justfile
… -
Cooperative Backup System: Peer-to-Peer Data Security Solution
By
–
I've long fantasized about implementing a co-op backup system: you host my encrypted backups, I host yours, then if just one of us screws up our storage somehow or forgets to renew our credit card we don't lose all of our data!
-
14-Year Data Matching Project Considered as Datasette Plugin
By
–
Sadly my 14 year old project never got any further than this! https://
github.com/simonw/datamat
cher/blob/main/index.html
… Though now I'm pondering if something like this could make a good @datasetteproj plugin… -
Building String Distance Matching Tools in JavaScript
By
–
I built something a bit like this once that used Levenshtein string distances in JavaScript https://
github.com/simonw/datamat
cher
…