Metadata-Version: 2.5
Name: llmgrid-rag
Version: 0.1.0a1
Summary: Retrieval-augmented generation for llmgrid
Project-URL: Homepage, https://github.com/sanketn26/llmgrid
Project-URL: Source, https://github.com/sanketn26/llmgrid
Project-URL: Issues, https://github.com/sanketn26/llmgrid/issues
Author-email: Sanket Naik <sanketn@gmail.com>
License-Expression: MIT
License-File: LICENSE
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Typing :: Typed
Requires-Python: >=3.12
Requires-Dist: llmgrid-interfaces<0.2,>=0.1.0a1
Description-Content-Type: text/markdown

# llmgrid-rag

Retrieval-augmented generation for llmgrid. Part of [llmgrid](https://github.com/sanketn26/llmgrid).

**Status:** alpha. APIs will change between `0.x` releases. Not yet implemented; this release reserves the package in the llmgrid family.

```bash
pip install llmgrid-rag
```

```python
import llmgrid.rag
```
