2023-09-05 09:07:17 -07:00
2023-09-04 20:19:34 -07:00
2023-09-04 22:03:28 -07:00
2023-09-05 09:07:17 -07:00

SEC Insights 🏦

SEC Insights uses the Retrieval Augment Generation (RAG) capabilities of LlamaIndex to answer questions about SEC 10-K & 10-Q documents.

You can start using the application now at secinsights.ai

Why did we make this? 🤔

As RAG applications look to move increasingly from prototype to production, we thought our developer community would find it valuable to have a complete example of a working real world RAG application.

SEC Insights works as well locally as it does in the cloud. It also comes with many product features that will be immediately applicable to most RAG applications.

Use this repository as a reference when building out your own RAG application or fork it entirely to start your project off with a solid foundation.

Product Features 😎

  • Chat-based Document Q&A against a pool of documents
  • Citation of source data that LLM response was based on
  • PDF Viewer with highlighting of citations
  • Token-level streaming of LLM responses via Server-Sent Events
  • Streaming of Reasoning Steps (Sub-Questions) within Chat

Development Features 🤓

  • Infrastructure-as-code for deploying directly to Vercel & Render
  • Robust local environment setup making use of LocalStack & Docker compose
  • Monitoring & Profiling provided by Sentry
  • Load Testing provided by Loader.io
  • Variety of python scripts for REPL-based interaction & data management

Tech Stack ⚒️

  • Frontend
    • React/Next.js
    • Tailwind CSS
  • Backend
    • FastAPI
    • Docker
    • SQLAlchemy
    • OpenAI
    • PGVector
    • LlamaIndex 🦙
  • Infrastructure
    • Render.com
      • Backend hosting
      • Postgres 15
    • Vercel
      • Frontend Hosting
    • AWS
      • Cloudfront
      • S3

Usage 💻

See README.md files in frontend/ & backend/ folders for individual setup instructions for each.

💡 Contributing

We remain very open to contributions! We're looking forward to seeing the ideas and improvements the LlamaIndex community is able to provide.

S
Description
A real world full-stack application using LlamaIndex
Readme MIT 29 MiB
Languages
TypeScript 49.6%
Python 46.1%
JavaScript 1.4%
Makefile 1.2%
CSS 1.1%
Other 0.5%