Find answers from the community

Updated 2 months ago

Sql

is there a tutorial to do the sql indexing in llamaindex.ts?
L
N
6 comments
No text2sql support yet in llamaindex.ts

But you could load the data from your db and turn it into document objects. But this won't work well for highly numerical dbs (in that case, really only text2sql will work well(
ahhh ok thankss @Logan M
Also @Logan M is there a way in which i can use llamahub using llamaindex.ts?
not right now, working on it. But tbh, loading data in javascript is so much easier

Do the api call or whatever to get your text, throw that text into a Document object, and off you go.
ahhhh ok i got it
Add a reply
Sign up and join the conversation on Discord