Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions docs/_build/html/.buildinfo
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Sphinx build info version 1
# This file records the configuration used when building these files. When it is not found, a full rebuild will be done.
config: 6ee7cd5529e806f473de3323ad247c53
tags: 645f666f9bcd5a90fca523b33c5a78b7
Binary file added docs/_build/html/.doctrees/environment.pickle
Binary file not shown.
Binary file added docs/_build/html/.doctrees/index.doctree
Binary file not shown.
37 changes: 37 additions & 0 deletions docs/_build/html/_sources/index.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
.. LLMSQL documentation master file, created by
sphinx-quickstart on Wed Sep 24 11:41:44 2025.
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.

Welcome to LLMSQL project
==========================

.. image:: https://img.shields.io/pypi/v/llmsql
:target: https://pypi.org/project/llmsql/

LLMSQL is a Python package for SQL reasoning with LLMs and vLLM inference.

🚀 Features
-----------
- Easy vLLM inference integration
- Evaluator utilities
- HuggingFace + TRL support

📦 Installation
---------------
.. code-block:: bash

pip3 install llmsql

🔗 Resources
------------
- `Source code on GitHub <https://github.com/LLMSQL/llmsql-benchmark>`_
- `PyPI project <https://pypi.org/project/llmsql/>`_
- `Dataset on Hugging Face <https://huggingface.co/llmsql-bench>`_
- `Example Usages <https://github.com/LLMSQL/llmsql-benchmark/tree/main/examples>`_


.. toctree::
:maxdepth: 2
:caption: Contents:

Loading