Metadata-Version: 2.3
Name: embed-files
Version: 1.1.0
Summary: LLM embeddings for text files.
License: BSD-2-Clause
Author: Josiah Kaviani
Author-email: proofit404@gmail.com
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: click
Requires-Dist: llama-cpp-python
Requires-Dist: scikit-build-core[pyproject,wheels]
Project-URL: Changelog, https://proofit404.github.io/embed-files/changelog
Project-URL: Documentation, https://proofit404.github.io/embed-files
Project-URL: Homepage, https://pypi.org/project/embed-files
Project-URL: Issues, https://github.com/proofit404/embed-files/issues
Project-URL: Repository, https://github.com/proofit404/embed-files
Project-URL: Twitter, https://twitter.com/proofit404
Description-Content-Type: text/markdown

# embed-files

LLM embeddings for text files.

**[PyPI](https://pypi.org/project/embed-files) |
[Documentation](https://proofit404.github.io/embed-files) |
[Source Code](https://github.com/proofit404/embed-files) |
[Task Tracker](https://github.com/proofit404/embed-files/issues)**

```console
$ embed-files -m vendor/mxbai-embed-xsmall-v1.gguf -t '{}' dangerfile.ts
{"dangerfile.ts": [0.6499522924423218, 1.8278818130493164, -0.6607582569122314, -1.2485640048980713, -0.9449502229690552]}

$ embed-files -m vendor/nomic-embed-text-v1.5.gguf -t 'clustering: {}' dangerfile.ts
{"dangerfile.ts": [0.6499522924423218, 1.8278818130493164, -0.6607582569122314, -1.2485640048980713, -0.9449502229690552]}
```

## Questions

If you have any questions, feel free to create an issue in our
[Task Tracker](https://github.com/proofit404/embed-files/issues). We have the
[question label](https://github.com/proofit404/embed-files/issues?q=is%3Aopen+is%3Aissue+label%3Aquestion)
exactly for this purpose.

## Enterprise support

If you have an issue with any version of the library, you can apply for a paid
enterprise support contract. This will guarantee you that no breaking changes
will happen to you. No matter how old version you're using at the moment. All
necessary features and bug fixes will be backported in a way that serves your
needs.

Please contact [proofit404@gmail.com](mailto:proofit404@gmail.com) if you're
interested in it.

## License

`embed-files` library is offered under the two clause BSD license.

