Andrey Vasnetsov

Results 93 issues of Andrey Vasnetsov

``` [ 1, 1 ], [ 2, 1 ], [ 2, 1 ], [ 1.5, 1], [ 2, 1.5], [ 2, 1 ], [ 2, 2 ], [ 2, 1...

This line assumes, that `dot` function returns a simple dot production and negates it to make it work like a distance (smaller = closer) https://github.com/hora-search/hora/blob/a6759f8ae950a10d833735b9bca82d80435e60aa/src/core/metrics.rs#L56 But in reality, `dot` function...

Hi! I am trying to upload vectors as fast as possible into fresh weaviate instance. I am using: ``` @classmethod def upload_batch( cls, ids: List[int], vectors: List[list], metadata: List[Optional[dict]] ):...

Another attempt to benchmark batching query. Main question: at what level should we split batch into individual function calls? There are 3 main options: - On collection level - where...

**Is your feature request related to a problem? Please describe.** Currently, user needs to know exact list of point IDs to perform a payload update. (API https://qdrant.github.io/qdrant/redoc/index.html#operation/update_points) But in some...

enhancement
good first issue

**Is your feature request related to a problem? Please describe.** Sometimes a single object can be represented with more than one vector. Example: - Multiple photos of a single item...

enhancement

### All Submissions: * [ ] Have you followed the guidelines in our Contributing document? * [ ] Have you checked to ensure there aren't other open [Pull Requests](../../../pulls) for...

### All Submissions: * [ ] Have you followed the guidelines in our Contributing document? * [ ] Have you checked to ensure there aren't other open [Pull Requests](../../../pulls) for...

### Discussed in https://github.com/qdrant/qdrant/discussions/184 Originally posted by **arita37** January 6, 2022 Currently, one can query one vector a time the topk vector. Do you think it is possible to have...

enhancement

### All Submissions: * [ ] Have you followed the guidelines in our Contributing document? * [ ] Have you checked to ensure there aren't other open [Pull Requests](../../../pulls) for...