-
## Description
Currently we use .pngs for all search engine icons for different densities. We should update icons with vector drawables to save space.
CC @bsclifton
-
Vectors: `DecimalVector`, `Decimal256Vector`
* See xtdb/xtdb#1961 for the main checklist
* You'll also need to consider how this fits into the `types/arrow-type-hierarchy`, and likely adapt a lot …
-
### Bug Description
Got this error _ValidationError: 1 validation error for EmbeddingEndEvent
embeddings.0.0
Input should be a valid number [type=float_type, input_value=[0.10854760557413101, -0.…
-
### 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…
-
With the rise of storing `vectors` and very unique data structures, the base columns from `piccolo.columns` is simply not good enough to express these datatypes for our DBs.
In my example I am crea…
-
**Proposal:**
Add properties `angle` and `angle_rad` to `pygame.Vector2` with getter and possibly a setter.
```py
vec.angle_rad == math.atan2(vec.y, vec.x) == vec.as_polar()[1] # note: no vec.an…
aatle updated
2 weeks ago
-
### Checks
- [X] I have checked that this issue has not already been reported.
- [X] I have confirmed this bug exists on the [latest version](https://pypi.org/project/polars/) of Polars.
### Re…
-
### Is there an existing issue for the same bug?
- [X] I have checked the existing issues.
### Branch Name
main
### Commit ID
lastest
### Other Environment Information
```Markdown
- Hardware pa…
-
### Bug Description
How to store, reuse the stored embeddings created by elastic search and denseX.
Below is one approach where I facing issues if I store them in dictionary and trying to send it.…
-
### Apache Iceberg version
1.5.2
### Query engine
Spark
### Please describe the bug 🐞
When I used spark to continuously rewrite the data file, I found a direct memory leak. The reason is that if …