|
|
|
|
|
by naveedjanmo
1178 days ago
|
|
Hey! I'm the developer of Unriddle - it works using text embeddings. The document is split into small chunks and each chunk is assigned a numerical representation, or "vector", of its semantic meaning and relation to the other chunks. When a user prompts this too is assigned a vector and then compared to the rest of the chunks. The similar chunks are then fed into GPT-4 along with the query, ensuring the total number of words doesn't exceed the context window limit. |
|
Since GPT can use things from his context arbitrarily ,does it solve the hallucination issue, even for ebooks?