pull/659/head
Travis Fischer 2024-06-09 15:38:51 -05:00
rodzic b56d10d429
commit b849761af9
2 zmienionych plików z 3 dodań i 0 usunięć

Wyświetl plik

@ -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

Wyświetl plik

@ -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'