Metadata-Version: 2.4
Name: ragl
Version: 0.1.3
Summary: ragl: retrieval-augmented generation (RAG) for text.
Author-email: Andrew Schenck <aschenck@gmail.com>
License-Expression: Apache-2.0
Keywords: rag,retrieval-augmented-generation,vector-search,embeddings,text-chunking,semantic-search,llm,nlp,information-retrieval,redis
Classifier: Intended Audience :: Developers
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Text Processing :: Indexing
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
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"
Requires-Dist: ruff; 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.
