Metadata-Version: 2.4
Name: ragl
Version: 0.1.2
Summary: ragl: retrieval-augmented generation (RAG) for text.
Author-email: Andrew Schenck <aschenck@gmail.com>
License-Expression: Apache-2.0
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: bleach
Requires-Dist: numpy
Requires-Dist: tiktoken
Provides-Extra: test
Requires-Dist: coverage; extra == "test"
Requires-Dist: mypy; extra == "test"
Requires-Dist: pycodestyle; extra == "test"
Requires-Dist: pydocstyle; extra == "test"
Requires-Dist: pylint; extra == "test"
Requires-Dist: pytest; extra == "test"
Requires-Dist: pytest-cov; extra == "test"
Provides-Extra: redis
Requires-Dist: redis; extra == "redis"
Requires-Dist: redisvl; extra == "redis"
Provides-Extra: transformers
Requires-Dist: psutil; extra == "transformers"
Requires-Dist: sentence-transformers; extra == "transformers"
Provides-Extra: all
Requires-Dist: ragl[redis]; extra == "all"
Requires-Dist: ragl[transformers]; extra == "all"
Dynamic: license-file

# ragl -- A Python library for storage and retrieval of text embeddings

ragl is in a pre-releae state. While the code is functional, testing and documentation are still in progress, and there may be breaking changes to the code as integration tests are added.

ragl is being actively developed and will soon be released; check here for updates.
