Skip to content

Llama Index

Soumya Ranjan Mohanty edited this page May 26, 2023 · 1 revision

Llama Index creates hierarchical data structures over private datasets & runs optimized queries over them. This will help overcome the limitation of the number of tokens we can pass to the LLMs.

Reading list:

We can consider using LlamaIndex to improve the LLM results for Issue 1: https://github.com/developmentseed/issue-one-llm/blob/main/how-to.md

Clone this wiki locally