Skip to content

Commit

Permalink
Merge pull request #1836 from SciPhi-AI/patch/fix-relationship-filter…
Browse files Browse the repository at this point in the history
…-criteria

fix relationship filters
  • Loading branch information
emrgnt-cmplxty authored Jan 16, 2025
2 parents a73b4e7 + 8fb8ab9 commit ed807fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions py/core/pipes/retrieval/graph_search_pipe.py
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,7 @@ async def search(
# "chunk_ids",
# "document_ids",
],
filters=search_settings.filters,
):
try:
# TODO - remove this nasty hack
Expand Down

0 comments on commit ed807fc

Please sign in to comment.