pgvector-java
pgvector-java copied to clipboard
pgvector support for Java, Kotlin, Groovy, and Scala
Results
2
pgvector-java issues
Sort by
recently updated
recently updated
newest added
I have written the basic code to use sparsevec added in pgvector 0.7.0. I have confirmed that basic operations are functioning correctly. Only the part handling Query as String has...
Hello, For the `(String s)` constructor of `PGsparsevec`, it follows the same format as pgvector, so the index starts from 1. However, for the constructor with the parameters `(Map map,...