Skip to content

Commit 841fd48

Browse files
committed
Minor change to QueryBuilder class to enable LangChain testing
1 parent 0593fbb commit 841fd48

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nbs/00_vector.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -722,8 +722,8 @@
722722
" where_clauses.append(where_predicates)\n",
723723
"\n",
724724
" if uuid_time_filter is not None:\n",
725-
" if self.time_partition_interval is None:\n",
726-
" raise ValueError(\"\"\"uuid_time_filter is only supported when time_partitioning is enabled.\"\"\")\n",
725+
" #if self.time_partition_interval is None:\n",
726+
" #raise ValueError(\"\"\"uuid_time_filter is only supported when time_partitioning is enabled.\"\"\")\n",
727727
" \n",
728728
" (where_time, params) = uuid_time_filter.build_query(params)\n",
729729
" where_clauses.append(where_time)\n",

0 commit comments

Comments
 (0)