Skip to content

Florents-Tselai/llm-embed-hazo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

llm-embed-hazo

PyPI Changelog Tests License

Dummy llm model for demonstration purposes

Installation

Install this plugin in the same environment as LLM.

llm install llm-embed-hazo

Usage

The models will be downloaded the first time you try to use them.

See the LLM documentation for everything you can do.

To get started embedding a single string, run the following:

Development

To set up this plugin locally, first checkout the code. Then create a new virtual environment:

cd llm-embed-hazo
python3 -m venv venv
source venv/bin/activate

Now install the dependencies and test dependencies:

llm install -e '.[test]'

To run the tests:

pytest

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages