TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Slack Search with LangChain's Self-Querying AI

2 pointsby vinitagrover 1 year ago

1 comment

vinitagrover 1 year ago
In this video I have demonstrated and shown how to convert a search-related question asked to a @Slackhq Chatbot into a search with a pre-filter applied to make the search results more relevant.<p>I have used @LangChain &#x27;s Self-Querying feature that can convert a question like this:<p>&quot;Can you find me that thread where Vinit Agrawal talked about AI Safety on the General channel?&quot;<p>to<p>&quot;from: @VinitAgrawal88 in:#general AI Safety&quot;<p>This will reduce the search space significantly and improve the quality and relevance of search results.<p>Read more about LangChain&#x27;s Self-Querying Retriever here: <a href="https:&#x2F;&#x2F;python.langchain.com&#x2F;docs&#x2F;modules&#x2F;data_connection&#x2F;retrievers&#x2F;self_query&#x2F;" rel="nofollow noreferrer">https:&#x2F;&#x2F;python.langchain.com&#x2F;docs&#x2F;modules&#x2F;data_connection&#x2F;re...</a>