Metadata-Version: 2.1
Name: llama-index-finetuning
Version: 0.1.10
Summary: llama-index finetuning
License: MIT
Author: Your Name
Author-email: you@example.com
Requires-Python: >=3.9,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: llama-index-core (>=0.10.11.post1,<0.11.0)
Requires-Dist: llama-index-embeddings-adapter (>=0.1.2,<0.2.0)
Requires-Dist: llama-index-llms-gradient (>=0.1.1,<0.2.0)
Requires-Dist: llama-index-llms-mistralai (>=0.1.16,<0.2.0)
Requires-Dist: llama-index-llms-openai (>=0.1.1,<0.2.0)
Requires-Dist: llama-index-postprocessor-cohere-rerank (>=0.1.1,<0.2.0)
Requires-Dist: sentence-transformers (>=2.3.0,<3.0.0)
Requires-Dist: tenacity (>=8.2.0,<8.4.0)
Description-Content-Type: text/markdown

# LlamaIndex Finetuning

A LlamaIndex extension package that contains classes and features for carrying
out finetuning of OpenAI LLMs and Embedding models.

