Find answers from the community

L
Leon_G
Offline, last seen 3 months ago
Joined September 25, 2024
Do you have a prompt to encourage it to give the maximum length? I’ve had little success so far
1 comment
L
@jerryjliu0 a heads up: from llama_index import document doesn't work with GPTSimpleVectorIndex while from gpt_index import document works
13 comments
L
j
L
Leon_G
·

Thanks

Thanks!

Follow up question. How does GPTSimpleVectorIndex differ from openai’s embeddings?

My understanding is that the difference is that you use a node/graph structure that gives better relations between the embeddings vs openai’s embeddings that just clusters them. Is that correct?
2 comments
j