LlamaIndex docs: https://docs.llamaindex.ai/en/stable/
Code expects API keys to stored in .env
files:
GOOGLE_AI_STUDIO_KEY=""
OPENAI_API_KEY=""
- Google AI: Get an API key
- OpenAI: API keys
Utilize the ReAct agent with multiple tools (PDF Doc Reader, Wikipedia Loader) that can be used to answer questions.
Add documents from multiple sources (PDF Doc Reader, Wikipedia Loader) into a single index that can be queried.