Skip to content

Commit

Permalink
new tokenizer for vss0 column defs, test updates, edit faiss_ondisk
Browse files Browse the repository at this point in the history
  • Loading branch information
asg017 committed Aug 17, 2023
1 parent 05f0c61 commit e951c6d
Show file tree
Hide file tree
Showing 3 changed files with 1,302 additions and 715 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ endif()
configure_file(src/sqlite-vss.h.in sqlite-vss.h)
configure_file(src/sqlite-vector.h.in sqlite-vector.h)

set(CMAKE_CXX_STANDARD 11)
set(CMAKE_CXX_STANDARD 17)
set(CMAKE_CXX_STANDARD_REQUIRED ON)

option(FAISS_ENABLE_GPU "" OFF)
Expand Down
Loading

0 comments on commit e951c6d

Please sign in to comment.