Skip to content

Cloud storage uris cause DataValidationError on VectorStore init #169

@frayle-ons

Description

@frayle-ons

Users that try to pass a cloud bucket uri for the csv file to be indexed with the VectorStore.init() method can't do so because those types of path do not satisfy the os.path.exists check that only looks for local files.

Fixing this issue would involve:

  • ammending this file check to allow cloud storage paths to be accepted,
  • exploring how compatible cloud storage objects are with the existing classifai codebase that was originally designed for local filespace.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions