-
As long as plotting is concerned, the extent of the data doesn't need to be super precise. The `get_extent()` function has a parameter `exact=True`, which could speed up the computation of extents for…
-
Is there a way to perform a search for a set of vectors with one request?
-
### Checked other resources
- [X] I added a very descriptive title to this issue.
- [X] I searched the LangChain documentation with the integrated search.
- [X] I used the GitHub search to find a sim…
-
Building a RAG application using Spring AI 1.0.0.M1 version, JDK 21, Ollama & Milvus v2.4.0 vector store running as a docker container using docker compose. Please note, I am creating a new Collection…
-
**maplibre-gl-js version**: 4.3.2
**browser**: all
### Steps to Trigger Behavior
1. vector layer with a line feature rendered with an offset, i.e. `"line-offset": 24,`
2. at higher zoo…
-
For `Set` and `Map` we provide automatic parallelization of certain pure operations. See e.g.
https://github.com/flix/flix/blob/master/main/src/library/RedBlackTree.flix#L622
It might be useful…
-
![image](https://user-images.githubusercontent.com/75425109/105858989-4afdce00-5fec-11eb-8fbb-da421c4e5e44.png)
![image](https://user-images.githubusercontent.com/75425109/105859015-50f3af00-5fec-11e…
-
### Describe the question.
Hello,
I was wondering if there is a way to obtain the motion vectors you compute when you decode a video on GPU?
Thanks
### Check for duplicates
- [X] I have searc…
-
Now that we have `Vector`, I think it would be great to have a search function that uses binary search in addition to the find functions. Why? Well, if we have a pure indexable data structure, we may …
-
### The model to consider.
https://huggingface.co/dunzhang/stella_en_1.5B_v5
last_hidden_state = model(**input_data)[0]
in __init__ model:
vector_linear = torch.nn.Linear(in_features=model.conf…