Metadata-Version: 2.1
Name: langsearch
Version: 0.1.2
Summary: Easily create semantic search based LLM applications on your own data
Author-email: Dibya Chakravorty <dibyachakravorty@gmail.com>
License: MIT License
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Dist: inscriptis==2.3.2
Requires-Dist: langchain==0.0.101
Requires-Dist: langdetect==1.0.9
Requires-Dist: openai==0.27.0
Requires-Dist: readability-lxml==0.8.1
Requires-Dist: scrapy==2.7.1
Requires-Dist: tika==2.6.0
Requires-Dist: tiktoken==0.1.2
Requires-Dist: weaviate-client==3.11.0
Provides-Extra: all
Requires-Dist: langsearch[audio,extras,image]; extra == 'all'
Provides-Extra: audio
Requires-Dist: openai-whisper==20230124; extra == 'audio'
Provides-Extra: extras
Requires-Dist: readabilipy==0.2.0; extra == 'extras'
Requires-Dist: trafilatura==1.4.1; extra == 'extras'
Provides-Extra: image
Requires-Dist: pillow==9.4.0; extra == 'image'
Description-Content-Type: text/markdown

# LangSearch: Easily create semantic search based LLM applications for your own data

Documentation (in progress) is [here](https://langsearch.dibya.online)
