library
last updated
10/30/2023
library
(Python Distribution) A carefully curated collection of Root Certificates for validating the trustworthiness of SSL certificates while verifying the identity of TLS hosts.
quickstart
Install the context client.
pip install fleet-context
Download the embeddings to a dataframe.
from context import download_embeddings
df = download_embeddings("certifi")
embeddings