Skip to content

muralianand12345/llamaparse-chromadb

Repository files navigation

chatbot-llamaparse

A LLM Chatbot that uses LlamaIndex and OpenAI with Custom PDF data to answer users query.

Updated Repo Here: Click Me

Tech Used:

  • Llama Index
  • Llama Parse
  • OpenAI API
  • Llama Cloud
  • ChromaDB
  • FastAPI

Installation:

  • Make sure you have python 3.10.* installed in your PC.
  • Before we start, make sure you have ChatGPT OpenAI API and Llama Cloud API. You can get Llama Cloud API from here.
python -m venv .venv
./.venv/Scripts/activate
pip install -r requirements.txt
uvicorn main:app --reload
or 
fastapi dev main.py

Improvements:

  • Answer multiple questions at once.
  • Add user DB.
  • Parallel processing for loading database.

Page Top

About

A simple FASTAPI chatbot that uses LlamaIndex and LlamaParse to read custom PDF data.

Topics

Resources

License

Stars

Watchers

Forks

Languages