You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently we only support PDF. Obviously we could add markdown support pretty easily, but there's two other things that would be awesome:
Images - if nothing else to be able to embed them. Technically we could OCR them but that'll be hit and miss.
Spreadsheets - not really sure what to do here, but for example Terraforming Mars has no information on any of its cards, and the cards are actually key to the game. The community has created a spreadsheet that we could use as a model.
The text was updated successfully, but these errors were encountered:
One thought here that we can curate is having it be aware of BGG's API. I dont know that we wanna crawl the whole site and index it (seems hard), but we could at the very least tell it to index certain threads.
There's still an issue in some cases that the material we need ends up being an external doc. Also its possible the content is not that heavy to index, though we'd have to store it in Postgres + run tsvector+embeddings on the whole thing.
Currently we only support PDF. Obviously we could add markdown support pretty easily, but there's two other things that would be awesome:
The text was updated successfully, but these errors were encountered: