-
Hi @Valentina-Alto,
I read your blog "Building your own DB Copilot for Azure SQL with Azure OpenAI GPT-4" and it is really helpful.
We followed your code to inquire our Azure SQL database with Langc…
-
Este Issue desciende de: https://github.com/colav/impactu/issues/189
Bajo la nueva arquitectura realizada en frontend y las solicitudes hechas en el issue antes mencionado, es necesario limpiar/cam…
-
**Crash report**
Attaching the crash report.
crash log:
```
Mar 28 08:31:32.777520+08:00 2024 dvprpswthacc006 INFO database#/supervisord: redis6 === REDIS BUG REPORT START: Cut & paste starting …
-
I believe it should be a great feature if we can have struct tags generated for sql column names. Ex:
``` go
objs.Select("Id", "Age").Where(objs.FilterAge(">=", 10)).
OrderBy("Age", "+Id").Page(9, 5)…
-
the code from README
```
for(auto &&row : db age >> name >> weight;
cout
-
### Version
1.18.0
### What happened?
sqlc generates queries using numbered parameters, but if a `sqlc.slice` comes before other parameters, the numbers will no longer match.
### Relevant…
-
Hello,
I'm considering using MeTTa for a conversational AI application and have some questions about its performance with large datasets.
In the OpenCog Atomspace Metagraphs paper, it's mentione…
-
Hey Ryan,
Here are some additional metrics that we gather that could be very useful for others. You may want to add them to your base code. Super-user privileges are not needed for these queries.
…
-
### Description:
I'm facing an issue where data is not being inserted into Neo4j when using the io.kestra.plugin.neo4j.Batch task in a Kestra workflow. The task executes without errors, but the Neo…
-
We are missing support for the following case.
Example syntax:
```scala
case class Person(id: Int, name: String, age: Int)
val tuples: Seq[(String, Int)] = Seq(("Foo", 1), ("Bar", 2))
c…