The SapiensQA, or Sapiens for Questions and Answers, is a proprietary algorithm distributed freely for personal and/or commercial use. It is an Artificial Intelligence code that employs Machine Learning in creating expert language models. As an expert model, SapiensQA is focused on a single type of task, which is generating ready-made answers for predefined questions. Unlike Generative AI technologies like Transformers, SapiensQA doesn't use such approaches. Instead, it applies a simple semantic comparison based on the Euclidean distance between input tokens to replicate the registered answer linked to the question that is geometrically closest to the user's prompt. This makes it much faster than generalist models and easily executable on machines with low processing power (1 core/4 GB or less of RAM memory) without the need for a GPU. It is ideal for the building customer service chatbots, query algorithms, systems for answering questions, and semantic search in files or documents.
Raw data
{
"_id": null,
"home_page": "https://github.com/sapiens-technology/SapiensQA",
"name": "sapiensqa",
"maintainer": null,
"docs_url": null,
"requires_python": null,
"maintainer_email": null,
"keywords": "Sapiens, Artificial Intelligence, Machine Learning, Natural Language Processing, AI, ML, NLP, ChatBot",
"author": "SAPIENS TECHNOLOGY",
"author_email": null,
"download_url": "https://files.pythonhosted.org/packages/d2/04/9635bb6442d7ee13d0e8831e227a6a7f803cde1e49f27c80da88493d6786/sapiensqa-1.0.2.tar.gz",
"platform": null,
"description": "The SapiensQA, or Sapiens for Questions and Answers, is a proprietary algorithm distributed freely for personal and/or commercial use. It is an Artificial Intelligence code that employs Machine Learning in creating expert language models. As an expert model, SapiensQA is focused on a single type of task, which is generating ready-made answers for predefined questions. Unlike Generative AI technologies like Transformers, SapiensQA doesn't use such approaches. Instead, it applies a simple semantic comparison based on the Euclidean distance between input tokens to replicate the registered answer linked to the question that is geometrically closest to the user's prompt. This makes it much faster than generalist models and easily executable on machines with low processing power (1 core/4 GB or less of RAM memory) without the need for a GPU. It is ideal for the building customer service chatbots, query algorithms, systems for answering questions, and semantic search in files or documents.\n",
"bugtrack_url": null,
"license": "Proprietary Software",
"summary": "SapiensQA (Question and Answer) is a proprietary Machine Learning algorithm for creating Natural Language Processing models where the answers are previously known.",
"version": "1.0.2",
"project_urls": {
"Download": "https://github.com/sapiens-technology/SapiensQA/archive/refs/heads/main.zip",
"Homepage": "https://github.com/sapiens-technology/SapiensQA",
"Source code": "https://github.com/sapiens-technology/SapiensQA"
},
"split_keywords": [
"sapiens",
" artificial intelligence",
" machine learning",
" natural language processing",
" ai",
" ml",
" nlp",
" chatbot"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "af1209a1df5ea2078f5ff326db60a77bd7290a2c2f5c2c43ab5ffda4727448cb",
"md5": "ec72fbe92ca07b4a1f725e9fbbcda9f2",
"sha256": "b6f796830cb85cff43c59f98253d0072854040e5f4ff842937d468a59a4358fe"
},
"downloads": -1,
"filename": "sapiensqa-1.0.2-py3-none-any.whl",
"has_sig": false,
"md5_digest": "ec72fbe92ca07b4a1f725e9fbbcda9f2",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 7507,
"upload_time": "2024-03-27T07:04:32",
"upload_time_iso_8601": "2024-03-27T07:04:32.144917Z",
"url": "https://files.pythonhosted.org/packages/af/12/09a1df5ea2078f5ff326db60a77bd7290a2c2f5c2c43ab5ffda4727448cb/sapiensqa-1.0.2-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "d2049635bb6442d7ee13d0e8831e227a6a7f803cde1e49f27c80da88493d6786",
"md5": "dce55efcfd6c0273209028fa91917709",
"sha256": "1b363b5aac73acf81271c2180f1589e294751d3f22e23b4eaedf04953638f32d"
},
"downloads": -1,
"filename": "sapiensqa-1.0.2.tar.gz",
"has_sig": false,
"md5_digest": "dce55efcfd6c0273209028fa91917709",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 12254,
"upload_time": "2024-03-27T07:04:33",
"upload_time_iso_8601": "2024-03-27T07:04:33.816458Z",
"url": "https://files.pythonhosted.org/packages/d2/04/9635bb6442d7ee13d0e8831e227a6a7f803cde1e49f27c80da88493d6786/sapiensqa-1.0.2.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-03-27 07:04:33",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "sapiens-technology",
"github_project": "SapiensQA",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"requirements": [
{
"name": "requests",
"specs": [
[
"==",
"2.31.0"
]
]
},
{
"name": "PyPDF2",
"specs": [
[
"==",
"3.0.1"
]
]
},
{
"name": "pdfplumber",
"specs": [
[
"==",
"0.10.2"
]
]
},
{
"name": "docx2txt",
"specs": [
[
"==",
"0.8"
]
]
},
{
"name": "beautifulsoup4",
"specs": [
[
"==",
"4.12.2"
]
]
}
],
"lcname": "sapiensqa"
}