"simple local mail search"
This code shows how you can use LlamaIndex and a local LLM to index and search through your email. This is all local, and no data is shared outside your local machine.
- Install Ollama.
$ ollama run llama3.2
- Install llamaIndex.
- Install Chroma to persist your database
pip install chromadb
pip install llama-index-vector-stores-chroma
- You also need to install a few additional dependencies
pip install jupyterlab
pip install notebook
pip install ipywidgets
- Then use this notebook