run-llama / LlamaIndexTS

LlamaIndex in TypeScript
https://ts.llamaindex.ai
MIT License
1.78k stars 339 forks source link

Readers/agents/tools in LlamaHub available for LlamaIndexTS users? #1061

Open vittoriohalfon opened 1 month ago

vittoriohalfon commented 1 month ago

Hello there, I started building a RAG application powered by Llamaindex.TS (chrome extension for students). I was wondering whether the readers/agents/tools etc. provided in LlamaHub --> eg [https://llamahub.ai/?tab=readers] are usable within my llamaindex.ts application, as I don't see documentation for them in llamaindex and the import examples are in Python.

Is the only way to leverage these pre-created tools switchin to the Python client? Thank you in advance!

marcusschiesser commented 1 month ago

Unfortunately not, we have started a ToolFactory (https://github.com/run-llama/LlamaIndexTS/blob/main/packages/llamaindex/src/tools/ToolsFactory.ts) which contains a couple of the LlamaHub tools