Skip to content

nirvanesque/interesting-notebooks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

llama_index_methods

Exercises and Advanced methods using llama_index

How to run the exercises:

  1. Install conda with python >= 3.10
    • conda create --name llm python>=3.10 --yes
    • Activate the virtual environment
      • Linux/MacOS: conda activate llm
  1. Install llama_index
    • pip install --upgrade llama-index notebook
  2. To run the notebooks
    • cd notebooks
    • jupyter notebook --allow-root

About

Exercises & Advanced methods using llama_index

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published