faiss/c_api/utils/utils_c.cpp

17 lines
373 B
C++

/**
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
// Copyright 2004-present Facebook. All Rights Reserved.
// -*- c++ -*-
#include "utils_c.h"
#include <faiss/Index.h>
const char* faiss_get_version() {
return VERSION_STRING;
}