Skip to content

RDoc-3706 Vector search: Filtered queries#2366

Open
Danielle9897 wants to merge 6 commits intoravendb:mainfrom
Danielle9897:RDoc-3706-vectorSearch-filteredQueries-new
Open

RDoc-3706 Vector search: Filtered queries#2366
Danielle9897 wants to merge 6 commits intoravendb:mainfrom
Danielle9897:RDoc-3706-vectorSearch-filteredQueries-new

Conversation

@Danielle9897
Copy link
Copy Markdown
Member

Issue link

https://issues.hibernatingrhinos.com/issue/RDoc-3706/Vector-search-Filtered-queries

Additional description

  • Replace section: Impact of _NumberOfCandidates_ on query result
    with new section: How filtered vector search works
  • Add the new indexing configuration key
  • Mention this in the Server breaking changes

Type of change

  • Content - docs
  • Content - cloud
  • Content - guides
  • Content - start pages/other
  • New docs feature (consider updating /templates or readme)
  • Bug fix
  • Optimization
  • Other

Changes in docs URLs

  • No changes in docs URLs
  • Articles are restructured, URLs will change, mapping is required (update /scripts/redirects.json file, set Documents Moved PR label)

Changes in UX/UI

  • No changes in UX/UI
  • Changes in UX/UI (include screenshots and description)

Copy link
Copy Markdown
Member

@maciejaszyk maciejaszyk left a comment

Choose a reason for hiding this comment

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

LGTM

* The requested _number of candidates_ exceeds half the filter match count.
Learn about the _number of candidates_ param in [The query parameters](../../../ai-integration/vector-search/vector-search-using-dynamic-query.mdx#the-dynamic-query-parameters).

In this mode, an exact nearest-neighbor search is performed over **only** the documents that match the filter.
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

just exact search

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

Done.
Fixed here and in all other files.

* The requested _number of candidates_ exceeds half the filter match count.
Learn about the _number of candidates_ param in [The query parameters](../../../ai-integration/vector-search/vector-search-using-dynamic-query.mdx#the-dynamic-query-parameters).

In this mode, an exact nearest-neighbor search is performed over **only** the documents that match the filter.
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

same here

* The requested _number of candidates_ exceeds half the filter match count.
Learn about the _number of candidates_ param in [The query parameters](../../../ai-integration/vector-search/vector-search-using-dynamic-query.mdx#the-dynamic-query-parameters).

In this mode, an exact nearest-neighbor search is performed over **only** the documents that match the filter.
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Here as well

* The requested _number of candidates_ exceeds half the filter match count.
Learn about the _number of candidates_ param in [The query parameters](../../../ai-integration/vector-search/vector-search-using-dynamic-query.mdx#the-dynamic-query-parameters).

In this mode, an exact nearest-neighbor search is performed over **only** the documents that match the filter.
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Here as well

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