Skip to content

Commit

Permalink
Token fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Chitti-Ankith committed Apr 11, 2024
1 parent d11ee20 commit d822931
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pinecone/pinecone_build.c
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ IndexBuildResult *pinecone_build(Relation heap, Relation index, IndexInfo *index
cJSON* index_stats_response;
InsertBaseTable(heap, index, indexInfo, host, result);

#ifdef PINECONE_MOCK {
#ifdef PINECONE_MOCK
if (!pinecone_use_mock_response) {
#endif
// wait for the remote index to finish processing the vectors
Expand Down

0 comments on commit d822931

Please sign in to comment.