8000 GitHub - bajpainaman/self-expansion
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

bajpainaman/self-expansion

 
 

Repository files navigation

Self-Expanding Knowledge Graph

# set environment variables in .env as in .env.example
pip install -r requirements.txt
modal setup
modal run modal_embeddings.py  # test run of embedding service
modal deploy modal_embeddings.py  # deploy embedding service
modal run modal_vllm_container.py  # test run of llm
modal deploy modal_vllm_container.py  # deploy llm service
# now, look for a URL in the terminal that includes -serve.modal.run
# set that PLUS "/v1" at the end as VLLM_BASE_URL in .env
python expand.py --purpose "Do dogs know that their dreams aren't real?"  # start expanding

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 64.0%
  • Python 32.6%
  • CSS 1.8%
  • Other 1.6%
0