Turn any website into a knowledge base for LLMs
Crawl, chunk, and vectorize any websites so you can use their content with LLMs.
curl --request POST \
--url https://api.embedding.io/v0/query \
--header 'Authorization: Bearer V09XIFlPVSdSRSBBIEhBQ0tFUg==' \
--json '{
"collection": "col_lPMjKLBRLZ4qVe",
"query": "Why should I avoid sunflower oil?"
}'
How it works
Create a Collection
Use our API or web interface to make a collection. This holds the pages or websites you want to use.
curl --request POST \
--url https://api.embedding.io/v0/collect...
Read more at embedding.io