Skip to content

Import from CSV #15

@tazarov

Description

@tazarov

Make it possible to easily import from CSV file to given Chroma collection

from chromadbx.import_utils import import_csv

import_csv(client,"collection_name", "./path/to/file.csv",id_column="colum to use for id",document_column="",metadata_columns=["a","b"])

TODO: Do we need some dynamic dependencies?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions