llm-app / chainlit.md
dwb2023's picture
Update chainlit.md
377fc59 verified
|
raw
history blame
No virus
1.84 kB

RAG Application for 10-Q Filing Reviews

Built using the following specs:

  • Data: AirBnB Securities Commision pdf - Form 10-Q filing for Q1 of 2024
  • LLM: Llama3-70B running on Groq
  • Embedding model: OpenAI text-embedding-3-small
  • Infrastructure / Framework: LangChaing
  • Vector Store: Qdrant
  • UI: Chainlit
  • Deployment: Docker on HuggingFace Spaces

RAG Data Ingestion

"RAG Data Pipeline"

RAG Inference

"RAG Inference"

Sample Questions

Question 1

  • Question: What is Airbnb's 'Description of Business'?
  • Response: Airbnb's 'Description of Business' is operating a global platform for unique stays and experiences, connecting hosts and guests (collectively referred to as "customers") online or through mobile devices to book spaces and experiences around the world.
  • LangSmith trace: https://smith.langchain.com/public/97ddd0f2-9316-40d2-90b2-813519c501d5/r

Question 2

Question 3