I'm not clear what kind of data/information I can use with GPT Index. Assume I have statistics on each player in the NBA. Will I be able to embed such data so that I can ask GPT3 to name the best shooter on each team? To name the best defender? To name the top three Three Point Shooters on each team? Can such data be embedded?
I think so! Would love for you try it out. You could dump statistics for each player as raw text documents into GPT index, and then ask it these questions. Would love to hear your feedback if this is correct!
We're also working on adding structured data support to GPT Index which should help with your use case. In the meantime you could try feeding in text data into GPTSimpleVectorIndex (we'll embed each chunk)
Text? "Jones shot 35.0 % from two point range, 15.2% from three point range and 89% for Free throws. Smith made 24.5% for two pointers, 11.65 from three point range, 78% for freethrows, and had 4.2 Rebounds per game" - Would these work equally well, or would data need to be summarized in text chunks FIRST?