Skip to content
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

Feature/Extract Metadata Retriever #3579

Merged
merged 1 commit into from
Nov 26, 2024

Conversation

HenryHengZJ
Copy link
Contributor

image

This retriever is designed to automatically extract keywords from query. The extracted JSON output is used as metadata filter for vector store.

For example, when we ask a question: "What is the profit for Apple", LLM will give an output of {source: "apple"}, and this will be passed to vectore store's metadata filter

@toi500
Copy link
Contributor

toi500 commented Nov 26, 2024

Outstanding.

@HenryHengZJ HenryHengZJ merged commit 4c1951d into main Nov 26, 2024
2 checks passed
@saatchi-david
Copy link
Contributor

Is my understanding correct that this is basically a more dynamic way to set a metadata filter rather than specifying one on the vector store node? Will it be added in addition to any specified on the vector store node?

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.

3 participants