Natural Language Retrieval

If you're building an app with LLMs, it's unlikely that you want to bother writing some complex queries for your retrieval. Instead, you want your user to ask something in a natural language and provide the best response. Well, that's precisely what we can help with.

Natural retrieval allows you to pass a user's request along with the user chat history (if any), so our retrieval pipeline will return the best results for you to answer this user.

Then, you can decide whether you want to use the LLM of your choice to respond to the user using the data or if you want to return a list or any other web components.

Last updated