-
### Bug description
I've encountered an issue where automatic batching (as described [here](https://www.prisma.io/docs/orm/prisma-client/queries/query-optimization-performance) ) in interactive tra…
-
## Description
Currently Lucene Engine KNN queries get executed during the [re-write phase](https://github.com/apache/lucene/blob/main/lucene/core/src/java/org/apache/lucene/search/AbstractKnnVectorQ…
-
A test failed on a tracked branch
```
AssertionError: Timed out retrying after 150000ms: Expected to find element: `[data-test-subj="save-with-errors-confirmation-modal"]`, but never found it.
at…
-
### Question Validation
- [X] I have searched both the documentation and discord for an answer.
### Question
I am trying to combine two indexes using GPTListIndex to query both simultaneously…
-
I've proposed we build [Lutra](https://hackmd.io/vgAGlDSmR5KPSVhCvekxHg) a while back, with the intention of constructing a CLI for running PRQL.
The motivation was to make "something that is an exec…
-
### Bug Description
New to llama_index. Thank you for all the efforts towards developing and maintaining it. I'm trying to reproduce the starter example in colab using my own tabulated data. Works fi…
-
### Question Validation
- [X] I have searched both the documentation and discord for an answer.
### Question
I'm following an example from the [Advanced RAG: Combining RAG with Text-to-SQL](https:/…
-
### Question Validation
- [X] I have searched both the documentation and discord for an answer.
### Question
Hi! I am using the cohere reranker as a post-processor, switching to VoyageAI reraker to…
-
the postgres driver uses prepared statements to prevent sql injection. a new statement is created per query, and then cached for subsequent queries. this works as expected.
however, when you enable…
-
### Bug description
We have a table in our Postgres DB with a [UUID column](https://www.postgresql.org/docs/16/datatype-uuid.html), like this:
```prisma
model UploadedImage {
clientID String? …