Before you begin, make sure you have a running VectorAI DB instance.
text_embeddings configured to use cosine similarity as its distance metric.
client.collections.get_info("text_embeddings") and check that the status field returns Ready.Create a collection that measures angular similarity between vectors.
text_embeddings configured to use cosine similarity as its distance metric.
client.collections.get_info("text_embeddings") and check that the status field returns Ready.