mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2024-12-24 08:00:00 -06:00
Merge branch 'nosqlbench:main' into rm-docker-metrics
This commit is contained in:
commit
e2d81071d0
@ -34,7 +34,7 @@
|
||||
</description>
|
||||
|
||||
<properties>
|
||||
<kafka.version>3.5.1</kafka.version>
|
||||
<kafka.version>3.6.0</kafka.version>
|
||||
</properties>
|
||||
|
||||
<dependencies>
|
||||
|
@ -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>>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user