-
Dear Team,
Given the recent launch of OpenAI's new version in early November 2023, many of us may have felt a profound shift in the industry. As the world changes, I believe we should adapt accordi…
-
### Bug description
Our query parser is unable to detect the following valid SELECT statement:
```
WITH my_table AS (
SELECT
*
FROM public.cleaned_sales_data
)
SELECT
*
FROM my…
-
**Description and reproduction of the issue**
```JSON
{
"rules": {
"@angular-eslint/template/prefer-self-closing-tags": ["error"]
}
}
```
```HTML
```
Af…
-
**Describe the bug**
The temporal intersection queries listed in the documentation of the filter API extension do not work.
For the _cql2-text_ query, you get a parsing error as [_pygeofilter_ seems…
-
**Problem statement**
1. Solr is not the solution that fits perfectly every-time. U.S. team didn't have Solr in their new infrastructure setup, Alexey from LD told that customizing Solr to client req…
-
### Bug Description
I'm getting a JSONDecodeError when using `LLMSingleSelector` with `Llama-3.1-8b-instruct`, which is served by `vLLM` as an `OpenAI-like API` service.
The LLM tries to do multip…
-
Hey there. Doesn't lnx have a filtering feature? I couldn't find any relevant info in the docs/README, and there also doesn't seem to be an issue about this. By filtering I mean being able to narrow d…
-
### Question Validation
- [X] I have searched both the documentation and discord for an answer.
### Question
Below is my code
from fastapi import FastAPI, HTTPException
from pydantic import Bas…
-
We wrote the following message to aph by filling in the form at https://www.aph.gov.au/Help/Contact_Us
> I’m Matthew Landauer, one of the founders of the charity the OpenAustralia Foundation, a lib…
-
I am using Sphinx for documentation, and I use a [MyST Parser][1]
My documentation is technical, so I often want to search some command line options, like for example `--run`. However, the "-" (das…