Metadata-Version: 2.4
Name: ragl
Version: 0.10.1
Summary: ragl: retrieval-augmented generation (RAG) for text.
Author-email: Andrew Schenck <aschenck@gmail.com>
License-Expression: Apache-2.0
Keywords: ai,artificial-intelligence,embeddings,information-retrieval,llm,large-language-models,machine-learning,nlp,natural-language-processing,rag,retrieval-augmented-generation,text-embedding,semantic-similarity,semantic-search,redis,vector-database,vector-index,vector-search,vector-store
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: 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"
Provides-Extra: test
Requires-Dist: ragl[all]; extra == "test"
Requires-Dist: coverage; extra == "test"
Requires-Dist: mypy; extra == "test"
Requires-Dist: pytest; extra == "test"
Requires-Dist: pytest-cov; extra == "test"
Requires-Dist: ruff; extra == "test"
Requires-Dist: types-bleach; extra == "test"
Requires-Dist: types-psutil; extra == "test"
Dynamic: license-file

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

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