michaelthwan / searchGPT

Grounded search engine (i.e. with source reference) based on LLM / ChatGPT / OpenAI API. It supports web search, file content search etc.
MIT License
621 stars 65 forks source link

Document indexer (offline document) #12

Closed michaelthwan closed 1 year ago

michaelthwan commented 1 year ago

It is possible to retrieve document index by pre-calculation, especially for offline documents.

E.g. retrieve doc index from ChatGPT /xx/xx/ChatGPT.pptx, , Slide3 xx.com/xxx/chatgpt, , xx.com

michaelthwan commented 1 year ago

Using pyterrier

michaelthwan commented 1 year ago

No need now as we have pyterrier