Skip to content

clint-llm/clint-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Clint CLI

This is the web UI for the Clint LLM project. Check out the live project.

Clint started as a Python prototype, and was eventually split into a Typescript UI and Rust library. The only Python code remaining is for building the database resources.

Development

Environment

Initial build setup

The project was initialized with the following commands (included for documentation):

  • Poetry for setting up the CLI tools:
    • poetry new clint-cli

Usage

mkdir data/ && cd data/
curl https://ftp.ncbi.nlm.nih.gov/pub/litarch/3d/12/statpearls_NBK430685.tar.gz --output statpearls_NBK430685.tar.gz
tar -xzf statpearls_NBK430685.tar.gz
poetry install
poetry shell
clint-build-statpearls data/statpearls_NBK430685 data/docs
clint-build-embeddings data/docs/StatPearls.parts
clint-build-db data/docs/StatPearls.parts/ data/db v1 --skip_parts data/docs/StatPearls.parts

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages