go-faiss icon indicating copy to clipboard operation
go-faiss copied to clipboard

Go bindings for Faiss

Results 8 go-faiss issues
Sort by recently updated
recently updated
newest added

build from centos7 ; but only use 1 cpu cmake -B build -DFAISS_ENABLE_GPU=OFF -DFAISS_ENABLE_C_API=ON -DBUILD_SHARED_LIBS=ON -DFAISS_ENABLE_PYTHON=ON -DFAISS_OPT_LEVEL=avx2 -DCMAKE_BUILD_TYPE=Release -DBLA_VENDOR=Intel10_64_dyn -DPython_EXECUTABLE=/usr/bin/python3 .

This was missing from the library and is necessary do addWithId. Other than that added a test to show example usage and a Dockerfile with faiss and go-faiss installed inside...

Hi, I am trying to run the example, but when I run `go get github.com/DataIntelligenceCrew/go-faiss` it shows: ``` # github.com/DataIntelligenceCrew/go-faiss ../../autotune.go:12:6: could not determine kind of name for C.FaissParameterSpace ../../autotune.go:39:2:...

Hello, We have an application built as a Windows executable that is being distributed to customers. Do we need to bundle the faiss C++ library / header files (as DLL...

I am not sure about this but testing go vs python, python version is significantly faster than go. I am testing on Intel Ultra 5. I am not sure if...

**Title:** `AddWithIDs` throws "add_with_ids not implemented for this type of index" with `IndexFactory`-created Flat index **Description:** I'm trying to add vectors with custom IDs using `AddWithIDs` on an index created...