Ivan
Ivan
The project is looking good bit it's getting a bit big, maybe instead of wrapping everything in functions we can start playing with some classes, that'd make the code insanely...
It happens when you ran all the tests, individually they all pass. I tried many different combinations of fixtures to close the event loop after every test, without success, top...
We only have a few regex questions, I'd be great to have more! 
Add two more examples to `array_agg` where we showcase a more interesting example and a not-so obvious where we pass an object mapping str:column_names ## Summary of the changes /...
## Description [CrateDB](https://cratedb.com/) is an open-source distributed SQL database management system designed for real-time processing of large volumes of data with high performance and scalability. ## Info |Name|Category|Background Color|Logo Color|...
### Problem Statement Currently whenever a SQLParseException is returned to the client, we only return the **line**:**column**, this is often confusing as the user might just ignore this information as...
### Problem Statement We can do ```sql SELECT CURRENT_DATE + 1 ``` but not ```sql SELECT CURRENT_DATE + INTERVAL '1 day'; UnsupportedFunctionException[Unknown function: (curdate() + cast('1 day' AS interval)), no...
### CrateDB version 5.5.2, 5.6.2 ### CrateDB setup information I think it's not relevant. ### Problem description The following functions lack numeric overloads, leading to cast errors: - abs -...
### Context In standard deviation calculation there is the [Bessel's correction](https://en.wikipedia.org/wiki/Bessel%27s_correction) this mean that there are 'two ways' of calculating a deviation: `population standard deviation` and `sample standard deviation`, they...
## Summary Add CrateDB to vector databases. The change is minimal though. --- ## For new content When contributing new content, read through our [contribution guidelines](https://github.com/openai/openai-cookbook/blob/main/CONTRIBUTING.md), and mark the following...