API reference for the DataAnalyzr get_data
method
This method retrieves data from various types of databases or files based on the provided configuration. It also creates a vector store for the data. This method must be called before performing any analysis.
config
dictionary depend on the specified db_type
.vector_store_config
dictionary is optional and can be used to configure the vector store.df_dict
, database_connector
and vector_store
attributes of the DataAnalyzr
object.The type of database to connect to.
Configuration dictionary for the database connection.
When db_type
is files
:
When db_type
is redshift
or postgres
:
When db_type
is sqlite
:
Configuration dictionary for the vector store.
For details on vector store usage and configuration, refer to the Vector Store guide.