TurboSeek is an innovative AI search engine that combines Bing search API with advanced large language models (LLMs), such as Mixtral 8x7B and Llama-3. It can understand and process natural language queries and provide more relevant and in-depth information.
Example of usage scenario
Researchers
Use TurboSeek to quickly find the latest academic papers and materials.
Technology enthusiasts
Use TurboSeek to obtain in-depth information about open source projects and programming.
Ordinary users
Get up to date on the latest developments and user feedback about a specific technology or product with TurboSeek .
Product Features
Use the Bing Search API to get the first 6 search results.
Crawl text from search results as context.
Insert a request to Mixtral-8x7B in combination with user questions and context and return an answer.
Send a request to Llama-3-8B to generate 3 related questions for users to follow up.
Supports users to search and query through natural language.
Provide relevant search suggestions to enhance the user experience.
Open source code that allows the community to participate in improvement and customization.
Usage tutorial
1. Visit the TurboSeek website.
2. Enter your question or query in the search box.
3. The system will automatically call the Bing search API and return the first 6 most relevant search results.
4. Extract text from search results as context information.
5. Send user's problems and context information to the Mixtral-8x7B model for processing.
6. After the model is processed, stream the answer back to the user.
7. As needed, the system can also initiate a request to the Llama-3-8B model to generate relevant follow-up questions.