Skip to content

Commit

Permalink
bump (#1340)
Browse files Browse the repository at this point in the history
  • Loading branch information
emrgnt-cmplxty authored Oct 4, 2024
1 parent 6e1c594 commit 187ba14
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions py/core/main/api/retrieval_router.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
VectorSearchSettings,
)
from core.base.api.models import (
WrappedCompletionResponse,
WrappedRAGAgentResponse,
WrappedRAGResponse,
WrappedSearchResponse,
WrappedCompletionResponse,
)
from core.base.providers import OrchestrationProvider

Expand Down Expand Up @@ -86,7 +86,7 @@ def _select_filters(
}

if search_settings.filters != {}:
filters = {"$and": [filters, vector_search_settings.filters]} # type: ignore
filters = {"$and": [filters, search_settings.filters]} # type: ignore

return filters

Expand Down
2 changes: 1 addition & 1 deletion py/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build-backend = "poetry.core.masonry.api"
[tool.poetry]
name = "r2r"
readme = "README.md"
version = "3.2.4"
version = "3.2.5"

description = "SciPhi R2R"
authors = ["Owen Colegrove <[email protected]>"]
Expand Down

0 comments on commit 187ba14

Please sign in to comment.