knowt

View on PyPIReverse Dependencies (0)

0.1.4 knowt-0.1.4-py3-none-any.whl

Wheel Details

Project: knowt
Version: 0.1.4
Filename: knowt-0.1.4-py3-none-any.whl
Download: [link]
Size: 33994
MD5: fcd609dc9e0b1d14e2f7fe69cba3ee52
SHA256: 13d1f7fd9693f4b5112b1bded00c5669063245dafff61c8eb39a3c0346465640
Uploaded: 2024-03-16 01:26:51 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: knowt
Version: 0.1.4
Summary: Private, personalized searchable knowledge base, from your own notes.
Author-Email: Hobson Lane <git[at]totalgood.com>, Ethan Cavill <ethancavill[at]gmail.com>
License: GPLv3+
Keywords: NLP,LLM,vector-search,ANN,numpy,search,semantic search,RAG,personal assistant,command line
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Requires-Python: >=3.10
Requires-Dist: ipython
Requires-Dist: joblib (<1.4,>=1.3.2)
Requires-Dist: jsonlines
Requires-Dist: jupyter
Requires-Dist: jupyter-console
Requires-Dist: numpy (<1.27,>=1.26.2)
Requires-Dist: pandas (<2.3,>=2.2.0)
Requires-Dist: scikit-learn (<1.4,>=1.3.2)
Requires-Dist: spacy (<3.8,>=3.7.2)
Requires-Dist: test; extra == "all"
Requires-Dist: ann; extra == "all"
Requires-Dist: llm; extra == "all"
Requires-Dist: spacy; extra == "all"
Requires-Dist: vaex; extra == "all"
Requires-Dist: dask; extra == "all"
Requires-Dist: transformers; extra == "all"
Requires-Dist: py-lsh; extra == "ann"
Requires-Dist: dask; extra == "dask"
Requires-Dist: python-dotenv; extra == "llm"
Requires-Dist: openai; extra == "llm"
Requires-Dist: pytest; extra == "test"
Requires-Dist: black; extra == "test"
Requires-Dist: twine; extra == "test"
Requires-Dist: pip; extra == "test"
Requires-Dist: build; extra == "test"
Requires-Dist: wheel; extra == "test"
Requires-Dist: sentence-transformers (<2.3,>=2.2.2); extra == "transformers"
Requires-Dist: vaex (<4.18,>=4.17.0); extra == "vaex"
Provides-Extra: all
Provides-Extra: ann
Provides-Extra: dask
Provides-Extra: llm
Provides-Extra: test
Provides-Extra: transformers
Provides-Extra: vaex
Description-Content-Type: text/markdown
License-File: LICENSE.md
[Description omitted; length: 2658 characters]

WHEEL

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

RECORD

Path Digest Size
knowt/ann.py sha256=iqjXvLBD4wW5zlZSrG3OrZREvFE6-KoaL6qf6-Eq_OI 640
knowt/ask.py sha256=KinieQnTHGfCTW3M1-0crTkTU-ZPDZaSVGu1PxO7hP4 3028
knowt/constants.py sha256=jtu9VVYG17XXOOp7D_4cd-hadkelAtSgdB5cMPbf_Zg 2103
knowt/embedding.py sha256=OEpX2jSbqLpjurk8seriiJw_5aDkou7rSdw8XnNOcFM 3695
knowt/llm.py sha256=7x1J4SjuGTKt53Jo-_lSzh4tvWrTjOY9wtIlSfjDMN0 11104
knowt/memmap.py sha256=W5JrgVUkHHO1TS1jqORRO__qvEOf0qAkWNMlYSfUO3E 5982
knowt/scrape_hpr.py sha256=d926LIUjxuSxnEPCOZUUn3-kzy0ir9dtGUvYIjLvwNQ 8750
knowt/search.py sha256=VT-mihhk91ZBfScRGpEPU4oyoQpQksWmgU1S7kXq6_4 12253
knowt/speed_test.py sha256=H4qKviBO5Zo843bUUB7lj02pIg-3X_zDoHD-o40DKCg 3388
knowt/together.py sha256=EHyCIY9MPyTlZetPwJ4WPETP2ZTvKjaT-6tdV5CNamo 648
knowt/validation.py sha256=riwfbqCK-WMCN95RM_qIqLqeUYqB4RPfrNOTtRhJWZY 2297
knowt-0.1.4.dist-info/LICENSE.md sha256=-tLNbbeABP7je9_M4MTgptL3OcTSFMvjdQ-qgU5xqDs 32574
knowt-0.1.4.dist-info/METADATA sha256=mkjxhtvexlKIdZeiYhvGX9DCfxwsergRais0tTMYvY4 4437
knowt-0.1.4.dist-info/WHEEL sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ 92
knowt-0.1.4.dist-info/entry_points.txt sha256=4K5UC8zQ98a9W3awabu-iiyZr5WtFoJoGIhNdLxQDlY 65
knowt-0.1.4.dist-info/top_level.txt sha256=ln7T6juNg51h2O4Ex6Ml1UvvNPBZT7IRWQ6ezGz34rg 6
knowt-0.1.4.dist-info/RECORD

top_level.txt

knowt

entry_points.txt

ask = knowt.llm:main
knowt = knowt.search:main