lkpanganiban / playthrough-llama-index-langchain

This is a toy repo that allow me to learn llama index and langchain. This implements an on-prem setup of the langchain and llama_index.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Playthrough Llama Index and Langchain

This is a toy repo that allow me to learn llama index and langchain. This implements an on-prem setup of the langchain and llama_index.

Requirements

Software

  • Python 3.9+
  • Langchain
  • Llama Index
  • Jupyter
  • Docker and docker-compose (for the weaviate and opensearch database)

Hardware

The following specs are the hardware used to run these notebooks.

  • M1 8 CPU Cores and 8 GPU Cores
  • 16 GB

Setup

Put the following models under the models directory:

Notes

  • Refer to the individual implementations folder for the additional setup (if any).

About

This is a toy repo that allow me to learn llama index and langchain. This implements an on-prem setup of the langchain and llama_index.


Languages

Language:Jupyter Notebook 99.6%Language:Shell 0.4%