-
**Overview**
Expose issues in Parquet format via datasette
**Background**
Following the [design proposal for an internal API](https://digital-land.github.io/technical-documentation/architecture-and-…
-
To help us build SQL interfaces that embed text and then pass the result to the model.
Using this new feature in Datasette core:
- https://github.com/simonw/datasette/issues/2441
-
This plugin currently hard-codes to using Claude 3 Haiku and the Anthropic client library:
https://github.com/datasette/datasette-query-assistant/blob/a777a80bcb3b42933b2933de895f4f2eb9376e9d/datas…
-
The `datasette-embeddings` extension currently requires the use of hosted OpenAI models and the availability of an OpenAI API key to generate embeddings:
```python
async def calculate_embeddin…
-
I would like to be able to use the same `templates` path on both mac and linux. Is this possible? It appears that they're different:
mac - `$HOME/Library/Application Support/io.datasette.llm/temp…
-
The plot button does not show up and I get this error in the console:
```
Uncaught (in promise) TypeError: Cannot read properties of null (reading 'insertAdjacentElement')
at Module.E9 (main.…
-
## Core problem
As we accumulate more and more DIs, it's becoming tricky to check whether someone has already written a given DI.
## Proposed solution
Expand the search on https://admin.owid.io/adm…
-
Claude 3 and other models (like Reka) support prefill, where you can construct a chat but set the first tokens of the model's reply. I use that in `datasette-query-assistant` here: https://github.com/…
-
### Issue
It would be handy to log chats to a database rather than just save a large .md file.
I was inspired by [this](https://llm.datasette.io/en/stable/logging.html#browsing-logs-using-datasett…
-
This ticket is added after issues caused by unexpected table name changes in datasette.
The change caused responses to some of our requests (`fetchColumnSummary`) to return 400 error. Which in tur…