Russell Campbell
Russell Campbell
It's not too bad with their docs: https://gpt-index.readthedocs.io/en/latest/index.html One of the simplest index type that gets used for starters is vector: You will need your OpenAI access key set up...
Just install `llama-index` with pip. There are a couple others python packages depending on which document file formats you want to load. The errors will tell you which ones when...
Spawning python and using llama-index would be fastest way to get it set up, and then if you want to keep everything typescripts I could implement some. That would take...