Skip to content

EdFage/llama-consult

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

llama-consult

RAG with consulting use cases in mind, all running locally

Setup

Usage

  • Create a folder called data in the code directory with the data that you want the model to be aware of (e.g. slide decks)
  • Run index-data.py to get the data into a format that the LLM can query
  • Run query.py, which takes one command line argument that is the question for your data e.g. python query.py "What work have we done previously on solar power?"

Contributing

This is an early stage project, please get in touch if you want to collaborate! You can email me on [email protected]

About

AI tools for consultants using local LLMs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages