pinecone-io / canopy

Retrieval Augmented Generation (RAG) framework and context engine powered by Pinecone
https://www.pinecone.io/
Apache License 2.0
976 stars 121 forks source link

Support optional imports in unit tests #293

Closed izellevy closed 9 months ago

izellevy commented 9 months ago

Problem

After setting up the environment without extras, some unit tests are failing that blocks the release.

Solution

Make sure to optionally import dependencies in unit tests in case no extras is installed.

Type of Change

Test Plan

Describe specific steps for validating this change.