Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions docs/api/query.rst
Original file line number Diff line number Diff line change
Expand Up @@ -231,3 +231,23 @@ MultiVectorQuery
:inherited-members:
:show-inheritance:
:exclude-members: add_filter,get_args,highlight,return_field,summarize


SQLQuery
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

add docs

========

.. currentmodule:: redisvl.query


.. autoclass:: SQLQuery
:members:
:show-inheritance:

.. note::
SQLQuery requires the optional ``sql-redis`` package. Install with:
``pip install redisvl[sql-redis]``

.. note::
SQLQuery translates SQL SELECT statements into Redis FT.SEARCH or FT.AGGREGATE commands.
The SQL syntax supports WHERE clauses, field selection, ordering, and parameterized queries
for vector similarity searches.
214 changes: 118 additions & 96 deletions docs/user_guide/02_hybrid_queries.ipynb

Large diffs are not rendered by default.

Loading
Loading