searchbot


Namesearchbot JSON
Version 1.0.8 PyPI version JSON
download
home_pagehttps://github.com/xialeistudio/SearchBot
SummaryAn AI-powered information retrieval assistant helps users answer questions based on provided context.
upload_time2024-08-16 07:26:21
maintainerNone
docs_urlNone
authorxialeistudio
requires_python>=3.6
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 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.

[中文说明](README-CN.md)

## Supported Bots

- Baidu
- Bing

## Supported Languages

- Chinese
- English

## Example Usage

```bash
pip install searchbot
```

```python
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)
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/xialeistudio/SearchBot",
    "name": "searchbot",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": null,
    "keywords": null,
    "author": "xialeistudio",
    "author_email": "xialeistudio@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/5c/05/c7f491e884d9bba7bd9b759684660c6630fe6b389a56b578476d0e483acb/searchbot-1.0.8.tar.gz",
    "platform": null,
    "description": "# SearchBot\n\nThis project is an AI-powered information retrieval assistant that helps users answer questions based on provided\ncontext. It supports multiple search bots and languages, allowing for flexible and accurate information retrieval.\n\n[\u4e2d\u6587\u8bf4\u660e](README-CN.md)\n\n## Supported Bots\n\n- Baidu\n- Bing\n\n## Supported Languages\n\n- Chinese\n- English\n\n## Example Usage\n\n```bash\npip install searchbot\n```\n\n```python\nfrom searchbot.rag import search\n\nquery = \"What is the capital of France?\"\nbot_name = \"bing\"\nlang = \"english\"\nverbose = True\n\nanswer = search(query, bot_name=bot_name, lang=lang, verbose=verbose)\nprint(answer)\n```\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "An AI-powered information retrieval assistant helps users answer questions based on provided context.",
    "version": "1.0.8",
    "project_urls": {
        "Homepage": "https://github.com/xialeistudio/SearchBot"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5c05c7f491e884d9bba7bd9b759684660c6630fe6b389a56b578476d0e483acb",
                "md5": "cece5aa65e263f6547b22c2b130838ab",
                "sha256": "04366279660ade9db41d4815c3aee63f082f19fac6c3905bb94deae188af5a35"
            },
            "downloads": -1,
            "filename": "searchbot-1.0.8.tar.gz",
            "has_sig": false,
            "md5_digest": "cece5aa65e263f6547b22c2b130838ab",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 5876,
            "upload_time": "2024-08-16T07:26:21",
            "upload_time_iso_8601": "2024-08-16T07:26:21.578577Z",
            "url": "https://files.pythonhosted.org/packages/5c/05/c7f491e884d9bba7bd9b759684660c6630fe6b389a56b578476d0e483acb/searchbot-1.0.8.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-08-16 07:26:21",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "xialeistudio",
    "github_project": "SearchBot",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "searchbot"
}
        
Elapsed time: 1.50712s