Giter Club home page Giter Club logo

Comments (5)

tanliboy avatar tanliboy commented on July 17, 2024

I encountered another error while following the instructions for testing.

$ ngt create -d 128 -o c index ./data/sift-dataset-5k.tsv
ngt: Error: Specify greater than 0 for # of your data dimension by a parameter -d.
Usage: ngt create -d dimension [-p #-of-thread] [-i index-type(t|g)] [-g graph-type(a|k|b|o|i)] [-t truncation-edge-limit] [-E edge-size] [-S edge-size-for-search] [-L edge-size-limit] [-e epsilon] [-o object-type(f|c)] [-D distance-function(1|2|a|A|h|j|c|C)] [-n #-of-inserted-objects] [-P path-adjustment-interval] [-B dynamic-edge-size-base] [-A object-alignment(t|f)] [-T build-time-limit] [-O outgoing x incoming] index(output) [data.tsv(input)]

It seems lib/NGT/Command.cpp could not pass -d as expected above. Is it a KP?

from ngt.

masajiro avatar masajiro commented on July 17, 2024

When you use macOS, the order of the command line parameters is different from that of the READMEs. Below is the order for macOS.

ngt parameters-with-a-dash command parameters

Below is an example for macOS.

ngt -d 128 -o f create index ./data/sift-dataset-5k.tsv

In addition, since I found a bug of the distance function for the byte object type, please use the float type "-o f" instead of the byte type like the example above. Although I am going to fix it as soon as possible, if you use the byte type right now, please build NGT without avx as below.

cmake -DNGT_AVX_DISABLED=ON ..

from ngt.

masajiro avatar masajiro commented on July 17, 2024

Since the bug above depends on your CPU, you might not have the bug.

from ngt.

masajiro avatar masajiro commented on July 17, 2024

I released NGT V1.7.8 to deal with the warning and the bug on a specific CPU.

from ngt.

tanliboy avatar tanliboy commented on July 17, 2024

@masajiro, thank you for the quick fix and explanation!

from ngt.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.