/llama-index-examples

Examples with Llama-Index

Primary LanguagePython

llama-index-examples

LlamaIndex docs: https://docs.llamaindex.ai/en/stable/

API Authentication

Code expects API keys to stored in .env files:

GOOGLE_AI_STUDIO_KEY=""
OPENAI_API_KEY=""

react-agent-query-tools

Utilize the ReAct agent with multiple tools (PDF Doc Reader, Wikipedia Loader) that can be used to answer questions.

multi-source-single-index-chat

Add documents from multiple sources (PDF Doc Reader, Wikipedia Loader) into a single index that can be queried.