Metadata-Version: 2.3
Name: st-llm-search-engine
Version: 0.3.2
Summary: A Streamlit component enabling LLM-driven semantic search and data retrieval.
License: MIT
Author: Pei-Hsuan Huang
Author-email: patrick501004123854@gmail.com
Requires-Python: >=3.10,<4
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: concurrent-log-handler (>=0.9.26,<0.10.0)
Requires-Dist: faker (>=37.3.0,<38.0.0)
Requires-Dist: fakeredis (>=2.29.0,<3.0.0)
Requires-Dist: fastapi (>=0.115.12,<0.116.0)
Requires-Dist: google-auth (>=2.40.1,<3.0.0)
Requires-Dist: google-generativeai (>=0.8.5,<0.9.0)
Requires-Dist: gspread (>=6.2.1,<7.0.0)
Requires-Dist: pandas (>=2.2.3,<3.0.0)
Requires-Dist: pytest (>=8.3.5,<9.0.0)
Requires-Dist: pytest-mock (>=3.14.0,<4.0.0)
Requires-Dist: redis (>=6.1.0,<7.0.0)
Requires-Dist: requests (>=2.32.3,<3.0.0)
Requires-Dist: streamlit (>=1.45.1,<2.0.0)
Requires-Dist: uvicorn (>=0.34.2,<0.35.0)
Project-URL: bugs, https://github.com/chips-fries/st_llm_search_engine/issues
Project-URL: changelog, https://github.com/chips-fries/st_llm_search_engine/blob/master/changelog.md
Project-URL: homepage, https://github.com/chips-fries/st_llm_search_engine
Description-Content-Type: text/x-rst

====================
st-LLM Search Engine
====================


.. image:: https://img.shields.io/pypi/v/st_llm_search_engine.svg
        :target: https://pypi.python.org/pypi/st_llm_search_engine

.. image:: https://img.shields.io/travis/chips-fries/st_llm_search_engine.svg
        :target: https://travis-ci.com/chips-fries/st_llm_search_engine

.. image:: https://readthedocs.org/projects/st-llm-search-engine/badge/?version=latest
        :target: https://st-llm-search-engine.readthedocs.io/en/latest/?version=latest
        :alt: Documentation Status




A Streamlit component enabling LLM-driven semantic search and data retrieval.


* Free software: MIT license
* Documentation: https://st-llm-search-engine.readthedocs.io.


Features
--------

* TODO

Credits
-------

This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage

