An AI-powered information retrieval assistant helps users answer questions based on provided context.
Project description
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)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
searchbot-1.0.8.tar.gz
(5.9 kB
view details)
File details
Details for the file searchbot-1.0.8.tar.gz.
File metadata
- Download URL: searchbot-1.0.8.tar.gz
- Upload date:
- Size: 5.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
04366279660ade9db41d4815c3aee63f082f19fac6c3905bb94deae188af5a35
|
|
| MD5 |
cece5aa65e263f6547b22c2b130838ab
|
|
| BLAKE2b-256 |
5c05c7f491e884d9bba7bd9b759684660c6630fe6b389a56b578476d0e483acb
|