Absortio

Email → Summary → Bookmark → Email

Turn any website into a knowledge base for LLMs

https://www.embedding.io/ Jul 31, 2024 19:38

Extracto

Crawl, chunk, and vectorize any websites so you can use their content with LLMs.

Contenido

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/collections \
    --header 'Authorization: Bearer V09XIFlPVSdSRSBBIEhBQ0tFUg==' \
    --json '{
        "name": "Health Gurus"
    }'

Ingest Content

Add web pages to your collection. We will handle the rest, including updates.

curl --request POST \
    --url https://api.embedding.io/v0/collections/col_lPMjKLBRLZ4qVe/websites \
    --header 'Authorization: Bearer V09XIFlPVSdSRSBBIEhBQ0tFUg==' \
    --json '{
    	"domains": [
     	   "https://peterattiamd.com/",
            "https://www.foundmyfitness.com/"
    	]
    }'

Query your Collection

Once your collection is ready, query it using our API. We keep the data updated for you.

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?"
    }'

Public collections

Try our public collections

Pricing

Get started for free.

Free

Start for free

$0 /month

Sign up for free

  • Up to 1,000 pages per month
  • Monthly updates
  • API access

Enterprise

Custom pricing

Custom

Contact us

  • Unlimited pages
  • Hourly updates
  • API access