Skip to content

ndtrung81/lmp-document-query

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lmp-document-query

This project provides a query engine/chatbot using the Retrieval-Augmented Generation with LlamaIndex implementation based on the LAMMPS documentation.

Installation

Install ollama and start and enable ollama.service.

curl -fsSL https://ollama.com/install.sh | sh

Install the packages into a Python environment

python -m venv llm
source llm/bin/activate
pip install -r requirements.txt

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages