Skip to content

This project is an AI-powered information retrieval assistant that helps users answer questions based on provided context. It supports multiple search bots and languages, allowing for flexible and accurate information retrieval.

License

Notifications You must be signed in to change notification settings

xialeistudio/SearchBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SearchBot

This project is an AI-powered information retrieval assistant that helps users answer questions based on provided context. It supports multiple search bots and languages, allowing for flexible and accurate information retrieval.

中文说明

Supported Bots

  • Baidu
  • Bing

Supported Languages

  • Chinese
  • English

Example Usage

pip install searchbot
from searchbot.rag import search

query = "What is the capital of France?"
bot_name = "bing"
lang = "english"
verbose = True

answer = search(query, bot_name=bot_name, lang=lang, verbose=verbose)
print(answer)

About

This project is an AI-powered information retrieval assistant that helps users answer questions based on provided context. It supports multiple search bots and languages, allowing for flexible and accurate information retrieval.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages