Metadata-Version: 2.1
Name: textweaver
Version: 0.0.2
Summary: A FastAPI-based web server for working with LLMs, embedding models, and PostgresSQL.
Home-page: https://github.com/TrainGRC/textweaver
Author: Wes Ladd
Author-email: wesladd@traingrc.com
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Requires-Python: >=3.9
Description-Content-Type: text/markdown

# TextWeaver

TextWeaver is a FastAPI-based web server designed for working with Language and Logic Models (LLMs) and embedding models. It simplifies the process of handling complex natural language processing tasks and offers a robust and scalable solution for both developers and researchers.

## Features

- **FastAPI Integration**: Leverage the power of FastAPI for creating modern and efficient web APIs.
- **LLM and Embedding Support**: Easily work with LLMs and various embedding models for rich textual analysis.
- **Scalable Architecture**: Designed to grow with your needs, TextWeaver can be deployed across various environments.
- **User-Friendly Configuration**: Get started quickly with intuitive configuration options.

## Installation

Install TextWeaver directly from PyPI using the following command:

```bash
pip install textweaver
```

## Usage

Once installed, you can start the TextWeaver server using the following command:

```bash
textweaver
```

For further customization and detailed documentation, please refer to the project's repository.

## Contribution

We welcome contributions from the community! Please check the contributing guidelines in the repository for more information on how you can get involved.

## License

TextWeaver is released under the MIT License. See the LICENSE file in the repository for more details.

## Contact

For any inquiries, support, or collaboration, please contact the author at wesladd@traingrc.com or open an issue on the project's GitHub page.
