|
|
|
|
|
by fullstackchris
1042 days ago
|
|
I'm curious about the point on the embedding lookup cost... in my experience for an embedding lookup to be accurate, you have to include your entire document dataset to be queried against... obviously this can be just as expensive as querying a full cloud model if your dataset is very large. Interested if anyone had thoughts about this. |
|
Now how to chunk those documents into semantically coherent pieces for context retrieval, that is the real challange though.