Demos and samples using Llama-Index.
- secAgentChat A chat application using SEC Edgar filing documents
- SecFilingReader A Llama-Index Data Reader using the SEC's Edgar API and document archive
- SmartEdgarClient A light wrapper around the SEC Edgar API that adds caching and handles loading the actual filing documents
- agent Simple example of a Llama-Index Agent
- vectorStore Sample example of building a Vector Store in Llama-Index
Copy .env.sample to .env and set your OpenAI API key and email address (required for calling the SEC Edgar APIs).