dgarnitz/vectorflow

Remove Unnecessary dependencies from API

Closed this issue · 1 comments

We should remove dependencies that are not being used. In particular, we should

  1. remove the llama hub connectors as almost none of them are being used. The only one being used is for Markdown. We should swap this for a much smaller markdown to text loader
  2. remove libraries like langchain, llama index, unstructured, langsmith, torch, transformers as dependencies

resolved by #114