Merge branch 'nosqlbench:main' into rm-docker-metrics

This commit is contained in:
yabinmeng 2023-10-05 10:29:45 -05:00 committed by GitHub
commit e2d81071d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 7 deletions

View File

@ -34,7 +34,7 @@
</description>
<properties>
<kafka.version>3.5.1</kafka.version>
<kafka.version>3.6.0</kafka.version>
</properties>
<dependencies>

View File

@ -1,13 +1,14 @@
format: HDF5
sourceFile: /home/mwolters138/Downloads/h5ex_t_float.h5 #/home/mwolters138/Documents/hdf5/datasets/pass/glove-25-angular.hdf5
sourceFile: <<insert location of source hdf5 file>>
datasets:
- all
embedding: word2vec
writer: filewriter
astra:
scb: /home/mwolters138/Dev/testing/secure-connect-vector-correctness.zip
clientId: IvpdaZejwNuvWeupsIkWTHeL
clientSecret: .bxut2-OQL,dWunZeQbjZC0vMHd88UWXKS.xT,nl95zQC0B0xU9FzSWK3HSUGO11o_7pr7wG7+EMaZqegkKlr4fZ54__furPMtWPGiPp,2cZ1q15vrWwc9_-AcgeCbuf
keyspace: baselines128dot
scb: <<insert location of Astra scb>>
clientId: <<Astra client ID>>
clientSecret: <<Astra client secret>>
keyspace: <<Name of Astra keyspace>>
query: INSERT INTO vectors25(key, value) VALUES (?,?)
targetFile: /home/mwolters138/vectors.txt
targetFile: <<insert location of target file>>