We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I want to extract "title preference" from user query. For example, user is interested in documents for which the title has "usa" in it.
I want to extact this during using llm during the query phase and use it for pre-filtering in weaviate. How can I do this ?
I see that the metadata_extractor is attached in the ingest.py . But I want to use metadata_extractor during query phase also.
The text was updated successfully, but these errors were encountered:
@shanumas check out this section of langchain docs https://python.langchain.com/v0.2/docs/how_to/query_constructing_filters/
Sorry, something went wrong.
This worked great. Thanks @vbarda
No branches or pull requests
I want to extract "title preference" from user query. For example, user is interested in documents for which
the title has "usa" in it.
I want to extact this during using llm during the query phase and use it for pre-filtering in weaviate. How can
I do this ?
I see that the metadata_extractor is attached in the ingest.py . But I want to use metadata_extractor during query
phase also.
The text was updated successfully, but these errors were encountered: