From b849761af99610a38595ab7888bfb1fc34f770b4 Mon Sep 17 00:00:00 2001 From: Travis Fischer Date: Sun, 9 Jun 2024 15:38:51 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=99=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- readme.md | 1 + src/services/social-data-client.ts | 2 ++ 2 files changed, 3 insertions(+) diff --git a/readme.md b/readme.md index ce7023c7..8ace8874 100644 --- a/readme.md +++ b/readme.md @@ -212,6 +212,7 @@ See the [examples](./examples) directory for examples of how to use each of thes - market maps - incorporate [zod-validation-error](https://github.com/causaly/zod-validation-error) - investigate [autotool](https://github.com/run-llama/LlamaIndexTS/tree/main/packages/autotool) +- investigate [alt search engines](https://seirdy.one/posts/2021/03/10/search-engines-with-own-indexes/) - investigate [data connectors](https://github.com/mendableai/data-connectors) ## Contributors diff --git a/src/services/social-data-client.ts b/src/services/social-data-client.ts index 549b7e88..61574e33 100644 --- a/src/services/social-data-client.ts +++ b/src/services/social-data-client.ts @@ -4,6 +4,8 @@ import pThrottle from 'p-throttle' import { AIFunctionsProvider } from '../fns.js' import { assert, getEnv, throttleKy } from '../utils.js' +// TODO: need to add `aiFunction` wrappers for each method + export namespace socialdata { export const API_BASE_URL = 'https:///api.socialdata.tools'