-
**Describe the feature**
Not sure how doable is this given the current architecture, but it would be nice to let exporter "render" vector images (as e.g. PDF or SVG) for a specific frame while …
-
### 🚀 The feature, motivation and pitch
Add support for control vectors
See https://github.com/vgel/repeng and https://github.com/ggerganov/llama.cpp/pull/5970
### Alternatives
_No response_
##…
-
Please follow the standard coding structure and try to optimize the code as much as possible. Make sure to add comments to make code easily understandable to begineers. URL : https://github.com/chaudh…
-
Functions that construct vectors with a known length should be able to produce the spine fully lazily. For example, I don't think there's a good reason why `map (const 0) (undefined :: Vec 5 ())` sho…
-
_Imported from https://github.com/dnfield/vector_graphics/issues/244_
Original report by @flrnsbt on Jun 10, 2024
../../../../../../.pub-cache/hosted/pub.dev/vector_graphics_compiler-1.1.11+1/lib/sr…
-
## System details:
#### Positron and OS details:
OSX
[2024.08.0-88](https://github.com/posit-dev/positron-builds/releases/tag/2024.08.0-88)
#### Interpreter details:
R 4.3.3
## Describ…
-
Do some research on the following options:
1. llama-index folder index tool
2. managing it by yourself (e.g., a pkl for FAISS of each file)
-
### API
Other
### Description
A common use case for graph databases these days (especially in GraphRAG) is to combine vector search with graph traversal to provide more relevant results for a given…
-
### Description
Vector search currently loads vectors from disk by issuing a `seek()` followed by a `readFloats()`. We should instead:
- Add an absolute `readFloats()` method to `RandomAccessInput`…
-
On the other hand, `min_fast` looks fine: For
```
min_tuple(t) = @fastmath foldl(min, t)
max_tuple(t) = @fastmath foldl(max, t)
t = ntuple(Float64, 8)
```
I get
```
julia> @code_llvm debuginfo=:none m…