Roni Wiener
Roni Wiener
**Is your feature request related to a problem? Please describe.** In some scenarios the client may have an array of vectors / records ids and not the vectors themselves. A...
**Describe the solution you'd like** Make a query of vectors matrix instead of a single vector **Additional context** Prevent latency and extra networking payloads of multiple single vector queries.
### Describe the feature you'd like to request Support React 18 ### Describe the solution you'd like Support React 18 ### Describe alternatives you've considered None ### Your Example Website...
SentencePiece implementation includes a text normalisation stage which is very useful in reducing the number of individual characters, handling non-printable characters and more. This feature may speed up the run...
Adding an INT32 / INT64 VECTOR (Acting as an array of integer) field dataType would be great.
ArangoDB allows vector data types and similarity calculations such as dot product and cosine similarity. But brute force vector search is slow and requires high resources, to mitigate the problem...
Running the example on the given model yields similarity score of around 2 in a scale from 1-5 between the 2 very similar sentences given
Freq is incremented without prior initialization. Line 391 in lstm.py
**Describe the bug** Selected text across blocks is truncated without spaces when the selection is across blocks **To Reproduce** Write 2 Paragraph blocks - select their text and see the...
**Is your feature request related to a problem? Please describe.** For production pipelines that require high throughput it is common to buffer and batch incoming requests before passing them to...