You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make it possible to easily import from CSV file to given Chroma collection
fromchromadbx.import_utilsimportimport_csvimport_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?
The text was updated successfully, but these errors were encountered:
Make it possible to easily import from CSV file to given Chroma collection
TODO: Do we need some dynamic dependencies?
The text was updated successfully, but these errors were encountered: