# Tikos Reasoning Platform
Tikos Reasoning Platform harnesses the power of empirically established 2nd-generation AI and statistical toolsets to offer its users advanced 3rd-generation AI capabilities.
Copyright 2024 (C) Tikos Technologies Limited
## How to access the platform
To get Alpha API keys, please register your request via https://tikos.tech/
## Licence
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
## Release Notes
1. v 0.0.7, added
i. GetGraphStructure: Automatically extract graph Vertices and Edges that can be further refined by the user
ii. GenerateGraph: Provide Tikos Reasoning Platform the refined graph Vertices and Edges to build the standard knowledge graph
iii. GetGraph: Get the whole graph for an extraction request
iv. GetGraphRelationships: Get relationships between two Vertexes
2. v 0.0.8, added
i. GetGraphRetrieval: Retrieve query response along with the Graph relationships for the requested retrieve query
3. v 0.0.9, added
i. GetGraphRetrievalWithDS: Retrieve query response along with the Graph relationships for the requested retrieve query with Graph Node data sets as JSON
4. v 0.1.0, added
i. Licence conditions
5. v 0.1.1
i. Added, ProcessExtractFile: Be able to extract data from a specific file and support JSON based extraction using jq based schemas
ii. Modified, ProcessExtract: Support JSON based extraction using jq based schemas
6. v0.1.1
i. Added, BuildSC: Generate the SequentialCollection knowledge structure for the associated graph Vertices from structured data sets
ii. Added, GetSimilarCase: Providing a Problem Space (PS) case, the Sequential collection will contact a basic binary (BIN, default) search or advanced binary (BINADV) search and return the most similar existing case. This does not perform any case adaptation
7. v0.1.4
i. Added, GetGraphStructurePerDoc: Accept a file names and generate NER JSON of the (submitted) file
ii. Added, GenerateGraphPerDoc: Accept a NER JSON object and create a graph of the (submitted) file
iii. Added, GenerateAutoGraph: Accept a list of file names, that will be used to generate the NER generation automatically and create a full graph
8. v0.1.6
i. Amended, GetGraphRetrieval: to accept optional file reference and base model reference
ii. Amended, GetGraphRetrievalWithDS: to accept optional file reference and base model reference
9. v0.1.7
i. Added, GetCustomerGraphRetrievalWithDS: Retrieve customer specific query with the Graph relationships for the requested retrieve query with Graph Node data sets as JSON
10. v0.1.8
i. Amended, GenerateGraph, GenerateGraphPerDoc & GenerateAutoGraph: to accept graph generation Payload Configuration with the JSON format: {"overrideNER":"<True/False>", "filter":"<GRAPH CASE_TYPE ATTRIBUTE GENERATION CONFIG TEXT>"}
11. v0.1.9
i. Amended, GetGraphStructure, GetGraphStructurePerDoc, GenerateGraph, GenerateGraphPerDoc & GenerateAutoGraph, to accept the model-id configuration
12. v0.2.0
i. Added, GetReasoning: Generate Similarity Reasoning of a Solution for a given Sequential Collection Case
Raw data
{
"_id": null,
"home_page": "http://packages.python.org/tikos",
"name": "tikos",
"maintainer": null,
"docs_url": null,
"requires_python": null,
"maintainer_email": null,
"keywords": "Tikos",
"author": "Don Liyanage, Tikos Technologies Ltd",
"author_email": "don.liyanage@tikos.tech",
"download_url": "https://files.pythonhosted.org/packages/6f/56/f860ef58e7ad42818ce4e7737e016e1967530892392859c23069adfab932/tikos-0.2.0.tar.gz",
"platform": null,
"description": "# Tikos Reasoning Platform\r\n\r\nTikos Reasoning Platform harnesses the power of empirically established 2nd-generation AI and statistical toolsets to offer its users advanced 3rd-generation AI capabilities.\r\n\r\nCopyright 2024 (C) Tikos Technologies Limited\r\n\r\n## How to access the platform\r\n\r\nTo get Alpha API keys, please register your request via https://tikos.tech/\r\n\r\n## Licence\r\n\r\nLicensed under the Apache License, Version 2.0 (the \"License\");\r\nyou may not use this file except in compliance with the License.\r\nYou may obtain a copy of the License at\r\n\r\n http://www.apache.org/licenses/LICENSE-2.0\r\n\r\nUnless required by applicable law or agreed to in writing, software\r\ndistributed under the License is distributed on an \"AS IS\" BASIS,\r\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r\nSee the License for the specific language governing permissions and\r\nlimitations under the License.\r\n\r\n## Release Notes\r\n\r\n1. v 0.0.7, added \r\n\r\n i. GetGraphStructure: Automatically extract graph Vertices and Edges that can be further refined by the user\r\n\r\n ii. GenerateGraph: Provide Tikos Reasoning Platform the refined graph Vertices and Edges to build the standard knowledge graph\r\n\r\n iii. GetGraph: Get the whole graph for an extraction request\r\n\r\n iv. GetGraphRelationships: Get relationships between two Vertexes\r\n\r\n2. v 0.0.8, added\r\n\r\n i. GetGraphRetrieval: Retrieve query response along with the Graph relationships for the requested retrieve query\r\n\r\n3. v 0.0.9, added\r\n\r\n i. GetGraphRetrievalWithDS: Retrieve query response along with the Graph relationships for the requested retrieve query with Graph Node data sets as JSON\r\n\r\n4. v 0.1.0, added\r\n\r\n i. Licence conditions\r\n\r\n5. v 0.1.1\r\n\r\n i. Added, ProcessExtractFile: Be able to extract data from a specific file and support JSON based extraction using jq based schemas\r\n\r\n ii. Modified, ProcessExtract: Support JSON based extraction using jq based schemas\r\n\r\n6. v0.1.1\r\n\r\n i. Added, BuildSC: Generate the SequentialCollection knowledge structure for the associated graph Vertices from structured data sets\r\n\r\n ii. Added, GetSimilarCase: Providing a Problem Space (PS) case, the Sequential collection will contact a basic binary (BIN, default) search or advanced binary (BINADV) search and return the most similar existing case. This does not perform any case adaptation\r\n\r\n7. v0.1.4\r\n\r\n i. Added, GetGraphStructurePerDoc: Accept a file names and generate NER JSON of the (submitted) file\r\n\r\n ii. Added, GenerateGraphPerDoc: Accept a NER JSON object and create a graph of the (submitted) file\r\n\r\n iii. Added, GenerateAutoGraph: Accept a list of file names, that will be used to generate the NER generation automatically and create a full graph\r\n\r\n8. v0.1.6\r\n\r\n i. Amended, GetGraphRetrieval: to accept optional file reference and base model reference\r\n\r\n ii. Amended, GetGraphRetrievalWithDS: to accept optional file reference and base model reference\r\n\r\n9. v0.1.7\r\n\r\n i. Added, GetCustomerGraphRetrievalWithDS: Retrieve customer specific query with the Graph relationships for the requested retrieve query with Graph Node data sets as JSON\r\n\r\n10. v0.1.8\r\n\r\n i. Amended, GenerateGraph, GenerateGraphPerDoc & GenerateAutoGraph: to accept graph generation Payload Configuration with the JSON format: {\"overrideNER\":\"<True/False>\", \"filter\":\"<GRAPH CASE_TYPE ATTRIBUTE GENERATION CONFIG TEXT>\"}\r\n\r\n11. v0.1.9\r\n\r\n i. Amended, GetGraphStructure, GetGraphStructurePerDoc, GenerateGraph, GenerateGraphPerDoc & GenerateAutoGraph, to accept the model-id configuration\r\n\r\n12. v0.2.0\r\n\r\n i. Added, GetReasoning: Generate Similarity Reasoning of a Solution for a given Sequential Collection Case\r\n",
"bugtrack_url": null,
"license": "Apache-2.0",
"summary": "Tikos Platform Library",
"version": "0.2.0",
"project_urls": {
"Homepage": "http://packages.python.org/tikos"
},
"split_keywords": [
"tikos"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "92d5c339da5d3c6a62fcb3df46a4f3cd881ace49e7c7504d6406817e062b656f",
"md5": "7c6618d6171b4e3046aabf7dceae33ff",
"sha256": "f87f6ee2e63739bd0df0f165e0b9c463869da957912c847510e6bc0853f9b284"
},
"downloads": -1,
"filename": "tikos-0.2.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "7c6618d6171b4e3046aabf7dceae33ff",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 5775,
"upload_time": "2024-11-14T01:15:32",
"upload_time_iso_8601": "2024-11-14T01:15:32.500373Z",
"url": "https://files.pythonhosted.org/packages/92/d5/c339da5d3c6a62fcb3df46a4f3cd881ace49e7c7504d6406817e062b656f/tikos-0.2.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "6f56f860ef58e7ad42818ce4e7737e016e1967530892392859c23069adfab932",
"md5": "e59c8c94144b41c86539a703fb77d5fa",
"sha256": "ab28f5b121fb1f0d0e3563764cc08c4894fe0be92bfc2a4e645c39259726db69"
},
"downloads": -1,
"filename": "tikos-0.2.0.tar.gz",
"has_sig": false,
"md5_digest": "e59c8c94144b41c86539a703fb77d5fa",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 7140,
"upload_time": "2024-11-14T01:15:37",
"upload_time_iso_8601": "2024-11-14T01:15:37.754729Z",
"url": "https://files.pythonhosted.org/packages/6f/56/f860ef58e7ad42818ce4e7737e016e1967530892392859c23069adfab932/tikos-0.2.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-11-14 01:15:37",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "tikos"
}