1
0
Fork 0

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

Support many more document types

- use unstructured package for reading documents, many more document
  loaders
- support calling Index.ingest() repeatedly, only ingests files not
  already ingested into vector database.
- cleaned up Index code a lot, took out older stuff.
main
Rajat Arya 1 year ago
parent 41b0ada742
commit 1daa77c84c
7 changed files (12 KiB → 12 KiB)
  1. 17
      requirements.txt
  2. 4
      src/app.py
  3. 4
      src/config.py
  4. 13
      src/helper.py
  5. 221
      src/index.py
  6. 4
      src/train.py
  7. 39
      src/utils.py
Loading…
Cancel
Save