Skip to content

Scratchpad and proof of concept codebase for exa.

Notifications You must be signed in to change notification settings

endalk200/exa.poc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Exa AI Playground

Experimental playground for testing Exa AI APIs and SDKs. This repo contains throw-away code for learning and experimenting with Exa's search capabilities.

Setup

  1. Install dependencies:
pnpm install
  1. Create a .env file with your Exa API key:
EXA_API_KEY=your_api_key_here

Running Scripts

Each script demonstrates a different Exa API method:

pnpm run search              # Basic search
pnpm run search:contents     # Search with content extraction
pnpm run similar             # Find similar pages
pnpm run similar:contents    # Find similar with contents
pnpm run contents            # Get page contents
pnpm run answer              # Get AI answers
pnpm run stream              # Streaming answers
pnpm run research            # Research mode

What's Inside

  • /src - Individual example scripts for each Exa API feature
  • /docs - Notes and documentation
  • /result - Output files from experiments

This is a learning sandbox. Code is intentionally messy and experimental.

About

Scratchpad and proof of concept codebase for exa.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published