Skip to content

observabilitystack/cluster-namer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

✨ LLM cluster namer

A micro service for naming clusters aligned with a given theme.

🔥 Run the application

Build and launch the application via Docker:

$ docker build -f src/main/docker/Dockerfile -t cluster-namer .
$ docker run -it  \
    -p 8080:8080 \
    -e "OPENROUTER_API_KEY=..." \
    cluster-namer

Alternativly launch the launch the com.topagrar.search.SearchApplication locally from VSCode.

⚖️ License

This project is licensed under the MIT License.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published