Skip to content

lambda-capture/semantic-search-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

7 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Semantic-Search-API

πŸ”Ž RESTful API for Text-retrieval & Semantic Search of Macro Data
Open in Colab API Status Remote MCP Server
Join Waitlist (24h) for free API Key | Visit our Website | Get in touch

Waitlist sources are restricted to Central Banking Reports from the Federal Reserve, ECB, and Bank of England. These include key publications covering monetary policy decisions and judgments, market intelligence, forecasts, macroeconomic projections, and implementation notes. Each Waitlist account receives up to 1,000 free API requests.

Remote MCP Server

Visit our Remote MCP Server for seamless tool call integration into AI models.

Search Type:

Cosine Similarity, Datetime Filters, Source Filters, Text size (in tokens), Type (chart, table, text).

Requests:

The API uses HTTP GET requests to retrieve data. The parameters for the request are passed in the body of the request as a JSON object.

Response:

Response data is a JSON list (list of dictionaries). Error Response is a JSON dictionary with key "error"

Curl CLI Example :

curl --request GET \
  --url "https://app.lambda-capture.com/semantic-search/" \
  --header "Content-Type: application/json" \
  --data '{
    "api_key": "your-api-key",
    "query_text": "Inflation expectations",
    "max_results": 1,
    "score": 0.75,
    "start_date": "2024-01-01",
    "end_date": "2024-12-31",
    "type": ["text", "table"],
    "source": ["Bank of England"]
  }'

Footnote: Replace \ with ^ when running outside UNIX systems

Β© 2024 Lambda Capture Limited (Registration Number 15845351) 52 Tabernacle Street, London, EC2A 4NJ - All rights reserved

About

πŸ”Ž Free API for Text-retrieval & Semantic Search of Macro Data for Quant Research

Topics

Resources

License

Stars

Watchers

Forks