1
0
Fork 0

MyGPT Workshop: Build a ChatGPT For Your Own Data in One Hour

Major updates to MyGPT.

It uses unstructured.io for Document loading, extending support from text files to CSV, PDF, Email, Office, Markdown, CSV, and more.

Also included is upgrading gradio, langchain, chromadb dependencies and taking advantage of collection.upsert() when putting embeddings into chroma.

And finally, small platform specific tweaks needed to get things running on Windows. Also cleaned up a bunch of code so hopefully easier to follow.
main
Rajat Arya 1 year ago
commit e581ffe802
7 changed files (12 KiB → 13 KiB)
  1. 17
      requirements.txt
  2. 10
      src/app.py
  3. 4
      src/config.py
  4. 13
      src/helper.py
  5. 224
      src/index.py
  6. 4
      src/train.py
  7. 39
      src/utils.py
Loading…
Cancel
Save