This is Unstract's python package which helps to configure to a number of different LLMs, Embeddings and VectorDBs. For further details on the list of supported LLMs, Embeddings and Vector DBs,, please visit https://github.com/Zipstack/unstract
To get started with local development,
- Create and source a virtual environment if you haven't already following these steps.
- If you're using Mac, install the below library needed for PyMSSQL
brew install pkg-config freetds
- Install the required dependencies with
pdm install