nichirin

View on PyPIReverse Dependencies (0)

0.0.1 nichirin-0.0.1-py3-none-any.whl

Wheel Details

Project: nichirin
Version: 0.0.1
Filename: nichirin-0.0.1-py3-none-any.whl
Download: [link]
Size: 18038
MD5: f5d694f996c57aaaf174d7f200221dc4
SHA256: 608e901ec1dc90237ea616f513c1c7f6d077beacd275a5727aa641fde1f07634
Uploaded: 2024-04-13 21:04:56 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: nichirin
Version: 0.0.1
Summary: TODO
Author-Email: Shivani Gowda KS <shivanigowdaks[at]gmail.com>
Maintainer-Email: Shivani Gowda KS <shivanigowdaks[at]gmail.com>
License: MIT License Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files, to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Keywords: retrieval augmentation,vector database,natural language processing,machine learning,deep learning,artificial intelligence
Requires-Python: >=3.6
Requires-Dist: torch (>=2.0.1)
Requires-Dist: transformers (>=4.21.0)
Requires-Dist: nltk (>=3.8.1)
Requires-Dist: pyspark (>=3.5.1)
Description-Content-Type: text/markdown
License-File: LICENSE.txt
[Description omitted; length: 3365 characters]

WHEEL

Wheel-Version: 1.0
Generator: bdist_wheel (0.43.0)
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
nichirin/__init__.py sha256=Oz803gtLQcQVH_r0f9anMZeUr4y1KDk-X4zQIcaJnLs 18
nichirin/crawler.py sha256=heGbGDMkzg2IKFQ3xpOqPsxcmk68oDZa1lSTI0fb8-E 3679
nichirin/pipeline.py sha256=-J_tvY07d-0qmDt-DLERPjwnMN-lRaa6bUFflMwdBFs 861
nichirin/confs/app.yaml sha256=jbhS9JoaZX8G2OXawfJdYDmts4HhjRtxbpicbHul8Us 223
nichirin/data_pipeline/generate_embeddings.py sha256=5SL_biouKuhiynvPDPtZ7_-fPnJvo_vnmnub5PFAKWc 2557
nichirin/data_pipeline/split.py sha256=unLNomPdEr_sM47T6KojoRrYbnTPsCc1dUgpKuDn8P8 2182
nichirin/retriever/solr.py sha256=6xwLivUCQ0L8KHbIVfuAEdaGDmlt8yCL92aH46ppYbw 6159
nichirin/retriever/solr_index_docs.py sha256=Z7E4Otc_mGiHUd4Ns9CkTR1x3xjtqh8QEAej35a4WKg 3797
nichirin/scripts/create_core.py sha256=aBKfOiKHDOxELuzS1PE-X95lqPPM1NO5Vpug7AVkYDM 5529
nichirin/scripts/data_partition.py sha256=zX0Er-Khk-v0NS9sceY58f0LbYCC3EW7UF18NLzIiOo 1576
nichirin/scripts/install_solr.py sha256=HR9UEP51hEr0MWTCi6fnVCBJ6qlWYT3DdurcGTtPoZM 697
nichirin/scripts/seed_urls.py sha256=nYT_6Z5qqLh2TmIMOSEbH__KDinEIkfoT7M2mf93OR0 1247
nichirin/serve/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
nichirin/serve/app.py sha256=Ad9A58IV8yZOubNkYwv55TecYg-akJLC0TUqApBe92M 1616
nichirin/utils/data_utils.py sha256=aLn2syg7SECBfYsnbqW6iAejomZAxXRU6xM16pUFsgs 799
nichirin-0.0.1.dist-info/LICENSE.txt sha256=tphO3t0kCRkGfnsNdRyqMNAYM97c6idDRlrYWNnbQ0E 1018
nichirin-0.0.1.dist-info/METADATA sha256=0ZhU6pnr5PtDShD0AgJ3nbDTYGAo5fswUCYOpHtfnF8 4976
nichirin-0.0.1.dist-info/WHEEL sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ 92
nichirin-0.0.1.dist-info/entry_points.txt sha256=9s84hgvlMHUaH5vnHMRssVgrst5LyQ9iHq1jkUwnlr0 419
nichirin-0.0.1.dist-info/top_level.txt sha256=4y7Df91RxmB-PH-G67Udyr9Aux0PVE1MSrKpKmn1NCo 9
nichirin-0.0.1.dist-info/RECORD

top_level.txt

nichirin

entry_points.txt

create-core = nichirin.scripts.create_core:main
index-solr = nichirin.retriever.solr_index_docs:main
install-solr = nichirin.scripts.install_solr:main
partition-data = nichirin.scripts.data_partition:main
pipeline = nichirin.pipeline:main
query-solr = nichirin.retriever.solr:main
seed-urls = nichirin.scripts.seed_urls:main
start-crawler = nichirin.crawler:main
start-serve = nichirin.serve.app:main