chromadb
Python library.
To connect to a remote ChromaDB instance, use the following statement:
host
: The host name or IP address of the ChromaDB instance.port
: The TCP/IP port of the ChromaDB instance.distance
: It defines how the distance between vectors is calculated. Available method include l2, cosine, and ip, as explained here.persist_directory
: The directory to use for persisting data.distance
: It defines how the distance between vectors is calculated. Available method include l2, cosine, and ip, as explained here.mysql_datasource
is another MindsDB data source that has been created by connecting to a MySQL database. The test_embeddings
table in the mysql_datasource
data source contains the embeddings that we want to store in ChromaDB.