-
**Describe the bug**
In spacy_nlp_engine.py, it only imports spacy but calls `spacy.cli.download`: https://github.com/microsoft/presidio/blob/a21a17c2cbcb212b36489c1e8d73118b28ff8ff9/presidio-analyzer…
-
![badgen.net](https://uploads.linear.app/0b2a9228-3827-45ff-bb20-ccd34f57f694/e238a8bd-8e9e-47d5-9e80-da492eab07fa/014e9b42-f743-47b9-a55b-deac564e100d?signature=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.e…
-
these are the logs
Final move was Bxc4#
12/04/2024 06:05:39.467 | INFO | cli-chess | main_model._start_loggers | cli-chess v1.4.1 // python 3.11.5
12/04/2024 06:05:39.467 | INFO | cli-chess | m…
-
Prisma's CLI uses multiple Engines that are written in Rust and built as executable, platform specific binaries. They are downloaded on installation of Prisma or the project using Prisma.
The Migra…
-
Hi Prisma Team! The following command just crashed.
## Command
`migrate dev --name [redacted]`
## Versions
| Name | Version |
|-------------|--------------------…
-
### Documentation Issue Description
This page made it seem easy to go create a RAG CLI with a local model (e.g., Llama)
https://docs.llamaindex.ai/en/stable/getting_started/starter_tools/rag_cli/
…
-
### Description
The docker engine hangs when I try to run it. I ran the diagnostic through the troubleshooting section and get the following: `running engine: waiting for the Docker API: context dead…
-
I noticed CLI only supports Postgres currently.
I want to support Databend for it.
-
### Description
Unable to start docker desktop version 4.36.0; I am consistently seeing the following error:
`running engine: waiting for the Docker API: engine linux/wsl failed to run: starting WSL…
-
### Bug description
```javascript
prisma.user.find({
where:{
is_delete:undefined
}
})
```
When I query undefined, I want to query `db. user.find({is_delete: {$exists: false}})`, but …