Skip to content

Commit

Permalink
added feature for interactive search memory index
Browse files Browse the repository at this point in the history
  • Loading branch information
rakri committed Dec 15, 2023
1 parent cc577fd commit fc9f786
Show file tree
Hide file tree
Showing 2 changed files with 519 additions and 0 deletions.
3 changes: 3 additions & 0 deletions apps/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ target_link_libraries(build_memory_index ${PROJECT_NAME} ${DISKANN_TOOLS_TCMALLO
add_executable(build_stitched_index build_stitched_index.cpp)
target_link_libraries(build_stitched_index ${PROJECT_NAME} ${DISKANN_TOOLS_TCMALLOC_LINK_OPTIONS} Boost::program_options)

add_executable(interactive_search_memory_index interactive_search_memory_index.cpp)
target_link_libraries(interactive_search_memory_index ${PROJECT_NAME} ${DISKANN_ASYNC_LIB} ${DISKANN_TOOLS_TCMALLOC_LINK_OPTIONS} Boost::program_options)

add_executable(search_memory_index search_memory_index.cpp)
target_link_libraries(search_memory_index ${PROJECT_NAME} ${DISKANN_ASYNC_LIB} ${DISKANN_TOOLS_TCMALLOC_LINK_OPTIONS} Boost::program_options)

Expand Down
Loading

0 comments on commit fc9f786

Please sign in to comment.