-
I'm going to experiment with nested config files to support multiple languages. Ideally the ggplot code doesn't change or care. Just pulls from the directed yaml file.
-
pytest returns a DeprecationWarning about np.float that is used in the datasketch package. Currently, the api uses version 1.5.3, the latest version on pypi. Apparently, however, this issue was alread…
-
First of all, thank you for great work @ekzhu!
Here is a reproducible test that shows that my expectation is to create 1 keyspace per each LSH index unfortunately all LSH tables are being created in …
-
Hello, i try to use your new feature (connect to the mongo by uri), but when installing version 1.5.4, there is no functionality for working with mongo uri.
In PyPi, the tar.gz file and the whl fil…
-
## The problem
Parenthetical summaries in CourtListener have recently entered beta. One of the major observations thus far has been that for opinions with many summaries (see, e.g., [*Twombly*](https…
-
Hi,
First of all, thanks for your amazing job on this Druid Client !
I'm currently investigating to see what PHP client library we could integrate into our Lumen/Laravel app to query Druid.
I've …
-
doublesSketch = DoublesSketch.builder().build();
private double[] doubleArray = { 0.99 };
public void updateSketch(long latency) {
doublesSketch.update(latency);
System.out.print…
-
There's a Go [implementation](https://github.com/ekzhu/go-sql-lsh) for LSH storage for Postgres and SQLite, though there's none for MySQL. Neither of relational databases is supported directly in this…
-
```
J(A, B) = | INTERSECTION(A,B) | / | UNION(A,B) |
C(A,B) = | INTERSECTION(A,B) | / | A |
```
Assume `A=Q` is a shingleset that we want to query against a database full of shinglesets `x_i`…
-
Hello, I've followed these [instructions ](https://github.com/erikbern/ann-benchmarks#running). I wanted to quickly evaluate the algorithms on a single dataset via ```python run.py --dataset glove-25-…