dr-doc-search icon indicating copy to clipboard operation
dr-doc-search copied to clipboard

Converse with book - Built with GPT-3

Results 7 dr-doc-search issues
Sort by recently updated
recently updated
newest added

The following packages are outdated | Package | Used | Update | |----------------------------|------------|--------------| | argcomplete | 2.0.0 | 3.3.0 | | attrs | 22.2.0 | 23.2.0 | | autoflake |...

Hi, I want to suggest the feature, to use a local model from a models path. Example ``` dr-doc-search --train -i my_pdf.pdf --path "my_models/ggml-model-14_0.bin" ``` It'd make the reuse of...

What happend: I installed in a new environment, set up the path like described. Except here I have a more recent version of image magic, so the `IMCONV` looks like...

`dr-doc-search --web-app -i ~/Downloads/吴晓波:勇敢者的方法论.pdf --llm huggingface ` error: ``` Traceback (most recent call last): File "/Users/boyer/hsg/dr-doc-search/venv/bin/dr-doc-search", line 8, in sys.exit(main()) File "/Users/boyer/hsg/dr-doc-search/venv/lib/python3.10/site-packages/doc_search/app.py", line 66, in main run_web(context) File "/Users/boyer/hsg/dr-doc-search/venv/lib/python3.10/site-packages/doc_search/web.py", line...

hi, thanks for your work. I tried to test, but got this error: ``` pythondev1-ubuntu@pythondev1-ubuntu:~$ dr-doc-search --train -i ~/dr-doc-search/tests/data/kh.pdf 2023-02-07 20:57:32 - text_splitter.py:59 - Created a chunk of size 1339,...

I want to run the indexing on available text file instead of a pdf file. Basically bypass the Imagemagick + OCR workflow and load the text file directly.

Use `VectorDBQAWithSourcesChain` and return sources along with the answer. Check if we can get page number so that an book page image can be displayed along with the answer? Better...