Skip to content

update for redisvl 0.8.0 #1846

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 15, 2025
Merged

update for redisvl 0.8.0 #1846

merged 1 commit into from
Jul 15, 2025

Conversation

github-actions[bot]
Copy link
Contributor

update for redisvl 0.8.0

Copy link
Contributor

@andy-stark-redis andy-stark-redis left a comment

Choose a reason for hiding this comment

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

There's a broken link that comes from the RedisVL site and a minor typo but they're both easily fixed, so I'll approve.



## Non-vector Queries

In some cases, you may not want to run a vector query, but just use a ``FilterExpression`` similar to a SQL query. The ``FilterQuery`` class enable this functionality. It is similar to the ``VectorQuery`` class but soley takes a ``FilterExpression``.
In some cases, you may not want to run a vector query, but just use a ``FilterExpression`` similar to a SQL query. The ``FilterQuery`` class enable this functionality. It is similar to the ``VectorQuery`` class but solely takes a ``FilterExpression``.
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
In some cases, you may not want to run a vector query, but just use a ``FilterExpression`` similar to a SQL query. The ``FilterQuery`` class enable this functionality. It is similar to the ``VectorQuery`` class but solely takes a ``FilterExpression``.
In some cases, you may not want to run a vector query, but just use a ``FilterExpression`` similar to a SQL query. The ``FilterQuery`` class enables this functionality. It is similar to the ``VectorQuery`` class but solely takes a ``FilterExpression``.

@@ -934,7 +938,7 @@ A query for running a full text search, along with an optional filter expression
* **text_field_name** (*str*) – The name of the document field to perform text search on.
* **text_scorer** (*str* *,* *optional*) – The text scoring algorithm to use.
Defaults to BM25STD. Options are {TFIDF, BM25STD, BM25, TFIDF.DOCNORM, DISMAX, DOCSCORE}.
See [https://redis.io/docs/latest/develop/ai/search-and-query/advanced-concepts/scoring/](https://redis.io/docs/latest/develop/ai/search-and-query/advanced-concepts/scoring/)
See [https://redis.io/docs/latest/develop/interact/search-and-query/advanced-concepts/scoring/](https://redis.io/docs/latest/develop/interact/search-and-query/advanced-concepts/scoring/)
Copy link
Contributor

Choose a reason for hiding this comment

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

This should actually be /develop/ai/search-and-query/..., etc (live page is https://redis.io/docs/latest/develop/ai/search-and-query/advanced-concepts/scoring/), but it appears to be wrong on the RedisVL site: https://docs.redisvl.com/en/stable/api/query.html#textquery

Suggested change
See [https://redis.io/docs/latest/develop/interact/search-and-query/advanced-concepts/scoring/](https://redis.io/docs/latest/develop/interact/search-and-query/advanced-concepts/scoring/)
See [https://redis.io/docs/latest/develop/ai/search-and-query/advanced-concepts/scoring/](https://redis.io/docs/latest/develop/ai/search-and-query/advanced-concepts/scoring/)

@paoloredis paoloredis merged commit 396af9d into main Jul 15, 2025
1 check passed
@paoloredis paoloredis deleted the redisvl_docs_sync_0.8.0 branch July 15, 2025 12:07
@paoloredis
Copy link
Collaborator

Thanks Andy. @tylerhutcherson fyi

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants