Michael Wechner
Michael Wechner
I also experience this issue when running the docker container: parsr-parsr-1 | [2023-05-06T18:58:09] INFO (parsr-api/8 on 3ba7089dce28): executing command error: Traceback (most recent call last): parsr-parsr-1 | File "/usr/local/lib/python3.7/dist-packages/tabula/io.py", line...
I have uploaded a PDF with 30 pages (552K): 10.05-kahneman-tversky-79.pdf https://www.studocu.com/en-us/document/harvard-university/intermediate-microeconomics/1005-kahneman-tversky-79/52610349 and it takes a lot of time to process the PDF, whereas I kept all modules enabled. Why does...
Thanks! I think it would be good to make this more clear at https://github.com/openai/chatgpt-retrieval-plugin#testing-a-localhost-plugin-in-chatgpt :-)
Sorry for maybe asking a stupid question, but what do you mean with a Mistral version of the LWM?
> > Sorry for maybe asking a stupid question, but what do you mean with a Mistral version of the LWM? > > Yeah Do I understand correctly that the...
Maybe you can use my fork https://github.com/wyona/sandbox-grounded-qa/tree/michael_main where I added various log statements, in particular when you run it with verbosity 2 I am working on a PR, but will...
I think 0, 1, 2, whereas 0 is default Want to make a PR?
I have created a PR https://github.com/cohere-ai/sandbox-grounded-qa/pull/14
Nick Frosst merged the PR, so I guess we can close this issue, WDYT?
I just realized even more simple is to dump SerpAPI results into a file (e.g. serpapi_search_results.json) and retrieve it from there within ``` qa/search.py#serp_api_search(...) - response = serp_api_google_search(search_term, serp_api_token, url)...