Find answers from the community

Updated 2 years ago

Like what are the specific use cases

At a glance

The post asks about the specific use cases that GPT Index can handle. The community members discuss that GPT Index allows you to define a structure over your data, so you can query over that structure. The quickstart tutorial uses a vector-store based index with embeddings, but through composability and other index structures, you can have more control over how to define a graph over your data. GPT Index can be used for QA and summarization, and potentially for text generation as well. The community members also mention that integration with chatbots is a TODO for one of them.

Useful resources
Like what are the specific use cases that gpt index can handle @jerryjliu0
j
R
A
8 comments
gpt index allows you to define a structure over your data, so that you can query over that structure. the quickstart tutorial is just a vector-store based index using embeddings, but through composability+other index structures you can have more control over how to define a graph over your data https://gpt-index.readthedocs.io/en/latest/guides/use_cases.html

also https://discord.com/channels/1059199217496772688/1063411375189262356/1063984028509798451
"define a structure over your data", here data means external context or knowledge, right?
So it can be used mostly for QA type of applications?
QA/summarization are the most obvious. You could technically put anything into the "query" so you can use it for text generation too if you wanted to.

Integration with chatbots has been a TODO for me this week
T
Please this is the area I'm interested in. When are you rolling it out?
re: chatbots? hopefully will have an integration with langchain by end of week
Add a reply
Sign up and join the conversation on Discord