-
I am applying a SQLDatabaseChain Chatbot model by using LangChain SQLDatabaseChain and GPT4. I first created this model on Databricks notebook like this :
```
import json
import os
import langch…
-
### What version of `drizzle-orm` are you using?
0.29.0
### What version of `drizzle-kit` are you using?
_No response_
### Describe the Bug
with the following schemas:
```javascript
…
-
Related to #11
I have re-implemented the basic parsing engine and added a nice UI. Additionally I added a better query engine. I need to deprecate the other projects and point them here.
## Fea…
-
### Version
1.24.0
### What happened?
Given this SQL on mysql
```
-- name: TestSQLC :many
select NULL name, 12 age
union all
select 'name', 13
```
sqlc (version 1.18 and later) generates…
-
### Search before asking
- [X] I had searched in the [issues](https://github.com/apache/seatunnel/issues?q=is%3Aissue+label%3A%22bug%22) and found no similar issues.
### What happened
任务运行后,通过seat…
-
> Refer to roadmap [2023](https://github.com/StarRocks/starrocks/issues/16445) [2022](https://github.com/StarRocks/starrocks/issues/1244)
# Shared-data & StarOS
- Align with all functionalities…
-
It's been a major annoyance for a long time with `nix-command` that you always have to write out the name of the flake explicitly when using `nix shell` or `nix run`.
The popular [nix-dram](https:/…
-
### Version
1.12.0
### What happened?
When running sqlc v1.12.0
➜ sqlc compile
\# package db
sql/query/advanced.sql:3:84: column "key" does not exist
It appears sqlc compile is not a…
-
**Company or project name**
ClickHouse inc.
**Use case**
Since the new type has been merged https://github.com/ClickHouse/ClickHouse/pull/66444 we need to test it continuously.
**Describe…
-
As a follow-up to #757, it would be very handy, for custom plugins, to have a [GraphQL](https://graphql.org/) endpoint. This would allow, in only one query, to get all information needed, no more. But…