Michael Wechner
Michael Wechner
IIUC in services/chunks.py the Chunk size is set to 200 tokens, but it is not clear to me whether there is an overlap of the chunks? Thanks
At https://github.com/openai/chatgpt-retrieval-plugin#testing-a-localhost-plugin-in-chatgpt one is being to told to visit https://chat.openai.com/ and select "Plugins" from the model picker, but I do not see any model picker on this page. Am I...
When I was running the Java triton client without closing, then after approximately 300 requests I got a "too many open files" exception. Closing the client using client.close() prevents this...
Mock SerpApi
Since the free plan at SerpAPI only allows 100 requests per month, I would like to suggest, that one can Mock the SerpAPI for testing and development. Inside `qa/search.py#get_results_paragraphs_multi_process(...)` maybe...
The article https://openai.com/index/introducing-simpleqa/ contains a diagram displaying "correct", "incorrect" and "not attempted", but when viewing this in Chrome or Firefox, then the diagram does not seem to work correctly in...